-
Hello All,
Can anyone tell me from where I can get numeric constants of different FormTypes of printer.
Thanks in advance.
With best regards.
Sudip.
2009-07-13 04:43:33 UTC in HwGUI
-
Hello,
I found that new PaperLength property of hPrinter class doesn't work.
// I want to use 6" paper
oPrn:oPrinter:PaperLength := 6 * 25.4 * 10
// oPrn is an object of hWinPrn class which has oPrinte object of hPrinter class
It compiled but doesn't work.
As I am a very novice user of HWGUI, can anyone please test this and confirm the result.
Thanks in...
2009-07-07 03:20:59 UTC in HwGUI
-
Hello,
Now I have changed my code as per as latest cvs:
oPrn:oPrinter:PaperLength := 6 * 25.4 * 10
// oPrn is an object of hWinPrn class
It compiled but doesn't work.
Can anyone explain how to do this?
Thanks in advance.
Regards.
Sudip.
2009-07-06 02:26:50 UTC in HwGUI
-
Hello Alexander,
I just tried with a.prg but programatically change of page height didn't work:
oPrinter:nHeight := 6 * 25.4 * oPrinter:nVres
oPrinter:nPHeight := 6 * 25.4 * oPrinter:nVres
With best regards.
Sudip.
2009-07-04 03:48:24 UTC in HwGUI
-
.... moreover IMHO, I can use HPrinter class from hWinPrn class (if I am not wrong), for example, oPrn:oPrinter:nVRes, where oPrn is hWinPrn class and oPrinter is hPrinter class.
With best regards.
Sudip.
2009-07-03 11:40:03 UTC in HwGUI
-
Hello Alexander,
Thank you very much for your reply.
Actually I am writing some wrapper functions which will work on my good old xHarbour+gtwvw app with minor changes, which I already did with Win32Prn. I chose hwgui for it's excellent print/preview facility along with good integration with gtwvw. Currently I use PDF Printer and PDF viewer for Preview reports.
For hprinter class, I...
2009-07-03 11:37:23 UTC in HwGUI
-
Hello Richard,
I downloaded your app as advised by Lajos.
Is there any English version of your app.
Thank you very much for sharing this app.
With best regards.
Sudip.
2009-07-03 09:50:56 UTC in HwGUI
-
Hello Alexander,
Thanks a lot for your prompt reply.
I want to print on a 6" paper on a DMP Printer. I tried with following code (oPrin is HWinPrn object)
oPrn:oPrinter:nheight := 6 * 25.4 * oPrn:oPrinter:nVRes
But it didn't work.
TIA.
With best regards.
Sudip.
2009-07-03 09:44:20 UTC in HwGUI
-
Hello All,
Is there any way to change Custom Papersize using HWinPrn class?
Thanks in advance.
With best regards.
Sudip.
2009-07-03 08:28:48 UTC in HwGUI
-
I am an old Clipper Programmer. Started Visual Foxpro 3 at 1995. But I it's not a powerful platform like Clipper. This year I started xHarbour with gtwvw library. It is not simple. Does hwgui offers more power? I heard about it's relationship with XML. I tried with designer, but cannot change any property. Please help me.
Sudip.
2008-10-16 12:22:33 UTC in HwGUI