I have the following action bar:
Is there a way to select multiple buttons. Say I want to create a filter of "Altholz Natura" and "Natura".
The following code is executed, for example if you select the Action "Natura".
SETRANGE(Farbencode,'NATURA');
CurrPage.UPDATE(FALSE);
thanks
stony
Comments
if it is only about one field you could use a global variable (example FilterText) and put the strings togheter.
Hope this helps you