reynir Posted January 9, 2003 Posted January 9, 2003 I'm trying to include some buttons in the tab order on one layout. I don't find the way to do this. What I'm trying to do is like this: field1->field2->field3->Button1(enter) and with that button is a script that adds new record to a related file through a portal. Like you are on a web site and uses tab key then buttons get the status onFocus() Thanks, Reynir. Best regards from Iceland (one of the coolest place you can find, but not in the moment)
Lee Smith Posted January 9, 2003 Posted January 9, 2003 Hi Reynir, As far as I know, this can not be done, that is unless something has changed in version 6.x. Sorry, Lee
jasonwood Posted January 9, 2003 Posted January 9, 2003 If your goal is to be able to do a lot of repetitive data entry, you might try this. Start a script: loop pause/resume (insert whatever your button was going to do here) end loop Then just hit "Enter" whenever you want the script to run. When you're done your data entry, click cancel.
Recommended Posts
This topic is 8059 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