Skip to main content

developerWorks >  Lotus  >  Forums  >  Lotus Forms  >  developerWorks

Binding Dynamic data to a combobox    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is answered.

Permlink Replies: 2 - Pages: 1 - Last Post: Nov 5, 2009 12:01 PM Last Post By: Jonarian Threads: [ Previous | Next ]
Jonarian

Posts: 4
Registered: Oct 15, 2009 07:55:19 AM
Binding Dynamic data to a combobox
Posted: Oct 15, 2009 07:57:09 AM
 
Click to report abuse...   Click to reply to this thread Reply
How to make a combo-box populate with data from a XML or DB when the form load?
mbir

Posts: 409
Registered: Jan 23, 2006 07:01:43 PM
Re: Binding Dynamic data to a combobox
Posted: Oct 21, 2009 03:30:21 PM   in response to: Jonarian in response to: Jonarian's post
 
Click to report abuse...   Click to reply to this thread Reply
This is functionality provided by using xforms model, how you add this to the form can be done before the form is sent to the user (using updateXFormsInstance via the Lotus Forms API) or live using a xforms:submission where the form calls a web service.

I believe there are some previous discussions if you search the forum about using xforms:submission.

hope the helps
Jonarian

Posts: 4
Registered: Oct 15, 2009 07:55:19 AM
Re: Binding Dynamic data to a combobox
Posted: Nov 05, 2009 12:01:11 PM   in response to: Jonarian in response to: Jonarian's post
 
Click to report abuse...   Click to reply to this thread Reply
a Xforms submission with POST to a servlet is implemented and solve the problem

Point your RSS reader here for a feed of the latest messages in all forums