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

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

Recommended Posts

Posted

Hi,

Is there a way to scroll trough a portal and, after you have selected a row, push a button (like the command or control key) and that a script will be triggered that does something with te record in the portalrow? I have the doscript plugin. But it seems that their functionality for key script triggering doesn't work anymore...maybe somebody knows an other approach?

thnx & greetz,

Jeff

Posted

Hi Jeff,

command + numberkey not adquate? otherwise you could use QuickKeys.

Ernst.

Posted

Like Ernst says...

In a PC you could create a script and have it show under the scriptmake menu section. FM will give it a number, and you can use the shortcut CTRL + NUMBER to have it run. In mac it's probably COMMAND + NUMBER

--Dan

Posted

There is simple way to make some action in a portal row using a global gPortal_row.

Your script should look like this:

Freeze Window

Set Field ["gPortal_row","Status(CurrentPortalRow)"]

Go to Portal Row [select,"gPortal_row"]

and here you script your action or go to the related record to run a script there before coming back to the first file and refresh.

You can easily create a button in each row to run this script. Actioning the button is enough to update the global.

Very useful e.g. to toggle containers between checked/unchecked boxes.

This topic is 7770 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.