Hi guys,
I’m using [cdate] = {date}; in ON-LOAD section and I did the session in saved in global variables,
after run I’m getting this (The following global variables are missing: cdate; "
thanks in advance
ahmer
Hi guys,
I’m using [cdate] = {date}; in ON-LOAD section and I did the session in saved in global variables,
after run I’m getting this (The following global variables are missing: cdate; "
thanks in advance
ahmer
Re: The following global variables are missing: cdate {HELP}
Go to Application >> Global Variables (or so…).
There is ab Grid with all global variables, do you used in your application.
You can set
SESSION (sc get the variable from session space)
GET
PUT to get the value from the GET or PUT sting
and you can set OPTIONA. this means the variable MUST be set or not.
Every tim you call the Application (via link ect) you become ths error message
Set the property OPTIONAL true and the error message go away
Re: The following global variables are missing: cdate {HELP}
in Global Variables
by default session is set to “in”
I change it to “out” and now its working fine