jesperv Posted December 14, 2000 Posted December 14, 2000 Is it possible to create e field, like in the status bar, where I type fx. 100 and then the db goes to record no. 100 in the found set?
Chuck Posted December 14, 2000 Posted December 14, 2000 You can either use a plug-in like ScriptScheduler or use a script like the following, where gRecord is a global number field. Set Field [ gRecord, "" ] Go to Field [ gRecord ] Loop
Recommended Posts
This topic is 9015 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now