Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6605 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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?

Posted (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 by Guest

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.