Search found 52 matches

by Jose Dolar
Thu Feb 06, 2014 4:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: off for some days
Replies: 73
Views: 10116

Re: off for some days

Antonio,

My deepest sympathy for you and your family.

regards, saludos.

Jose
by Jose Dolar
Tue Jan 14, 2014 5:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to print HTML file?
Replies: 4
Views: 1077

Re: How to print HTML file?

Here I am posting a small function that works for me. #Define OLECMDID_PRINT 6 #Define OLECMDEXECOPT_PROMPTUSER 1 #Define OLECMDEXECOPT_DONTPROMPTUSER 2 FUNCTION PrintHtml(cHtmlOrUrl,nCopies,lShow) static oWnd:=nil, oBar, oIe local i default lShow:=.f.,nCopies:=1 if oWnd=nil DEFINE WINDOW oWnd DEFIN...
by Jose Dolar
Sun Jan 12, 2014 6:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to print HTML file?
Replies: 4
Views: 1077

Re: How to print HTML file?

Antonio, thank you for the suggestions. I appreciate it. I tried ShellExecute but it prints one copy only. It does also shows the printer dialog box. We need to print many copies without interruption. ShellExecute may be a possible solution but we need to hide the printer dialog box and specify the ...
by Jose Dolar
Sun Jan 12, 2014 5:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to print HTML file?
Replies: 4
Views: 1077

How to print HTML file?

Hello Fivewin users /Antonio, I want to inquire, Is there a way to print HTML file from Harbour + Fivewin application directly to default printer? We want to streamline our system that is relying on a third party program to print HTML file. We may also consider upgrading to the latest Harbour and Fi...
by Jose Dolar
Sat Dec 14, 2013 1:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Very High CPU Usage on Windows 8 (32 bit)
Replies: 3
Views: 712

Re: Very High CPU Usage on Windows 8 (32 bit)

Sorry guys this is not a Fivewin or Harbour issue. The cause is an outdated device driver.

Regards, Saludos

Jose
by Jose Dolar
Fri Dec 06, 2013 2:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Very High CPU Usage on Windows 8 (32 bit)
Replies: 3
Views: 712

Re: Very High CPU Usage on Windows 8 (32 bit)

Antonio,

Thank you for the quick reply.

Regards to All,

Jose
by Jose Dolar
Wed Dec 04, 2013 10:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Very High CPU Usage on Windows 8 (32 bit)
Replies: 3
Views: 712

Very High CPU Usage on Windows 8 (32 bit)

Hi Antonio and FiveWin users, We are experiencing a very high CPU usage (50% -95%) on Windows 8 (32 bit) with our application that runs very well on Windows XP. Environment: Compilers: BCC 582, Harbour 2.1.0 FWH version: 11.05 Any hint to work around this issue will be highly appreciated. Thank you ...