Calling a function in another function in same script include

antonymirza
Tera Expert

Hi All,

Is there any problem when we call one function in another in the same "Script include" because when I do so, it does not work? If so then please suggest any best practice to achieve this.

Brgds, AM

1 ACCEPTED SOLUTION

Kalaiarasan Pus
Giga Sage

use this.functionname() for calling functions of the same script ...


View solution in original post

7 REPLIES 7

It should work using this, can you show us your script?


-Anurag

Hi All, As suggested, I am able to call the function using this.funcName();



Thank you for your kind support! All answers are helpful and all are correct



Brgds, AM


hi  i have lot of doubts example below

I have a table which contains record assume that is parent when i open child table that parent record number to be displayed in child table via script include plz send ex

ample code