Skip to main content

I have been successfully passing values from text boxes and calender controls to a stored procedure, and populating a grid based on values returned from the SP. How can I capture the values of the picker control, and then pass those as a parameter? I'm assuming the picker control will return an array of values, separated by semi-colons, but i have not been able to confirm this.

 

 

Hi jwstl98

 

The picker control can be configured to allow single or multiple values. The control has a property "Allow Multiple" that if selected will store the controls values as either an XML snippet (if "Save as XML" is selected" or as a delimited string (Using the value in the "Delimiter" property).

 

Have a look at SmartForms Help for more info.


Reply