Skip to Content
0
Oct 19, 2005 at 10:40 AM

[Beginner] Transferring parameters between Pages

44 Views

Hi,

It is my first BSP Application.

I have troubles transferring parameters from one page to the other. It seems that nothing is transferred at all !

My BSP application is : <b>Stateful</b>

It has 2 pages :

start.htm

report.htm

In the OnInputProcessing handler, I use these statements to pass on data from start.htm to report.htm :

        navigation->set_parameter( name = 'LAUNCH_DATE' value = w_launch_date ).
        navigation->set_parameter( name = 'LAUNCH_TIME' value = w_launch_time ).

        navigation->next_page( 'TOREPORT' ).

Besides, my Page attributes in report.htm (which has the 'TOREPORT' navigation request) are defined as follows :

<b> Name Auto Typing Assoc. Type Description</b>

LAUNCH_DATE X TYPE D Date of launch

LAUNCH_TIME X TYPE T Time of launch

Please, could you see what is missing ??

Thanks in advance.

Cheers,

Guillaume