|
-
April 29th, 2003, 02:20 PM
#1
How to you make a form re-load
I have forms with buttons on them, the buttons are loaded in from a database in the _load part.
If i edit the database and return to the form, I want to re-load it compleatly, Mine remembers its last state.
-
April 29th, 2003, 08:10 PM
#2
How are you re-loading the form?
-Cool Bizs
-
April 29th, 2003, 08:29 PM
#3
Did you try setting it equal to a new form?
That which does not kill us, only makes us stronger.
MCSD .NET
-
May 1st, 2003, 11:18 AM
#4
Thanks for help
Thanks for yout help I have solved the issue now. i I re-declare the form evytime I want to envoke it.
EG:
DIM spiritsForm AS NEW spirits form.
It seems to solve my problem as a new form has fresh settings.
Will this impinge on speed and memory though, will old forms still reside in memory??
-
May 1st, 2003, 12:05 PM
#5
Just be sure to call the forms close() method for each form and you should be OK.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|