Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bound Textbox and GETFLDSTATE()
Message
From
18/07/2009 06:00:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01413058
Message ID:
01413166
Views:
46
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I have a textbox on the form that is bound. The form passes this field as a parameter and sets textbox's value to it.
>
>Even if the passed field's value is the same as the original value in the record, the GetFldState() function reports this as a change.
>
>What do I need to do here - unbound the textbox? Any other suggestions?
>
>Thanks a lot in advance.
* textbox.ProgrammaticChange

IF m.this.Value == EVAL(m.this.ControlSource)
    NODEF
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform