Application Development and Automation 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: 
Read only

Passing Selection Options

Former Member
0 Likes
498

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
Read only

Former Member
0 Likes
473

Hi,

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

Thank,

Sree.

Read only

Former Member
0 Likes
473

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.

Read only

Former Member
0 Likes
473

Thanks guys.

Its done.

I did an alternative way.