Search found 221 matches: equal

Return to advanced search

Re: HTML code in a TPanel class

... use WebView2 on Windows 7, you must ensure that version 109 or earlier of WebView2 Runtime is installed, and use a version of WebView2 SDK that is equal to or less than 1.0.1519.0 Antonio, but is it only used to view web pages or is it also used to interact with web pages of the "GEt" ...
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: HTML code in a TPanel class

... use WebView2 on Windows 7, you must ensure that version 109 or earlier of WebView2 Runtime is installed, and use a version of WebView2 SDK that is equal to or less than 1.0.1519.0
by Antonio Linares
Mon Jan 22, 2024 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: MEMO problem?

Richard, how are they the same? SX does not equal OX. Aren't they different MEMOS fields? I honestly don't understand anything. Have you checked the source code? Richard, ¿en qué se parecen? SX no es igual a OX. ¿No son campos MEMOS diferentes? ...
by karinha
Sat Oct 28, 2023 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO problem?
Replies: 3
Views: 293

Re: not ISOEM(), ISANSI() or IsUTF8()

... UTF8. When FWH displays, both look exacty alike and in fact both represent the same character. But both are different. When compared, both are not equal and also we can not concatenate both the strings. Nothing to do with FW_SetUnicode() and nothing to do with any Codepage To see the point clearly, ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: build Import LIB from LibPQ.DLL

... no one reported till now due to lack of postgre users. I noticed the bug a few days back when I was testing postgre samples. From now, we will pay equal attention to postgre support. It is really a wonderful RDBMS This is the bugfix: In xbrowse.prg, inside the method SetPostGreCol(...) please locate ...
by nageswaragunupudi
Mon Jul 03, 2023 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2816

Re: SetClipboardData to UTF-8

Please run this program as it is: ... Yes all compares are 'exactly equal', so that we can assume, that the clipboard runs well under UTF-8 :D From now onwards, please use the above two functions. I noticed a small bug in TClipboard class and do not use it ...
by nageswaragunupudi
Sat Jul 01, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1039

Re: SetClipboardData to UTF-8

nageswaragunupudi wrote:Please run this program as it is:
...

Yes all compares are 'exactly equal', so that we can assume, that the clipboard runs well under UTF-8 :D
by frose
Sat Jul 01, 2023 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1039

Re: AEVAL() : Get Value of FIELD using FieldGet(i)

... <lAssign> determines whether an assignment to the passed array element may take place within the code block. If <lAssign> is equal to .T. (true), the array element is effectively passed to the code block by reference and an assignment to the first code block parameter is also ...
by Jimmy
Wed May 24, 2023 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 182

Re: box align question

...   ENDCASE         else           cAlign:=""    Endifreturn (cPosition+cAlign) the problem comes when i have the first parameter equal to 4 Nages why not add also this https://forums.fivetechsupport.com/viewtopic.php?f=6&t=19174&p=100831&hilit=justified&sid=e145c6a55f03012c1d00e6a353d65314&sid=36975723a48188529e6b1af0b5ecab33#p163260 ...
by Silvio.Falconi
Fri Apr 14, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 206

Re: Multiline Edit : Insert always on.

...    bGotFocus := {|| lOldKey:= SetNumLock() }   bLostFocus := {|| SetNumLock( lOldKey ) } i think Fivewin have equal Function to "switch Insert"
by Jimmy
Sun Feb 12, 2023 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Edit : Insert always on.
Replies: 9
Views: 1166

Re: "Shortname" for FIELD of DBF

... XLSx via Excel ActiveX i often have "Header" which are longer than 10 Sign for FIELD in DBF those "Header" Name can be equal on SUBSTR("Headername",1,10) so i need a "Shortname" did somebody know a Way to get a unique "Shortname" from String ...
by Marc Venken
Sat Jan 14, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 418

Re: "Shortname" for FIELD of DBF

... XLSx via Excel ActiveX i often have "Header" which are longer than 10 Sign for FIELD in DBF those "Header" Name can be equal on SUBSTR("Headername",1,10) so i need a "Shortname" did somebody know a Way to get a unique "Shortname" from String ...
by Otto
Sat Jan 14, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 418

"Shortname" for FIELD of DBF

... XLSx via Excel ActiveX i often have "Header" which are longer than 10 Sign for FIELD in DBF those "Header" Name can be equal on SUBSTR("Headername",1,10) so i need a "Shortname" did somebody know a Way to get a unique "Shortname" from String ...
by Jimmy
Fri Jan 13, 2023 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 418

New FTDN December/Diciembre 2022 (FW 22.12)

... order, specify the column number as negative number. Eg: ASort( aArray,,{ 2, -4, 5 } ) Performs ascending sort of column 2 and where column 2 is equal, descending sort on column 4 and so on. * TGraph: - Fix: Runtime error when printing PIE graph direct to printer using DEFINE PRINTER (without ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1233

Re: chatGPT writes and executes Harbour code !!!

I need a function calc the cyclometric distance between 3 numbers , the number must b from 1 to 90 , on array of 3 element and the distance must be equal to nvalore for esample 1 this to create the array FUNCTION distanza_ciclometrica(nvalore)   local aTmp := {}  ...
by Silvio.Falconi
Wed Dec 21, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787
Next

Return to advanced search