Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to provide a check symbol for listbox when data is changing.
For Eg:
- The below listbox shows us that there is only two values based on previously selections.
- When i see the the listbox it should shows as below image.
The action to use is "Select Possible" for the ProductID field.
Try to add it on the Document Event trigger OnAnySelect
hth/gg
Hi Jagan,
As GG mentioned above, you can use the triggers with select possible to have them checked. However, if you don’t want the field to make the selections but wanted to have checkboxes then you need to load a pseudo field.I mean load additional field with some pseudo values and use the checkbox without the text. Then you can place this pseudo field next to your ProductID field. It is definitely not a neat solution but this will get you working. I hope this makes sense.
Cheers - DV
hey jagan
go to document property > trigger on Document event trigeer select OnAnySelet in addaction use select possible.
may be it helps you
thanks
rohit'
Hi All,
If i provide SelectPossible action at OnAnySelect. How can i clear the listbox. B'coz sometimes i want to clear the listbox.
Hi Jagan
I noticed that it was not possible to clear the checkboxes.
It seems that "clear" and "clear all" also triggers OnAnySelect.
I don't have a solution for that.
May I ask why you want the checkboxes in ProductID?
If there's not a good reason for that I would not recommend it, and you don't need the trigger at all.
regards/gg
One of the my client asking this functionality. Anyway thanks a lot for your help.