Search found 96 matches: hints

Return to advanced search

Re: Send Emails from Fivewin application

... tenant_id, etc which I stored in environment variables. I suppose this should be parameters of the hb_sendMail() function then... :?: Any hints and help would be so greatly appreciated. thanks in advance and kind regards Ruth
by Ruth
Wed May 08, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 12
Views: 435

Re: xbrowse problem with :bLClicked

You are right that AI still fails and make mistakes, but sometimes it offers you very useful hints :-) Ai not run his test never and make errors Please run this test you can see the modifies not run ok #include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"request ...
by Silvio.Falconi
Mon Apr 22, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: xbrowse problem with :bLClicked

You are right that AI still fails and make mistakes, but sometimes it offers you very useful hints :-)
by Antonio Linares
Mon Apr 22, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: WebView2 Essentials: Guides, Tips & Resources

... SetTitle(cTitle): Sets the title of the web view window. SetSize(nWidth, nHeight, nHints): Sets the size of the web view window with optional size hints. Print(): Invokes the print function of the web view. SetParent(oWnd): Sets the parent window of the web view. SetUserAgent(cUserAgent): Sets ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 485

Re: Convert a print to Rtf or doc

I need some hints about the possibility to save the print into rtf for or doc You can save to MSWord doc. In the preview click "W" button or Click SaveAs and then choose "Doc format". You will see the document ...
by nageswaragunupudi
Thu Nov 30, 2023 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3491

Convert a print to Rtf or doc

... Print" PREVIEW PAGE WHILE !EOF() some instruction like Prn:Say( nRow, nCol , bla bla ) ENDPAGE PAGE ENDDO ENDPAGE ENDPRINT I need some hints about the possibility to save the print into rtf for or doc You know for instance when you have a report in Access you see preview you can export ...
by MarcoBoschi
Wed Nov 29, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3491

Re: build Import LIB from LibPQ.DLL

... flavor cdecl functions -aa Force the alias even if the function already starts with '_' -c Case sensitive symbols -f Force imports by name (with hints) -s Don't convert stdcall names from Microsoft mangling -w No Warnings ! Note : i have LibPQ. DLL (32/64 Bit) and want to build a "Import" ...
by Jimmy
Mon Jun 19, 2023 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2904

Re: Crear HBSSL.LIB con CMS para firma de Xml

... flavor cdecl functions -aa Force the alias even if the function already starts with '_' -c Case sensitive symbols -f Force imports by name (with hints) -s Don't convert stdcall names from Microsoft mangling -w No Warnings Respfile may contain a list of source files to process. Wildcards are ok ...
by Antonio Linares
Sat Jun 03, 2023 7:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1239

Re: Get real date from the Internet

Dear Hakan,

> rv = getaddrinfo("www.google.com", "http", &hints, &result);

Simply modify the function source code with this:

rv = getaddrinfo( ( char * ) hb_parc( 1 ), "http", &hints, &result);
by Antonio Linares
Thu Jan 05, 2023 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4587

Re: Copying a file

Thans, Jimmy ! Can. But this is not quite convenient because SHFileOperation() assumes shell dialog box hints
by Natter
Mon Sep 06, 2021 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copying a file
Replies: 17
Views: 1249

Re: Windows 11 Fluent Design

Rick See this: Windows 11: Microsoft apologizes for compatibility confusion, hints at changes , by Ed Bott (no relation). Regardless of that issue, people do tend to judge a book by it's cover, and likewise, software by it's interface. So if we can develop a Win ...
by James Bott
Sun Jul 11, 2021 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9449

Installation of mod_harbour as module or fastcgi handler

... to libcurl-gnutls.so.4 libcurl-gnutls.so.4 -> symlink to libcurl-gnutls.so.4.4.0 libcurl-gnutls.so.4.4.0 Perhaps someone can give me some hints solving this problems?
by chrisiwien
Thu May 20, 2021 1:19 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2892

Re: Sqlite cipher

... flavor cdecl functions -aa Force the alias even if the function already starts with '_' -c Case sensitive symbols -f Force imports by name (with hints) -s Don't convert stdcall names from Microsoft mangling -w No Warnings Respfile may contain a list of source files to process. Wildcards are ok ...
by MarioG
Fri Aug 07, 2020 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sqlite cipher
Replies: 5
Views: 1204

Re: MDI Unicode Problem

... and your application that is causing the problem for you. You are in a better position to find out the reason than me. Anyway, I can give a few hints: 1) When you use FW_SetUnicode( .t. ), do not also SET Chinese CODEPAGE. 2) FWH supports "utf8" but not "utf8mb4". Please ...
by richard-service
Mon Aug 12, 2019 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3728

Re: MDI Unicode Problem

... and your application that is causing the problem for you. You are in a better position to find out the reason than me. Anyway, I can give a few hints: 1) When you use FW_SetUnicode( .t. ), do not also SET Chinese CODEPAGE. 2) FWH supports "utf8" but not "utf8mb4". Please ...
by nageswaragunupudi
Mon Aug 12, 2019 12:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3728
Next

Return to advanced search