Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a simple menu via a listbox, which refers to a page table (created with an inline view).
Paginas:
LOAD
*
INLINE [
PagID, Pagina
1, sheet 1
2, sheet 2
3, sheet 3
4, sheet 4
5, sheet 5
];
however, when I click on one of the items, it doesn't switch to the correct sheet. I have no clue where to add this code (I also can't find it in the example I am using).
Thank you!
hi
Specifiy the sheetid in the inline wizard and use it in the Field event trigger.
When you add the Activate sheet event specify the field name with equal to sign in the beginning.
hi
Specifiy the sheetid in the inline wizard and use it in the Field event trigger.
When you add the Activate sheet event specify the field name with equal to sign in the beginning.
Hi Wouter,
look at my little exam app. I used a field event trigger on field PagID. See settings --> document properties --> Triggers --> field Event Trigger
Regards, Roland
Perfect Roland,
What a nice and clear explanation. It worked!
Thanks
Wouter
Thank you too Deepak!