Search found 219 matches: keeps

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

... and Pix2Unit, or may not need at all because of the cUnits parameter on most print methods. Using cUnits parameter is the best option. That keeps compatibility between Pdf class and Printer class. For now you can start creating PDF files with FWH without HaruPdf. This command PRINT oPrn ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1215

Re: Interesting discussion with ChtGPT

... the current Harbour language "outdated" but it does so linking back, actually, to the Clipper days. Look at the generalizations. It keeps comparing to Clipper, but the arguments, to me, fail: Declarations: Having to specify Data Type is certainly not new. It pre-dates Clipper ( an ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: DBF . Commit

... nil      >   ACTIVATE DIALOG oDlg CENTERED ;      VALID ( oTimer:End(), .t. )return nil This program displays the values and keeps checking for changes in the data with a timer. The moment, changes are detected, the values are updated and displays with time. Please also note ...
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2338

Re: Child OF oWnd

Dear Jimmy,

Keep in mind that each control keeps a DATA oWnd that holds its parent object
by Antonio Linares
Thu Nov 10, 2022 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 344

Re: hb_strToUTF8 en xHarbour con BUG

... up to 2^63 bytes) in text, Unicode, HTML, binary or hex format, bitmap graphics (bmp, jpg, gif, png), multimedia files, and now also RTF files. It keeps only a small part of the file in memory (except for bitmaps), the rest is automatically loaded when scrolling through the text. Best regards, ...
by Otto
Tue Aug 09, 2022 9:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: hb_strToUTF8 en xHarbour con BUG
Replies: 10
Views: 691

Re: TWebView:Destroy method does not close the window.

...      VALID ( oWebView:Destroy(), SendMessage( oWebView:GetWindow(), WM_CLOSE ), .T. ) and the app keeps ending without any created log, so there is no a GPF I have also tried this:    ACTIVATE WINDOW oWndChild ;       ON ...
by Antonio Linares
Fri Jul 29, 2022 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3077

Re: JSON with HTTPS: post

... the data and url a bit ) in to a web browser, it comes back with a downloaded file that contains the correct response. The tech guy for the vendor keeps insisting that because his http statement works ( in a browser ) that it will work in code. I am using the older method with Microsoft, but I ...
by TimStone
Tue May 24, 2022 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1976

Re: Dialog style

Please try to build it using Microsoft Visual Studio Community and check if that makes a difference

Another possibility is that you are using a different common controls dll now.

Do you have the old EXE and keeps working fine ?
by Antonio Linares
Sun Apr 10, 2022 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog style
Replies: 13
Views: 615

Re: Conversion from ca-clipper ( not found a variable)

... exists and is only visible inside the function where it is declared. A STATIC variable declared inside a function is just like a LOCAL one but keeps its value till the end of the program (ie. its lifetime lasts from the declaration to the end of the program). A STATIC variable declared outside ...
by Enrico Maria Giordano
Thu Mar 03, 2022 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Configurate xBrowser from dbf data issues

hi Marc,      for i = 1 to len(aBrwCols)//  Rest code ...    This code is working for 1 row, and then keeps the values the same for every folowing row, so the condition is not changing. as i understand you want to build your Browse "in a Loop"     for i = 1 to ...
by Jimmy
Fri Feb 11, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 670

Configurate xBrowser from dbf data issues

... % 2 == 0, CLR_BROWSE2, CLR_BROWSE1 )}    )}     next   endif//  Rest code ...    This code is working for 1 row, and then keeps the values the same for every folowing row, so the condition is not changing. Second test : When I do this (call the function and code the color ...
by Marc Venken
Sat Feb 05, 2022 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 670

Re: AC4xBrowse

... :oops: :oops: I use Uwe's forum searcher and spend much time in browsing the forum. Autocode is not part of FW as I think, so don't know if it keeps up with actual sources.
by Marc Venken
Mon Sep 13, 2021 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AC4xBrowse
Replies: 1
Views: 352

Re: FWH1905: Watermark behind XBrowse

... test I'm working with 2 images. One oversized and one half size The oversized image is adjusted to the height of the painting area the small one keeps the size Maybe it is possible to add a < resize-function > for the image :?: aImage := oWnd:ReadImage( cBackImage, , .t. ) :bPaintBack := ...
by ukoenig
Thu Apr 29, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: Watermark behind XBrowse
Replies: 4
Views: 1089

Re: buscando alternativas

Compared to which version of FWH?

Toolbar remains the same.

But ButtonBar keeps continuously improved.
by nageswaragunupudi
Thu Mar 11, 2021 4:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: buscando alternativas
Replies: 2
Views: 566

Re: crear tabla con el api de harbour

... = .f.] )  This method uses RDD API at the level of "C" language. Without waiting to read the result of cSql, this method keeps writing to DBF as and when each line is read from the server and is very fast. FWH's built-in library comes for free and we do not have to link ...
by nageswaragunupudi
Wed Feb 24, 2021 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear tabla con el api de harbour
Replies: 7
Views: 703
Next

Return to advanced search

cron