on 2005 May 03 6:49 PM
Hey Everyone,
I am experiencing a problem with an edit text box on a form that I created. For some reason when I go into the add mode on the form and type into the field the text disappears as soon as I go to another one of the controls on the form.
If i leave the cursor in that text box the text stays. Has anyone experienced this problem before?
Thanks in advance.
Hello Laura
did you link the text box to a user data source, or db datasource ?
The text box needs to be linked to Source
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Laura,
I had this problem and the reason was about the datasource.
If you item is linked to a UserDataSource, there is no problem.
If you item is linked to a dbdatasource, you have to ensure the datasource contains at least one record.
Can you show us the part of xml file, or VB code that you use to create your item on you form.
the event that you can catch would be et_validate. But I think it's fired when your text box is linked to datasource
HTH
Sebastien
User | Count |
---|---|
116 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.