From: Rex on
Hi all!!!

Any idea? to go to the very first page instead of keepign on clicking
the previous botton?
i'll so apreciate it as long as anyone gimme some imformation about
that:)

THX

REX
From: Vivek Gupta on
On Aug 6, 11:57 am, Rex <opasdf0...(a)hanmail.net> wrote:
> Hi all!!!
>
> Any idea? to go to the very first page instead of keepign on clicking
> the previous botton?
> i'll so apreciate it as long as anyone gimme some imformation about
> that:)
>
> THX
>
> REX

Hi
If it is the SAS/Af application, Create a push-button "FIRST" on frame
and use the following lines in FRAME.SCL code

first:
[the name of the form viewer
control]._gotorownumber(-1);
return;

Vivek