Hi

I have been reading 1001 Things which seems to mainly reference VFP 6.

I am trying to create a base _PAGE class for use in my base _PAGEFRAME class
with some custom methods and properties.

I can't work out how to trick my _PAGEFRAME to use my _PAGE class rather
than the standard VFP Page object.

In 1001 we are told that you cannot visually create a Page object - clearly
this is no longer the case with VFP 9 so can anyone tell me how i can
implement my visual _PAGE object?

--
Kind regards

Phil Hollingworth
phil@wrltd.co.uk
System spec: Win2k3 / VFP 9 (All fully service packed / updated etc)

Re: Using custom PAGE objects in a custome PAGEFRAME by borisb

borisb
Tue Aug 16 06:52:09 CDT 2005

Phil Hollingworth wrote:
>
> Hi
>
> I have been reading 1001 Things which seems to mainly reference VFP 6.
>
> I am trying to create a base _PAGE class for use in my base _PAGEFRAME class
> with some custom methods and properties.
>
> I can't work out how to trick my _PAGEFRAME to use my _PAGE class rather
> than the standard VFP Page object.
>
> In 1001 we are told that you cannot visually create a Page object - clearly
> this is no longer the case with VFP 9 so can anyone tell me how i can
> implement my visual _PAGE object?
>


Check MemberClass and MemberClassLibrary properties of the PageFrame class.