Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data binding problem with Control and Scatter
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Data binding problem with Control and Scatter
Divers
Thread ID:
00947810
Message ID:
00947810
Vues:
62
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform