January 9, 200323 yr 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)
January 9, 200323 yr Hi Reynir, As far as I know, this can not be done, that is unless something has changed in version 6.x. Sorry, Lee
January 9, 200323 yr 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.
Create an account or sign in to comment