Search found 1234 matches: setting

Return to advanced search

Re: BCC770 and uuid.lib can not find using xMate

Try setting bcc32.cfg as I wrote in the other thread.
by Enrico Maria Giordano
Thu Apr 25, 2024 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 4
Views: 63

Re: Compiler with MSVC y HARBOUR

... it requires SSL/TLS libraries. On Windows, Apache often leverages OpenSSL through libssl and libcrypto to enable HTTPS functionality. If you are setting up Apache to serve secure websites, these libraries are essential. libcurl: This library is not typically required for running Apache itself ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 143

Re: Centrar texto VERTICALMENTE

... not editable. 2. Using FWH's own PDF generator.(written many years ago) If MSWord is not installed, this is the default. We can also force this by setting TPrinter():lUseFWPDF := .t. cons: (1) Lesser quality (2) Large size and (3) pdf is not editable. 3. Using HaruPDF, by setting TPrinter():lUseHaruPDF ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 476

Re: ButtonBmp problem with FWH2402

Mr. Leandro

Are you setting FW_SetUnicode( .T. ) in your application?
If so, just for the purpose of testing, can you please change the setting to FW_SetUnicode( .F. ) and try this dialog again and let us know?
by nageswaragunupudi
Sat Mar 09, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5262

Re: Google Graph extra graphic ? (Navaro)

... work. the Eval(Java) code.... Can you show it here ? data is in xbrowse. When running it would make a good sample for the samples folder. and the setting of background from the HTML of FWH into transparent in case of a jpg like the first post. https://www.maveco.be/fivewin/servo2.png ...
by Marc Venken
Wed Feb 21, 2024 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: SQL connection

Got it working. It was a setting in MS-SQL. I had to enable both Windows Authentication and SQL user authentication.

Thanks again for the help.
by Jeff Barnes
Sat Feb 03, 2024 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 565

Re: WebView2 sample

I could avoid the error about "ModuleFakeDyn" by setting the right include path.
But I'm not able to link the tWebView.obj into my exe.

I'm sure doing something wrong when adding the obj file into the linking section of buildx.bat
by Detlef
Mon Jan 29, 2024 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1211

To Rao: Tdatabase search with ApplyParams/lookup

I must add two logic value to reasearch lmorning and levening I'm probably setting the search wrong, could you help me solve it? function Isfree( oRec, oSay )   local lNew     := ( oRec:RecNo == 0 )   local oDbf   ...
by Silvio.Falconi
Mon Jan 29, 2024 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rao: Tdatabase search with ApplyParams/lookup
Replies: 0
Views: 305

Re: Browse Json

... "for json auto" call. But can I pass the object created from the hb_JsonDecode function and display it in TCBrowse. I played around with setting oBrw:cAlias := "ARRAY" but get no data. Not sure how to set the bGoTop, bGoBottom, bSkip, bLogicLen blocks. For now I am creating ...
by byron.hopp
Thu Jan 11, 2024 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: WebView2 Essentials: Guides, Tips & Resources

... control and the host application​​. Getting Started: To start using WebView2 in WinForms applications, you need to follow several steps including setting up your development environment, initializing the WebView2 control, and handling navigation events. This involves coding in C# and using the ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

xBrowser

... it: a) when using a larger font, for example: "Arial" -20, xBrowser starts showing the line, columns with different colors; b) when setting the size of the columns, it does not display the browser; I clarify that the browser does not have a header, lines and vertical and horizontal ...
by oliveiros junior
Wed Dec 20, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1238

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... Charset. But most FWH functions display them by converting them to utf8 encoding. (we will fix where there are some inadequacies still). Setting HB_CDPSELECT("UTF8") has nothing to do with this process.
by nageswaragunupudi
Sat Nov 25, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... 'unscii' from http://viznut.fi/unscii/ , unfortunately without success! This has nothing to do with HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable mostly for East Asian Language applications. ...
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: Calculate total pages

... 7. **Finalizing the Page and Document:** - `EndPage(oDevice:hDC)`: Signals the end of a page in the print document. Overall, this script is setting up a printing process, likely for invoices, involving both text and graphics (like QR codes), with the ability to output to both a physical ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

We will look into the issue of tooltips. Display of Utf8 depends purely on FWH This has nothing to do with HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable mostly for East Asian Language applications. ...
by nageswaragunupudi
Fri Nov 24, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943
Next

Return to advanced search