Mar 6, 2001 #1 Tapeworm Programmer Joined Mar 6, 2001 Messages 8 Location DE Ho can I save A Form with all its properties in a variable. I must close a form in the background after I loaded a different one. I tried it with a variable dimmed as form but the allocation ( [variable] = me / activceform ) doesn't work ...
Ho can I save A Form with all its properties in a variable. I must close a form in the background after I loaded a different one. I tried it with a variable dimmed as form but the allocation ( [variable] = me / activceform ) doesn't work ...
Mar 8, 2001 #2 Guest_imported New member Joined Jan 1, 1970 Messages 0 Why don't you just hide the form instead of closing it? Upvote 0 Downvote