Page 2 of 5

Clipper Report Class

Posted: Fri Mar 10, 2017 9:39 pm
by Pablo César
Please go ahead and show us the code. It seems interesting. :)
EduardoLuis wrote: Fri Mar 10, 2017 8:21 pm Very usefull.- I'll test it next saturday.-
Am I loosing something ? How you will test it Eduardo ?

Re: Clipper Report Class

Posted: Sat Mar 11, 2017 12:08 pm
by PeteWG
Hi,
Anand wrote: Fri Mar 10, 2017 5:06 pm ... So was wondering to convert in HMG.
Very interesting! and quite good conversion.
Thanks for sharing.

regards,

---
Pete

Re: Clipper Report Class

Posted: Sat Mar 11, 2017 7:12 pm
by RPC
Hi Anand
Can you pls send winprint.ch file. That seems to be missing .
Thanks

Re: Clipper Report Class

Posted: Sun Mar 12, 2017 9:39 am
by Anand
winprint.ch is from MiniGUI Extended, attached here.

Regards,

Anand

Re: Clipper Report Class

Posted: Sun Mar 12, 2017 8:23 pm
by RPC
Anand wrote: Sun Mar 12, 2017 9:39 am winprint.ch is from MiniGUI Extended, attached here.

Regards,

Anand
Thanks Anand for the file.
Now while compiling I am getting error undefined reference to HBPRINTER.
Pls advice what is to be done ?

Clipper Report Class

Posted: Mon Mar 13, 2017 10:54 am
by Pablo César
Rathinagiri wrote: Sun Feb 26, 2017 5:53 pm In HMG we don't have MiniPrint or HbPrint.
+
Rathinagiri wrote: Sun Feb 26, 2017 5:53 pm IMHO, you can share whatever way you want. For me, if you share the code, it might be very much useful.
+1

Re: Clipper Report Class

Posted: Mon Mar 13, 2017 11:08 am
by Anand
RPC wrote: Sun Mar 12, 2017 8:23 pm Thanks Anand for the file.
Now while compiling I am getting error undefined reference to HBPRINTER.
Pls advice what is to be done ?
And yes, this one compiles under MiniGUI , as I could not fix the errors generated in HMG compile, so HMG compile will also need to be done.
I have shared what I could do in the time I have.

Hope Rathinagiri Sir and other experienced members here will give some direction on it.

Regards,

Anand

Clipper Report Class

Posted: Mon Mar 13, 2017 11:17 am
by Pablo César
Anand wrote: Mon Mar 13, 2017 11:08 am here will give some direction on it
Please, go ahead Anand. Try yourself to do it... ;)

Re: Clipper Report Class

Posted: Mon Mar 13, 2017 3:40 pm
by Anand
Pablo César wrote: Mon Mar 13, 2017 11:17 am
Anand wrote: Mon Mar 13, 2017 11:08 am here will give some direction on it
Please, go ahead Anand. Try yourself to do it... ;)
Thanks for the encouragement Pablo :)

I was able to make the changes for HMG printer.
Attached Report_Class_HMG.zip file here with modified gHBPRINT.prg and gdevposout.prg for it.

Regards,

Anand

Re: Clipper Report Class

Posted: Mon Mar 13, 2017 4:14 pm
by Rathinagiri
I am in the process of doing the same. You have completed first!

Thanks a lot Anand.