Can OpenArgs only be checked for null OnOpen?

T

Tony Vrolyk

The subject pretty much asks the question but I will restate to make sure
you got my meaning.

I would like to check 'if isnull(me.openargs) then' on another event after
OnOpen, for instance OnClick of a command button, but it appears that OnOpen
is the only time that it can be checked for null. Is this correct?

Tony
 
E

Emilia Maxim

---------- "Tony Vrolyk said:
The subject pretty much asks the question but I will restate to make sure
you got my meaning.

I would like to check 'if isnull(me.openargs) then' on another event after
OnOpen, for instance OnClick of a command button, but it appears that OnOpen
is the only time that it can be checked for null. Is this correct?

Tony,

the answer is no. OpenArgs is available and keeps its value as long as
the form stays open. It would have cost you about 2 minutes to find
this out..... ;-)

Best regards
Emilia

Emilia Maxim
PC-SoftwareService, Stuttgart
http://www.maxim-software-service.de
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top