Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need table and application design help
Message
From
14/07/2003 03:12:58
Yh Yau
Ingenuity Microsystems Sdn Bhd
Kuala Lumpur, Malaysia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00809684
Message ID:
00809738
Views:
34
Brenda,
You could put the following codes into your next buttons instead of using skip. You would need to store your current record's keyfield (or sort value) in a form property first.
select dist top 1 keyfield_id from tablename where keyfield_id>currentkeyfield_id order by 1
then requery your data base on the new keyfield_id
Hope the concept helps
Yau
Previous
Reply
Map
View

Click here to load this message in the networking platform