Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Get ( TriggerTargetPanel ) and Get ( TriggerCurrentPanel ) not working


Recommended Posts

Posted

Hi all,

I'm trying to use the above mentioned functions to hide/show my search bar when switching between certain panels, but the functions don't return what they are supposed to. I attached a script to OnPanelSwitch that flips a hide variable between 0 and 1, which works, but Get functions just show 0 in my Data Viewer. What could I be missing?

Thanks.

Posted

So the Get functions do work. I overlooked the fact that they don't retain the returned values after a panel has switched, which is why I saw no change in the Data Viewer.

@comment I modified your demo file to replicate what I was trying to achieve with the search field. It's supposed to hide when you're on some panels and show when on others. It works, but only if you refresh the object or the whole window. Interesting why Hide/Show needs a refresh to work in this case.

OnPanelSwitch_Modified.fmp12

  • 1 month later...
Posted
2 minutes ago, Gopala Krishnam Raju Ambati said:

hide condition of searchbar is Objects::gHideSearchBar how this is working???

Please ask a more specific question. 

 

Posted
2 hours ago, comment said:

Please ask a more specific question. 

 

GetValue ( Get ( TriggerTargetPanel ) ; 2) = "three"

how is this working - when script is RUN" gHideSearchBar GETTING VALUE 1 how its happening ???? 🥵

Posted

The result of any expression that compares two values, such as:

GetValue ( Get ( TriggerTargetPanel ) ; 2 ) = "Three"

is a Boolean - either True (1) of False (0).

 

Posted
12 hours ago, comment said:

The result of any expression that compares two values, such as:

GetValue ( Get ( TriggerTargetPanel ) ; 2 ) = "Three"

is a Boolean - either True (1) of False (0).

 

some of ur scripts are onliners but ******* still i am not at all understanding my medical brain getting heated up even in dreams im seeing ur script thinking how how how :( :(  :( 

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.