Search found 101 matches: eventually

Return to advanced search

Re: RC to PRG generator

... In html, I have a row/column-based positioning and with the RC files, it's absolute. It then requires a bit of logic to implement this, and I eventually gave up on the attempt. It's interesting that I can't find any RC2HTML converters on the web. I tried with JavaScript. First, I made a JSON ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1203

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error

After how many times in the loop?
by nageswaragunupudi
Thu Aug 03, 2023 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 894

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Thanks for the info Rao. The dialog now no longer appears Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error * hb_out.logApplication Internal Error - F:\test\harbour\pay2023_\bin\pay.exeTerminated at: 2023-08-02 12:13:00Unrecoverable ...
by hua
Thu Aug 03, 2023 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 894

Re: Printer hDC is 0

Just to update. Enrico's post prompts me to eventually inspect var cModel value in my sub-class of TPrinter. To my surprise, it wasn't just a string of printer name but includes the driver and port too. In old PrintBegin(), the code at the end ...
by hua
Thu Feb 16, 2023 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer hDC is 0
Replies: 6
Views: 370

Re: Display thumbnails of pdfs

Thanks for the reply Antonio, Jimmy, Rao and Otto. Rao is correct, what I aim for is eventually a preview in thumbnail size of any files. It's just that currently, I want to at least be able to do it with pdfs. The preview will appear in the boxes below. What control ...
by hua
Wed Oct 19, 2022 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2271

Re: FW Preview user style

... who said that it is dangerous to develop the technical language more and more. This way you exclude people from active participation and eventually philosophy sinks into meaninglessness. I notice a similar tendency here with us. When I follow these ramifications, I ask myself, why don't ...
by Otto
Sat May 07, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Adding a real time character count to a memo field dialog bx

... make sure the character count does not exceed the maximum table field length .. The reason I want to enforce a strict field limit is the text will eventually fit into an program generated e-mail. I do not want someone writing a 1000 char message that I have to format in a limited space to fit into ...
by Rick Lipkin
Mon Jul 20, 2020 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a real time character count to a memo field dialog bx
Replies: 7
Views: 790

Re: Ribbon Theme

Hi James,

You are correct. Eventually, we cannot avoid modifying the class.

:(
by fraxzi
Wed Oct 17, 2018 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Ribbon Theme

... there are other things I haven't thought of too. Note that a lot of this was done outside the ribbonbar class, just to see if it could be done. Eventually, all the code will have to be moved into the class. This could take some time since the class is already really complex with 4 styles, 2010, ...
by James Bott
Fri Oct 12, 2018 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: PHP with dbase

... Web API. I know all this sounds confusing. If paying for the server software is an option, then I would explore Advantage one step at a time. Eventually it all makes sense. Keep in mind that Advantage has free 2 user licenses of the server where you can write and test. Hope that helps, Reinaldo. ...
by fraxzi
Fri Aug 10, 2018 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PHP with dbase
Replies: 10
Views: 1912

Re: PHP with dbase

... Web API. I know all this sounds confusing. If paying for the server software is an option, then I would explore Advantage one step at a time. Eventually it all makes sense. Keep in mind that Advantage has free 2 user licenses of the server where you can write and test. Hope that helps, Reinaldo.
by reinaldocrespo
Thu Aug 09, 2018 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PHP with dbase
Replies: 10
Views: 1912

Re: OT: ADS & Win 10 April Update

Tim If you re-install the Fall creator W10 pro ( and get everything working again ) .. eventually each of those clients will be updated whether you like it or not. This is a Microsoft problem they need to fix quickly .. On my ( working 1803 ) laptop, As far as the ...
by Rick Lipkin
Tue May 15, 2018 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147

Re: FwSavePreviewToPdf

... and you are able to select and copy text from them. The only issue I had was that managing the printJob queue is time/resource consuming, and eventually having more than one program producing pdf documents can be really difficult to manage. To produce masive pdfs like in payroll printing, ...
by AngelSalom
Sat May 12, 2018 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5453

Re: FwSavePreviewToPdf

... and you are able to select and copy text from them. The only issue I had was that managing the printJob queue is time/resource consuming, and eventually having more than one program producing pdf documents can be really difficult to manage. To produce masive pdfs like in payroll printing, ...
by Carlos Mora
Sat May 12, 2018 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5453

Re: Problem with upgrade to FWH 2018 - 02

Dear Rao,

That was better, however the new image is displayed on top of old image. Eventually, bitmap refreshes correctly. I have added the following code with no luck.

oBmp:Refresh()
oWnd:Refresh()
SysRefresh()
by cdmmaui
Wed Apr 25, 2018 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with upgrade to FWH 2018 - 02
Replies: 13
Views: 3061
Next

Return to advanced search