I have a process that as the first step, needs to get a user selection, and then continue. So I am using PICK.
I used:
PICK AttendeeType where 1=1
I had to enter a bogus WHERE clause because I kept getting a syntax error unless I used one. When the list popped up, there was a checkbox to the left of each row returned and an EDIT button at the right on each row. I do not want that.
After I chose one, and clicked "Continue", the same list was returned again, without the checkbox icons, expecting me to select one yet again.
??? Is there a simple "no frills" pick list that will just return a list with no edit icons and then when I pick one, and "continue", will return that back to the process?
Dave