October 26, 200619 yr 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
October 26, 200619 yr 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?
October 26, 200619 yr Author 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, 200619 yr by Guest
Create an account or sign in to comment