C
Culverin
Hi:
Is there a way to tell programatically in the Item_Open Function whether a
form is being opened in design mode or run mode?
I have code in the Item_Open Function that will hide pages and show an error
page for user messages and actions if the logic detects that the version of
the user's form being opened is different from the current version.
The problem is that the Item_Open code executes whether the form is opened
in design or run time. I only want this part of the Item_Open code to
execute at run time. Is this possible?
Thanks for your help.
Is there a way to tell programatically in the Item_Open Function whether a
form is being opened in design mode or run mode?
I have code in the Item_Open Function that will hide pages and show an error
page for user messages and actions if the logic detects that the version of
the user's form being opened is different from the current version.
The problem is that the Item_Open code executes whether the form is opened
in design or run time. I only want this part of the Item_Open code to
execute at run time. Is this possible?
Thanks for your help.