Hi
Is it possible, to add an Object ( Label, Image .. ) to an existing Page of a Pageframe?
I need a solution for the following problem:
...
npage = npage + 1
...
x.Pageframe1.Pagecount=npage
x.Pageframe1.Pages[npage].Caption='xxx'
...
now i want to add a label and an image to all the pages of the pageframe...
..is that possibnle? and whocan i do that?
IT-Management
( FoxPro-Newbi
) )
Is it possible, to add an Object ( Label, Image .. ) to an existing Page of a Pageframe?
I need a solution for the following problem:
...
npage = npage + 1
...
x.Pageframe1.Pagecount=npage
x.Pageframe1.Pages[npage].Caption='xxx'
...
now i want to add a label and an image to all the pages of the pageframe...
..is that possibnle? and whocan i do that?
IT-Management
( FoxPro-Newbi