Skip to Content
0
Former Member
Dec 08, 2006 at 05:42 AM

problem in on input processing

29 Views

I want to retrieve a mx value from database table on theclick ofa button.Its like when a button on my first page is clicked it shuld select values from databse table.

when 'click'.

select max( reg_no ) into regno from zrecord.

application->reg_no = regno.

navigation->goto_page('first.htm').

It doent giv me an error w hile activating but wehen i test it it gives me an error.

in debug mode after the select query no value gets selected in regno.

Kindly suggest sumthing.