pbuddy2007
Technical User
On my form I have a button that pop-up another form asking the user to enter further information. the problem is that once the user click pn saves and return to the main form everything on that form has been erased ?? why ???
on the INFO form the button calling the pop-up has the folowing code:
MAP.Show
on the MAP pop up form when the user enters the data and clicks on save the following code is executed
map.Hide
INFO.Label15.Caption = Text1.Text
All the data in the textboxs on INFO form is lost ???
on the INFO form the button calling the pop-up has the folowing code:
MAP.Show
on the MAP pop up form when the user enters the data and clicks on save the following code is executed
map.Hide
INFO.Label15.Caption = Text1.Text
All the data in the textboxs on INFO form is lost ???