Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hansdevr
Creator III
Creator III

Field selection in Listbox (Trigger actions in sheet) does not work

I want to pre-select 'INTERFACE' in the Broncode field on opening of a certain sheet.

See attached picture. Any idea why it REFUSES to work for me?

 

Labels (1)
12 Replies
hansdevr
Creator III
Creator III
Author

Somehow I fixed it.

Your search string actually worked, but I had to put the trigger action into the Document properties..

Thnx very much for pointing me in the right direction, although it is still beyond me why it failed in the Sheet properties..

gf
Creator III
Creator III

Ok last try 😄

Go to Document Properties.

Tab Triggers

In Document Event Triggers select OnOpen then click button Add Action(s)

In the Actions dialog click the Add button

Action Type: Selection

Action: Select in Field

Click OK

In Actions dialog

Field : Name

Search String : ='IN*' ,include the '='

Click OK

Then save the project, close it and open it again.

 

hansdevr
Creator III
Creator III
Author

.....which is EXACTLY what I did (see my previous post) and that worked!