on check never load again (1 Viewer)

RpbertS

Registered User.
Local time
Today, 14:21
Joined
Feb 14, 2000
Messages
93
Hi on a find button I have a message box that pops up and gives basic instructions to the user, what I would like is to have a small popup form open and give the instructions that also supplies a checkbox or whatever and when it is checked it would not display that form again.
all I need instruction on is the last part heh

thanks for the time,
Rpb

[This message has been edited by RpbertS (edited 05-24-2000).]
 

Travis

Registered User.
Local time
Today, 07:21
Joined
Dec 17, 1999
Messages
1,332
Depends on your definition of 'Never Again'

Just for the current User?
You will need to have a User table for User options. One field will be a boolean related to this message. Set it to true or false depending on the Check box. Then check this before the Messagebox opens.


Just for this instance (until they leave and return)?
Set a Global Boolean and use this to determine if the Message box opens or not.


Never Ever Again?
You will need to have a table for options. One field will be a boolean related to this message. Set it to true or false depending on the Check box. Then check this before the Messagebox opens.
 

Users who are viewing this thread

Top Bottom