‎2006 Nov 07 12:06 PM
hi
help me in this issue
how to control the flow of records in main window
i need to restrict to some 3 to 4 records.
how can i do it.how to use new-page command
thanks in advance.
kiran kumar.
Message was edited by: kiran kumar
‎2006 Nov 07 12:19 PM
Hi Kiran,
Definy one variable to count the records in the script using the 'DEFINY' commnand. And when this count reaches the counter the call the new page using NEW-PAGE command.
I hope you know how to use the script commant.
Regards,
Satya.
‎2006 Nov 07 12:13 PM
Hi,
use the commands..
/: protect
-
-
/: Endprotect.
Regards,
nagaraj
‎2006 Nov 07 12:19 PM
Hi Kiran,
Definy one variable to count the records in the script using the 'DEFINY' commnand. And when this count reaches the counter the call the new page using NEW-PAGE command.
I hope you know how to use the script commant.
Regards,
Satya.
‎2006 Nov 07 12:26 PM
hi satya,
how to define and newpage
just keeping /: new-page it will lead to second page
thanks in advacne
kiran kumar
‎2006 Nov 07 12:48 PM
Hi Kiran,
What is ur requirment, yes the new-page will leads to the second page and printing of the records continues from the next record. here you need to clear the count variable so that after next 4 records the another page will be trigged.
Regards,
Satya
‎2006 Nov 07 1:12 PM
if you want to show only 3 or 4 records do it in your select statement
select * from sflight up to 4 rows.
or if you want to show 3-4 records in each page, define a counter when your counter reach the target call new-page