Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Listbox documentation

Post Reply
ironman86
Posts: 1
Joined: Tue Oct 30, 2012 2:21 am

Listbox documentation

Unread post by ironman86 »

I searched the wiki, this forum, and the internet for a long time but I can't find anything that explains how to get a Listbox object to save the selections the user makes. Listbox is the one that the user can select multiple items.

I'm able to add the Listbox to a form just fine and the SQL statement that selects the possible values for the Listbox works great; the problem is that I don't know the specifics of how nuBuilder wants me to set up a relationship table that will store the user's multiple selections. The wiki page makes no mention of this other than how to populate the box with values and the demo database that came in the zip file doesn't make use of the Listbox object so I can't use that as an example.

Any help would be greatly appreciated!
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Listbox documentation

Unread post by admin »

ironman86,

nuBuilder uses Listboxes only for selecting Criteria on a Report Screen (they aren't saved anywhere).

Generally developers would use a subform to hold multiple choices.

Steven
Post Reply