Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ControlSource X Value
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ControlSource X Value
Miscellaneous
Thread ID:
00453209
Message ID:
00453209
Views:
60
Hi...

I still have a problem... I think it's a VFP's bug!

Create a Form and put one Textbox.

ThisForm.TextBox.ControlSource = "Table.Field"

ThisForm.KeyPress:
If nKeyCode = -7 && F8
MessageBox("Value: "+ThisForm.TextBox.Value)
MessageBox("Table.Field: "+Table.Field)
EndIf

Save and RUN...

Type "something" in Textbox and press F8...

The Value contain SOMETHING, but the field not...

Is it a VFP's Bug?

[]'s

Rodolfo Duarte
Brazil.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Next
Reply
Map
View

Click here to load this message in the networking platform