B
Bakr Z via AccessMonster.com
Hi to all...
I have used ShellExecute API in my program to open autocad files related to a
displayed number in a text field from the database(the program includes
macros and uses forms and reports)...
and I am facing some problem with where to define the constants...
***App Window Constants***
Public Const WIN_NORMAL = 1 'Open Normal
Public Const WIN_MAX = 3 'Open Maximized
Public Const WIN_MIN = 2 'Open Minimized
I've tried to declre them in the declarations Area but it show me an error...
where should I declare the constants variables???
Warm Regards to all of you...
I have used ShellExecute API in my program to open autocad files related to a
displayed number in a text field from the database(the program includes
macros and uses forms and reports)...
and I am facing some problem with where to define the constants...
***App Window Constants***
Public Const WIN_NORMAL = 1 'Open Normal
Public Const WIN_MAX = 3 'Open Maximized
Public Const WIN_MIN = 2 'Open Minimized
I've tried to declre them in the declarations Area but it show me an error...
where should I declare the constants variables???
Warm Regards to all of you...