Ok here is the situation. I call a grid, that can call another grid, then a form. I need the form to see various fields from the original grid.
I’ve done it to the second level, but it seems there must be an easier way to pass variables. In clarion the global variable is seen by ALL programs.
In Clarion a local variable is only seen in the module it was created in. I KNOW I’m in a different enviro. but it seems if you create a GLOBAL
it would be seen by any modules.
And I need to pass more than 1 variable, say controlid, name, address, etc…
Can someone give me some tips on creating global variables?
Thanks so much!
Pappy