Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unruly Control
Message
 
To
30/04/1997 15:30:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00030343
Message ID:
00030363
Views:
40
>You're going to think I am crazy, but:
>
>I have a control on a form bound to a field in a table. The user selects a customer name and I put in the customer primary key into this invisible control's value property. When I save, all of the controls bound to this table save properly EXCEPT the CustPKey--I get nothing. I checked its Value just before saving (txtCustPKey.Value)--it's correct. I save--get nada in that one field only. I have checked every property and value I can think of. What would prevent a bound control from writing to the field in the table??? ARGH!!@!
>
>TIA.
>
>John

check controlsource. also make sure you're not setting that value before you create the new record (if using buffering) -- otherwise it'll go to the previously active record
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform