Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo fields not updating in table
Message
From
08/06/1999 14:39:40
 
 
To
08/06/1999 14:35:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00227587
Message ID:
00227590
Views:
28
How is the record saved to the table? Via a toolbar button? In that case, the last control doesn't lose focus, causing the value not to be saved to the table. You need to include this line in your save method: _Screen.ActiveForm.ActiveControl.SetFocus()

HTH

>I have 4 edit boxes on a form that are memo fields
>for the user to enter in different type comments.
>
>The problem is that they are all not being written to the
>table. if i enter comments in edit 1,2,3,4 (in this order)
>All are written except #4. if I enter them in another order
>(i.e. 3,1,4,2) all get written except #2. So the last comments
>entered don't get written to the table??
>
>I am using table buffering.
>
>Does anybody know what could be the problem?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform