how do I reload a form ? 
Author Message
 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  
 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  
 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  
 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  
 
 [ 4 post ] 

 Relevant Pages 

1. Reloading record in form

2. reload gif into form

3. Reset/Reload a Form?

4. Reload forms problem, help fast!!!

5. Reloading Form

6. reloading a form that's alraedy loaded

7. ADO thinks DBMS is done, but DBMS ain't done

8. Importing a MS Access form to a VB Project can it be done

9. How to tell when all a form and all it's elements are done loading

10. can it be done and how (graphical FORM question)

11. doing forms with crystal

12. Referencing a control array on another form reloads form?

 

 
Powered by phpBB® Forum Software