‎2017 May 31 3:57 PM
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
‎2017 Jun 01 7:17 AM
‎2017 Jun 01 8:23 AM
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
‎2017 Jun 02 9:40 AM
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.