Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding and Editing of Records
Message
De
29/05/2002 14:38:48
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
 
 
À
28/05/2002 22:47:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00662258
Message ID:
00662663
Vues:
17
Mike:

Here's another idea...store the recno() into a Property when Editing starts and put this code into AfterRowColChange:
IF Recno() <> THISFORM.OrigRecno AND !Empty(THISFORM.OrigRecno)
GO THISFORM.OrigRecno
ENDIF
This will cause it to jump back quickly to the poriginal row and doesn't require indexes or Seek()

Just a thought,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform