Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data binding problem with Control and Scatter
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Data binding problem with Control and Scatter
Miscellaneous
Thread ID:
00947810
Message ID:
00947810
Views:
61
Guys, I need some help on this one:
I have a form. In the base form class I created a property named oData. In the LoadData event of the form I use this syntax:


lParameters lKeyID

SELECT (this.cAlias) && Table Alias
SEEK (lKeyID) ORDER (this.cPKField) && Move the record pointer where you need it
SCATTER NAME this.oData MEMO
this.Refresh()

My control are composite classes (containers with txt boxes)
The Data source property of the txt box is set as such: ThisForm.oData.FieldOne in the property sheet. The problem comes when I try to edit numerical values. The values will not change, they just maintain their present value. Txt boxes bound to character properties of thisform.oData edit correctly. Any Ideas? Thanks in advance.


Woodie (really scratching my head on this one)
Woodie Westbrook
I came, I saw, I compiled.
Next
Reply
Map
View

Click here to load this message in the networking platform