Search found 136 matches: constants

Return to advanced search

Re: FWH 24.02 new Class TWebView2

He just answered me saying that he didn't use that, it is not needed

He just hides the bar options using:
put_HiddenPdfToolbarItems( … constants to hide )

from interface settingsd

webview2 has many options, please review the above Microsoft docs url for it
by Antonio Linares
Sat Mar 02, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2454

Re: Monitor function error

... Fivewin uses the GetSysMetrics API with the SM_CXFULLSCREEN and SM_CYFULLSCREEN flags, as seen in C:\FWH\source\function\getsysin.prg. These constants are designed to return the width and height of the client area for the primary display monitor, excluding the taskbar and other docked bars ...
by Otto
Wed Jan 10, 2024 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 545

Re: Using Microsoft AI Phi-2 from FWH

... HMG_CallDLL ( cLibName, [ nRetType ] , cFuncName, FuncArg1, ..., FuncArgN ) ---> xRetValue nRetType: value type returned by the function (constants defined in hbdyn.ch) - HB_DYN_CTYPE_DEFAULT - HB_DYN_CTYPE_CHAR - HB_DYN_CTYPE_CHAR_UNSIGNED - HB_DYN_CTYPE_CHAR_PTR - HB_DYN_CTYPE_CHAR_UNSIGNED_PTR ...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8205

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

With UEStudio, can we enter constants in Utf8 and save in Utf8? Do you mean #define cVar3       "üäö ÜÖÄ ß"STATIC cVar1  := "üäö"  instead of   LOCAL cVar1  := "üäö"  ? If so, yes! But the point is we need ...
by frose
Fri Nov 10, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

source code (UEStudio)

With UEStudio, can we enter constants in Utf8 and save in Utf8?
If so that is far better

But the point is we need to INSERT utf8 text but not ANSI text when the table's charset is utf8 or utf8mb4.

Now, we need to check the method Insert and get back to you.
by nageswaragunupudi
Fri Nov 10, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: does FiveWin have a Constant like __XPP__

hi Antonio, If you review FiveWin.ch you will see that we declare some constants that you can use: _FIVEWIN_CH FWCOPYRIGHT FWVERSION FW_VersionNo FWDESCRIPTION Ok, i will use "_FIVEWIN_CH" to use FiveWin Code, Thx btw. i saw a lot of __XPP__ does ...
by Jimmy
Tue Jul 19, 2022 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does FiveWin have a Constant like __XPP__
Replies: 3
Views: 325

Re: does FiveWin have a Constant like __XPP__

Dear Jimmy,

If you review FiveWin.ch you will see that we declare some constants that you can use:

_FIVEWIN_CH
FWCOPYRIGHT
FWVERSION
FW_VersionNo
FWDESCRIPTION
by Antonio Linares
Tue Jul 19, 2022 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does FiveWin have a Constant like __XPP__
Replies: 3
Views: 325

Re: Timestamp DBF

Try
dbInfo(DBI_LASTUPDATE) --> Returns the last date on which the file was updated
The constants are defined in dbinfo.ch

I believe that it is the same as Same as LUpdate()
by anserkk
Tue Apr 05, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timestamp DBF
Replies: 3
Views: 266

Re: dbase III/IV file encrypted

Cannot find definition for DBI_PASSWORD here are all DBI_ the constant i found for dbinfo() /* constants for dbInfo() */ #define DBI_ISDBF 1 /* Does this RDD support DBFs? */ #define DBI_CANPUTREC 2 /* Can this RDD Put Records? */ #define DBI_GETHEADERSIZE 3 /* Data file's ...
by lorenzoazz
Sat Jan 29, 2022 1:17 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... like for "display" in your application. If you write your own sql statements for INSERT/UPDATE then use the format 'YYYY-MM-DD' for date constants. But we advise you to use the methods for inserts and updates (which are very powerful) instead of writing your own sql statements.
by nageswaragunupudi
Wed Sep 29, 2021 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28386

New FTDN February 2020 (FWH 20.02)

... value ) --> lCurrentSetting - Language of prompts on Buttons: SetMsgLangId( [nLangID] ) --> nPrevLangID nLangID can be set to one of the constants available in https://docs.microsoft.com/en-us/windows/win32/intl/language-identifier-constants-and-strings * Enhancement MsgRun( cCaption, ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4652

Re: printing constants

Hello Antonio and Manuel, thank you for your reply. Do I need a new lib for this, because I have replaced the function in printers.m but now get the next results: A5 > 566 400 A3 > 566 400 A4 > 813 576 So it seems in my case the A3 size does not work properly? And your printsizes are differ...
by plantenkennis
Tue Feb 25, 2020 6:05 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing constants
Replies: 3
Views: 4194

Re: printing constants

Change this function in printers.m : HB_FUNC( PRNSETPAPERNAME ) { NSString * string = hb_NSSTRING_par( 2 ); NSPrintInfo * pi = ( NSPrintInfo *  ) hb_parnl( 1 );   [ [pi dictionary] setObject: string forKey: NSPrintPaperName ...
by mastintin
Mon Feb 24, 2020 11:37 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing constants
Replies: 3
Views: 4194

Re: printing constants

Dear René, FiveMac uses a NSPrintInfo object to manage the printer: https://developer.apple.com/documentation/appkit/nsprintinfo FiveMac code: https://github.com/FiveTechSoft/fivemac/blob/23636eb7ad3e9aea7122cd4014fcec076e7e9392/source/winapi/printers.m Here you have all the ...
by Antonio Linares
Mon Feb 24, 2020 10:37 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing constants
Replies: 3
Views: 4194

printing constants

Hello, I am working on a routine where the user can design his own prints. While testing some things I saw the next strange behaviors: When I set the oPrn:setPaperName("A4") and ask the GetPrintableWidth() and GetPrintableHeight() I get values like 576 and 813. When I set the oPrn:setPaper...
by plantenkennis
Sun Feb 23, 2020 3:28 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing constants
Replies: 3
Views: 4194
Next

Return to advanced search