Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo fields not updating in table
Message
De
08/06/1999 14:39:40
 
 
À
08/06/1999 14:35:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00227587
Message ID:
00227590
Vues:
29
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform