Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's moving my Recno() ?
Message
From
04/01/1998 17:20:03
 
 
To
04/01/1998 11:47:30
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00069341
Message ID:
00069398
Views:
45
>Something keeps moving my record pointer after a seek back to where it started (or maybe just to the top of the
>table, since it always starts at the top).
>
>I put these two statements in the method where it happens.
>
>    wait window str(recno('clients'))        && shows correct seeked record
>    wait window str(recno('clients'))        && shows record 1 (record before seek)
>
>
>There are NO statements between the 2 wait windows, but the recno() changes.
>
>I can't even begin to figure out what's doing it, so I don't know what info might help someone else figure it
>out.
>
>The only thing I can even imagine might have something to do with it is the relations:
>(I'm leaving out all the normal syntax, just to show you the relations)
>
>select table2
>set relation into table3
>set skip to table3
>
>select clients
>set relation into table2
>set skip to table2, table3
>
>
>HELP.
>
>TIA
>
>Bill


Set a breakpoint in the debugger to stop program execution when RECNO("clients")
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform