>
> Hi all.
>
> I am designing a form wirth PageFrames with several pages.
>
> If I decide during the design to change the order of the pages or add a new one somewhere specific, how is that done exactly?
>
> Thanks.
>
> Russell.
assumption here is that the pageframe is named pgfFrame...
in the event of addiing a page to a pageframe from a method within the form issue:
LOCAL lnNewPage as Integer
lnNewPage = this.pgfFrame.pagecount+1
WITH THIS.pgfFrame
.pagecount = lnNewPage
.pages( lnNewPage).Caption = "\<SomeCaption"
.pages( lnNewPage).pageorder = AnyNumberBetweenTheFirstPageAnd_lnNewPage
ENDWITH
Boudewijn Lutge®ink
Boudewijn.Lutgerink@foxite.comExperience is the knowledge you get immediately AFTER you actually needed it...