Pass Parameters
Moderator: jeanmichel
Pass Parameters
How do I pass parameters in a customised screen to call a non-iseries program?
- jeanmichel
- Posts: 109
- Joined: 23 May 2014, 11:37
- Location: Sydney
Re: Pass Parameters
Hi Brian.
Can you please give me an example of what you want to achieve?
What kind of program are you intending to call?
Can you please give me an example of what you want to achieve?
What kind of program are you intending to call?
Regards,
Jean-Michel Rapin
LANSA Pty Ltd
email: JeanMichel.Rapin@lansa.com.au
Address: 122 Arthur Street, North Sydney, NSW 2060, Australia
Tel: +61 289 070 262 http://www.lansa.com | http://blog.lansa.com |
Jean-Michel Rapin
LANSA Pty Ltd
email: JeanMichel.Rapin@lansa.com.au
Address: 122 Arthur Street, North Sydney, NSW 2060, Australia
Tel: +61 289 070 262 http://www.lansa.com | http://blog.lansa.com |
Re: Pass Parameters
One example:
I'm calling a Non I series program (.net program) - This program generates a selected letter to a member (patient)
The user selects the appropriate letter - (selected via radio button). display field named S@form (value as per radio button)
Authorisation number displayed on customised screen, named S@Anum,
Medical scheme code hidden on customised screen named S@Masc and
User Id hidden on customised screen named s@user
The non I series program requires the above 4 parm.
I'm calling a Non I series program (.net program) - This program generates a selected letter to a member (patient)
The user selects the appropriate letter - (selected via radio button). display field named S@form (value as per radio button)
Authorisation number displayed on customised screen, named S@Anum,
Medical scheme code hidden on customised screen named S@Masc and
User Id hidden on customised screen named s@user
The non I series program requires the above 4 parm.