taicho
Registered Abuser
- Local time
- Yesterday, 23:41
- Joined
- Dec 13, 2005
- Messages
- 24
Hello my brother and sisters! I am need of your help once again. Anybody got the fuzzy warbles to help me out??
Ok so here is the problem, I have a form in which customers can be edited and it is meant to only be opened from another form because when it closes the customerID is passed on to the other form. Now the problem is that if the database is closed with that window open or the customers form is closed without the other form open to pass the value on to I of course get an error, my question is then how can I use the IsLoaded property to say for instance if Form "Main" is not open then do not try to pass value i.e. If A IsNull then don't do anything...?
P.s. I've checked the forums and tried the little snippets I've found but I just can't figure it out...
Ok so here is the problem, I have a form in which customers can be edited and it is meant to only be opened from another form because when it closes the customerID is passed on to the other form. Now the problem is that if the database is closed with that window open or the customers form is closed without the other form open to pass the value on to I of course get an error, my question is then how can I use the IsLoaded property to say for instance if Form "Main" is not open then do not try to pass value i.e. If A IsNull then don't do anything...?
P.s. I've checked the forums and tried the little snippets I've found but I just can't figure it out...