Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where am I?
Message
 
 
À
24/04/2001 17:41:18
Ben Dekker
Dekker Soft & Hardware
Axel, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00499334
Message ID:
00499338
Vues:
17
>Hi all
>
>I have a simple question this time. (I think)
>
>I have a form, a few textboxes all bound to one table.
>With this table i have an index.
>Also a command button with a click event "append blank"
>and "thisform.refresh".
>When I click on the command button, some textboxes has a value and
>some are blank. When I change some values this is not on the empty record.
>
>What do I wrong.

Make sure that when you issue the APPEND BLANK that the correct table is selected --
local lnSelect
lnSelect = select()
select table_to_add_record_to
append blank
select (lnSelect)
ThisForm.Refresh()
Also look in the Refresh methods of all form objects including the Form's refresh method to make sure no line of code would move the record pointer.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform