![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Assuming all your fields are in the tab order you can go to the first field, then loop until you get to the field that your looking for by comparing script parameter to Get ( ActiveFieldName ) I would recommend trapping for an endless loop. |
#4
| |||
| |||
|
|
Hey all, I know this has been covered before, but I'm trying to find an elegant solution to an "enter only once" type of field. I am trying to use the script parameter to make this a little easier. Basically I'm trying a variation of: If (IsEmpty[TheField]) Go To TheField End If But if I could only write one script and use the script parameter to pass along the field name... If (IsEmpty[Get(ScriptParameter)] Go To Get(ScriptParameter) End If There are many problems with this I know, but does anyone have an answer? Eide |
![]() |
| Thread Tools | |
| Display Modes | |
| |