Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to validate movement from row to row in a grid?
Message
From
06/07/1999 09:41:53
Kenneth Downs
Secure Data Software, Inc.
New York, United States
 
 
To
06/07/1999 09:21:32
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00237681
Message ID:
00237708
Views:
11
Nikolay and Denis,

PMFJI, but you can get into trouble using the record number on parameterized views of child tables. Better to use a surrogate key.

>Hello Nikolay,
>
>I just asked the same question last week.
>
>Why don't you add a property (nOldRow) to store the active record #. Then in the AfterRowColChange() code put:
>
>if recno('mytable') <> thisform.nOldRow
> ** Do your row change stuff here
> thisform.nOldRow = recno()
>endif
>
>HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform