SitesMasstec
Programmer
Hello colleagues!
After saving the contents I typed in many textboxes in a form, I terminate the program (thisform.release, etc)
When I execute the program again some data I typed before appear in the form (as if I have typed them again).
I think I have the data typed cleaned putting the following command on the Form1 Init event:
thisform.Pageframe1.Page1.txtRNO01.Value=SPACE(10)
thisform.Pageframe1.Page1.txtRNO02.Value=SPACE(10)
thisform.Pageframe1.Page1.txtRNO03.Value=SPACE(10)
...
Isn't the above correct, I mean, putting those commands in the Init event?
Thank you.
Thank you,
SitesMasstec
After saving the contents I typed in many textboxes in a form, I terminate the program (thisform.release, etc)
When I execute the program again some data I typed before appear in the form (as if I have typed them again).
I think I have the data typed cleaned putting the following command on the Form1 Init event:
thisform.Pageframe1.Page1.txtRNO01.Value=SPACE(10)
thisform.Pageframe1.Page1.txtRNO02.Value=SPACE(10)
thisform.Pageframe1.Page1.txtRNO03.Value=SPACE(10)
...
Isn't the above correct, I mean, putting those commands in the Init event?
Thank you.
Thank you,
SitesMasstec