|
Author |
Message |
Wim Stockma #1 / 4
|
 how do I reload a form ?
Hi , I'm calling a form with .show ,but because I'm calling my main screen he doesn't apply the load event anymore Is there anyway ,to maybe unload it and then reload it ? Thank you
|
Tue, 07 Sep 2004 20:39:18 GMT |
|
 |
Wim Stockma #2 / 4
|
 how do I reload a form ?
It's Okay I find it , it is Unload me ,for the actual form in case anyone als had trouble with it bye
Quote: > Hi , > I'm calling a form with .show ,but because I'm calling my main screen he > doesn't apply the load event anymore > Is there anyway ,to maybe unload it and then reload it ? > Thank you
|
Tue, 07 Sep 2004 20:47:36 GMT |
|
 |
Calif Bil #3 / 4
|
 how do I reload a form ?
Do you want to unload it and reload it, or just make visible again? Bill Quote:
>It's Okay I find it , >it is Unload me ,for the actual form >in case anyone als had trouble with it >bye
>> Hi , >> I'm calling a form with .show ,but because I'm calling my main screen he >> doesn't apply the load event anymore >> Is there anyway ,to maybe unload it and then reload it ? >> Thank you
|
Wed, 08 Sep 2004 14:50:49 GMT |
|
 |
Rick Rothstei #4 / 4
|
 how do I reload a form ?
I'm not sure I understand what you are trying to do, but I'll suggest you look up the Activate event of a Form. Its code is executed every time the Form gets focus (remember, that is **every** time). Another possibility is that whatever code you have in the Load event that you want to run again when focus returns to your Form can be moved to a function or subroutine (as appropriate) and called from the Load event and from whenever else you need it. Rick
Quote: > It's Okay I find it , > it is Unload me ,for the actual form > in case anyone als had trouble with it > bye
> > Hi , > > I'm calling a form with .show ,but because I'm calling my main screen he > > doesn't apply the load event anymore > > Is there anyway ,to maybe unload it and then reload it ? > > Thank you
|
Thu, 09 Sep 2004 23:11:17 GMT |
|
|
|