Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code Camp
Message
 
To
10/05/2005 15:30:56
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Title:
Miscellaneous
Thread ID:
01008044
Message ID:
01012584
Views:
30
>>It also means that the foxteam is allowing bugs in controls under situations where binding is not used. Visual FoxPro 7-9 has a textbox bug the requires a work around int the textbox init event. If the work around is not implemented (in non binded textboxes), changes to the value of that text box will zero or blank out.
>
>what bug are you referring to? I am currently having a problem with a textbox doing this.. funny coincidence.. But there is nothing in the bug list on the UT that mentions a problem like this.
>Thanks
This is the code you would need to place in a textboxes init event to prevent it from zeroing when the CR ot TAB is pressed under general post edit conditions:
this.AddProperty('nTextValue',0)
this.ControlSource="this.nTextValue"
Sergey either derived or located the work around (thanks again Sergey!)
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform