Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Selection Options

Former Member
0 Kudos

I have to pass the value of my selection option (S_DATE) to my smartform, for example 10/06/2008 to 10/10/2008, my problem is since its a range, everytime i declare the (S_DATE) in the form interface, i encounter mismatch of variable type.

How can I be able to display the chosen dates in my smartform.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Try to pass Ranges table instead of select options to the smartform and the vales in smartform.

Thank,

Sree.

former_member188685
Active Contributor
0 Kudos

in the smart form tables option you have to mention the name to hold the select option data. don't use any type and see it works.

Former Member
0 Kudos

Thanks guys.

Its done.

I did an alternative way.