CajunCenturion
Programmer
In one project, there is a mainmenu.mnx which on several submenus, contains in the Skip For prompt option, a function all to a permission routine.
Skip For = "HavePermission(PERMISSION_CODE)"
The various PERMISSION_CODE values are defined in an include file and at run time, I'm getting a "variable does not exist" error when referencing these symbolic constants. The include file is part of the project, included in the main.prg, and in several forms, but how does connect the include file to a menu?
Thanks.
--------------
Good Luck
To get the most from your Tek-Tips experience, please read FAQ181-2886
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
Skip For = "HavePermission(PERMISSION_CODE)"
The various PERMISSION_CODE values are defined in an include file and at run time, I'm getting a "variable does not exist" error when referencing these symbolic constants. The include file is part of the project, included in the main.prg, and in several forms, but how does connect the include file to a menu?
Thanks.
--------------
Good Luck
To get the most from your Tek-Tips experience, please read FAQ181-2886
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein