Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restore down at form

Status
Not open for further replies.

Biomechanoids

Programmer
Oct 18, 2002
14
US
How can I ensure that when I call a form from another form that it is opened (and if possible remains) in the restore down mode?

Greetings
Thomas
 
Write a Function To check the form

Function isloaded(FormName)

isloaded = (SysCmd(acSysCmdGetObjectState, acForm,FormName) <> 0)

End Function
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top