beatryder Posted October 26, 2006 Posted October 26, 2006 I'm using a loop method to locate records. The variable holds the record id of the record from the previous table, so that when you go back, it will take you to the same record you left from. Go to Field[ComponentRegistry::ComponentID] Loop Exit Loop If[ComponentRegistry::ComponentID=$$AssemblyID] Go to Record/Request/Page[Next;Exit after last] End Loop But I don't like how the cursor is left in the ComponentID field. Is there a way to get rid of the cursor? I.e. have the cursor in no fields when the script is finished? I'm not seeing anything in any of the script steps. Thanks, --Dawn
Fitch Posted October 26, 2006 Posted October 26, 2006 Use either Go to field() with no field specified, or Commit records. PS: If you don't want to be in a field, why do you go into the field in the first place?
beatryder Posted October 26, 2006 Author Posted October 26, 2006 (edited) Do I not need to go to a field to make the loop work? If I don't need to then I'll just take that step out. I'm still really new to FileMaker, even though I've been using it for the last 6 months... Thanks, --Dawn Edit: Just tried taking out the Go to Field, and it works! Thank you! Edited October 26, 2006 by Guest
Recommended Posts
This topic is 6605 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