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

Conditional based call smartforms.

DVetrivel
Explorer
0 Likes
864

my requirement.

1. when i am passing parameters i_Paper_name = 'Specking'

should call one SF format. with column in main window (student name, student number, start time and end time, test center ).

2. when i am pass parameters i_paper_name = ' Write & listening'

should call another format with column student name, student number, test center.

I should happened same smartforms

Please help to achieve this requirements.

Regards

Vetrivel D

3 REPLIES 3
Read only

DVetrivel
Explorer
0 Likes
794

Can any one help me on this.

Regards

Vetrivel

Read only

Former Member
0 Likes
794

It's quite easy.

You can do this one of two ways. Create a function module with the same parameters and in that function decide which smartform to call and call that, or

In the main window of your smartform create two folder nodes.

Place a condition on the folders testing the paper name = 'Specking' or what ever. In that folder place all your specking stuff, in the other folder place your non specking stuff.

Another way is in the main window create a condition node. Place the specking test as the true condition and place all the specking stuff as sub nodes for that etc etc

Read only

DVetrivel
Explorer
0 Likes
794

Thanks Richard harper.

What i did is created three table in main window and each table i given condition in condition tab if paper name = 'Speaking' like that non speaking components.

now its working fine. how ever once again thanks for your answer.

Regards

Vetrivel.