PDA

View Full Version : Pass serial number to email reg screen



homerx
10-09-2006, 08:27 AM
Greetings all,

I am using the Email Reg screen from the examples forum and would like to pass the user name and serial number from the initial screen to the email reg screen so the user does not have to reenter them.

I am having no luck with this. :huh

Any help/advice would be greatly appreciated.

Thanks

Eagle
10-09-2006, 09:43 AM
Easiest method:

select the email screen > edit > settings > CTRL_EDIT_01 > edit > Default text:

enter the assigned Owner or name 'session variable' from your 'previous screen'
eg: %RegOwner%

select the email screen > edit > settings > CTRL_EDIT_09 > edit > Default text:

enter the assigned serial number session variable from your 'previous screen'
eg: %SerialNumber%

if these session variables have values, when the Email Screen is shown at runtime,
the default entries will be the values of the session variables.
(session variables assigned with a valid value are autoexpanded when a Screen is Displayed)

hth a little

homerx
10-09-2006, 12:26 PM
Thanks,

I will give it a go.

homerx
10-09-2006, 01:49 PM
:yes Thanks, it works perfectly. Also opened me up to doing more with the prog.