WsELC Checkbox
Hello I’m working on putting the finishing touches on a group project and I have a question about using WsECL. How would I add checkboxes to the WsECL form? I know that using the following code produces a dropdown menu:
STRING3 FruitSelection := 'Fruit' :STORED('Fruit', FORMAT(SELECT('*ALL=ALL,Apple=Apple,Orange=Orange,Banana=Banana')));
But what would I do if I want to create checkboxes instead?
STRING3 FruitSelection := 'Fruit' :STORED('Fruit', FORMAT(SELECT('*ALL=ALL,Apple=Apple,Orange=Orange,Banana=Banana')));
But what would I do if I want to create checkboxes instead?
- vzeufack
- Posts: 41
- Joined: Tue Sep 25, 2018 3:52 pm
I'm afraid the closest thing you have is a three state checkbox. Make the definition a BOOLEAN and you can preset it to TRUE or FALSE.
HTH,
Bob
HTH,
Bob
- bforeman
- Community Advisory Board Member
- Posts: 1006
- Joined: Wed Jun 29, 2011 7:13 pm
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: Bing [Bot] and 2 guests