on 2006 Aug 08 2:29 PM
Hi,
I want to trigger different forms on parameter scenario. So each scenario has his on view/form. How can i do this. Do i need to define parameters in the plugs? what code do i need to use?
thanks in advance
Request clarification before answering.
Hi
Try this
if
(wdContext.currentOutputElement().getScenario().equals("YWPA"))
wdThis.wdFirePlugToYWPA();
else
if
(wdContext.currentOutputElement().getScenario.equals ("YEMP"))
wdThis.wdFirePlugToYEMP();
Regards,
Ajay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.