Hot to access global variables of forms? [message #383618] |
Thu, 29 January 2009 05:46 |
dude4084
Messages: 222 Registered: March 2005 Location: Mux
|
Senior Member |
|
|
Hi
Objective: I want to stop access of REP files from folder. For this purpose, i want to check value of GLOBAL.VARIABLE prsent in calling form containing menu.
is that possible that report can check the value of GLOBAL.VARIABLE present in the form?
-Dude
|
|
|
|
Re: Hot to access global variables of forms? [message #383637 is a reply to message #383618] |
Thu, 29 January 2009 07:31 |
dude4084
Messages: 222 Registered: March 2005 Location: Mux
|
Senior Member |
|
|
Yes, one method is to store value on database and then check this value in before report trigger.
Other method i am thinking is to pass the GLOBAL.VARIABLE value as report variable. i.e. Menu will call FMX and which will call REP.
Thus every REP will have a calling FMX.
|
|
|