Mark Appleby Posted December 16, 2003 Posted December 16, 2003 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.
dbruggmann Posted December 16, 2003 Posted December 16, 2003 You can hard code it based on the tab order of the fields, if there are only a few fields involved: The
Mark Appleby Posted December 16, 2003 Author Posted December 16, 2003 Thanks for that Detlev. I will get scripting immediately Mark
Fenton Posted December 16, 2003 Posted December 16, 2003 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
Fenton Posted December 16, 2003 Posted December 16, 2003 Here's a modified version. It's more like what you want to do. FieldOnLayout.zip
Recommended Posts
This topic is 7651 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