December 16, 200322 yr I am trying to crate a script that will take the user to a specific field. If my Global field is set to status current field then I move out I want to be able to go back to that field by script. My problem is that I can only see a way to bring me to a specific field EG go to a set field given by the field chooser box and not go to field given by whatever is in the current field global. I hope that I have been able to make myself clear.
December 16, 200322 yr You can hard code it based on the tab order of the fields, if there are only a few fields involved: The
December 16, 200322 yr Here's a little example file I made a while ago. It dynamically figures out the last field on the layout, then Loops until it either finds the field you want or hits the last one and exits. The calculation to find the last field requires the FieldNames function. FieldOnLayout.zip
December 16, 200322 yr Here's a modified version. It's more like what you want to do. FieldOnLayout.zip
Create an account or sign in to comment