Force Info into Form

coolcatkelso

Registered User.
Local time
Today, 23:18
Joined
Jan 5, 2009
Messages
279
Hiya

Is there a way to force a user into adding information into a form?

The form would be MyCompanyInformation

There is default info in the form in the Demo mode such as

Company Name : DEMO
Email: This Is Required
Contact Number: Demo

When you start the Dbase for the first use, I want that form to popup and ask them to enter their information, then click on close, and the Dbase resumes normal state

If they don't add information.. Then Exit Dbase
________
WASHINGTON DISPENSARIES
 
Last edited:
Yes!

you can, to achieve this do the following:
  1. make a table which stores all the information regarding user.
  2. create a form name it 'user_info_F'
  3. bound the form to the user info table
  4. set the Modal property of form to Yes.
  5. open the 'user_info_F' form on the starup (before you actual form)
Modal property of form to Yes will prevent the user to go to main form before its close the 'user_info_F' form.
keep in mind you have to set certian property of the form like disabling the close button, creating of OK button, cancel Button, etc. also the condition if somebody close the 'user_info_F' without entring the userinof.

hope this make sense.
 

Users who are viewing this thread

Back
Top Bottom