Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Dropdown

Questions related to using nuBuilder Forte.
Post Reply
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Dropdown

Unread post by GlenMcCabe »

Completely new to nubuilder.

Created browse and edit form. On the edit screen I added a field called active which is type select. In the select tab I put Yes|No. On the form I see only Yes. I tried to add | before, after and both. eg |Yes|No| etc. This adds a null option which I assume if due to the last | but still only one choice. I have tried adding wider range just using numbers and I feel it is displaying every other entry in the list.

Multiple is set to No.

Thanks in advance
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Re: Dropdown

Unread post by GlenMcCabe »

Entered values twice. seems to solve things
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: Dropdown

Unread post by kev1n »

The first value is the dropdown's bound value, the second one its display value. While the display value is displayed in the drop-down list, the bound value is stored in the database. You can also use the same string for both values just like you did.
Post Reply