Thanks Rolf-Werner,
I tried
Private $hImage As New Image
and had the same result ! Printing white page!
What I want is to print the labels of a form or ScrollArea!!
I also tried to change the *Printing Example of Gambas 3* to make it work
for my issue. Here's what I did (3 steps):
1..I've c
Got it. I'll use my glasses next time - better than squinting at a
blur on the screen.
R
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
ap
Vasilis,
I've got to leave the office now, but at a quick glance:
> Private $hImage As Image
Shouldn't this be As New Image?
>
>
> Public Sub Form_Open()
> Me.Center
> Try $hImage = Me.Grab.Image
> End
>
> Public Sub Printer1_Draw()
>
>Dim hImage As Image
And maybe the same here?
Hello,
I just jumped into Gambas 3 and my printing procedures that worked fine in
Gambas 2 do not work anymore!
Thus, my question is easy. I want to print a form as it is! With its labels
etc..
I have looked the examples and managed to make a printing routine that only
prints white paper!! Why?
Her
In report label ckeck usefield to true
Then in the text add $PAGE to get the current page number and $PAGES to get
the total pages
Le 19 mars 2014 15:00, "kungfupanda" a écrit :
> Hi,
>
> I've a simple question...I don't know how to obtain the current page number
> in my gb.report.
> I can use r