Hi All,
I am defining a $ variable in the form designer for the field value. I need to call that $variable in Javascript.
Suppose i am using $abc and it is in file:cm3r
how can i call in JS
javascript:
//Initialize file variable
//table: cm3r
var filevar=newSCFile( "cm3r" );
filevar.(i need to call that $abc variable here);
How can i do it? Can i call the $variable in JS directly.
Please help me.


Reply With Quote

Bookmarks