05-06-2015 03:01 AM
Hello,
Please trying my first attempt at using a listbox and wondering if what I am trying to achieve is possible.
I have attached a picture.
The summary of what I am trying to acheive is to have the user input values a and b and then an output is generated based on the 'condition'
Hope this makes sense?
Any input is welcomed.
Thanks
Solved! Go to Solution.
05-06-2015 03:08 AM - edited 05-06-2015 03:08 AM
Hi Femi,
create two additional (numeric) controls "a" and "b". Have the user input in that controls. Create the listbox content based on the user input!
A listbox is mainly made for displaying content to the user.
It's input feature basically is just to select one (or many) rows from the list. The user cannot input values directly in the listbox…
05-06-2015 03:19 AM
Thanks for your reply.
Will you by any chance have an example for this?
05-06-2015 03:29 AM
05-06-2015 04:35 AM
Many thanks.