Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding and Editing of Records
Message
From
29/05/2002 14:38:48
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
 
To
28/05/2002 22:47:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00662258
Message ID:
00662663
Views:
18
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,
Previous
Reply
Map
View

Click here to load this message in the networking platform