Search found 303 matches: equivalent

Return to advanced search

Re: WebView resize

... TEXplorerBar, Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated to different ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Learn SQL with ChatGPT or when can ChatGPT really help

frose wrote:But when I want to use hex codes for the search string, MariaDB has HEX() and UNHEX().
What is the equivalent in plain SQL?


Why do you want to use hex codes for the search string? This is the first question you have to answer.
by Enrico Maria Giordano
Fri Nov 17, 2023 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 670

Re: Learn SQL with ChatGPT or when can ChatGPT really help

... ChatGPT has obviously made a mistake here. But when I want to use hex codes for the search string, MariaDB has HEX() and UNHEX(). What is the equivalent in plain SQL? ChatGPT says: Certainly, if you're constrained to plain SQL without access to specific MariaDB functions like HEX() and UNHEX(), ...
by frose
Fri Nov 17, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 670

Does TDatabase supports SEEK LAST?

Looking at TDatabase of FWH1912, I don't see support for 3rd param for dbSeek(). It is the equivalent of SEEK LAST
Is this rectified in latest version of FWH?
by hua
Tue Nov 07, 2023 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: Parameter for Timeout

... like i want to have in my harbour App Xbase++ CAN use 4th Parameter for "Timeout" but HMG or Fivewin / harbour have NO Equivalent as i know as i remember right i had a "Screen-Saver" in my Cl*pper App but i can´t find that SOURCE any more --- New Question : ...
by Jimmy
Wed Sep 20, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: Parameter for Timeout

... which will "activate" call of DoCloseWindowAndDBF() when "Timeout" --- HMG use DOEVENTS which "seem" me equivalent to Fivewin SysRefresh() it use TranslateMessage( &Msg ) and DispatchMessage( &Msg ) to get Event from Queue HB_FUNC ( DOEVENTS ...
by Jimmy
Wed Sep 20, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... btw. Alaska "add" many "internal" FIELDs for PgDBE ISAM Emulation. --- Fivewin should have a "minimum" of "equivalent" to make it easy to change from Xbase++ to Fivewin a Reason for Xbase++ User can be, when using PostgreSQL, that they have "big" ...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 719

Re: FW_SetUnicode( .T. ) 2-Byte characters

When editing 2-Byte chars they are converted to there Unicode equivalent, NOT to UTF-8 Example - https://www.charset.org/utf-8 : Dec      Hex   UTF-8 Char  Unicode description---------------------------------------------------------------------------------------216 ...
by frose
Tue Jun 27, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

Re: MariaDb delete

... start learning SQL. If Mariadb is an SQL engine, then perhaps we can start asking how to implement some while loop that traverses a table for the equivalent SQL statement.
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 391

Re: Pasar de TDolphin a FWHMariaDB

ClipValue2SQL

Corresponding in FW is oCn:ValToSQL()

But when you start using FW MySql, you will not find the need to use ClipValue2SQL() or its equivalent. In fact, you will find it not necessary even to prepare SQL statements in most cases.

Please give me a small example using ClipValue2SQL()
by nageswaragunupudi
Fri May 12, 2023 6:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar de TDolphin a FWHMariaDB
Replies: 9
Views: 889

Re: XBROWSE : BookMark what is it for ?

For DBF, BookMark is RECNO() For ADO BookMark is BookMark etc. oBrw:BookMark := n is equivalent to ( oBrw:cAlias )-> GOTO( n ) for DBF and is equivalent to oBrw:oRs:BookMark := n for ADO Same way oBrw:KeyNo is same is OrdKeyNo() for DBF, AbsolutePosition of ADO, ...
by nageswaragunupudi
Sun Apr 16, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : BookMark what is it for ?
Replies: 1
Views: 199

Re: Printer hDC is 0

... oPrinter := TPrinter():New( cDoc, .f., lPreview, aPrn[ nScan ], lModal, lSelection, cFile ) After I update my PrintBegin() equivalent in my sub-class, no more error
by hua
Thu Feb 16, 2023 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer hDC is 0
Replies: 6
Views: 370

Re: How install Harbour on web server

Only a note: What is the equivalent of apachectl configtest on Apache for Windows? I try to block some IPs. On windows you have to use: httpd -t After blocking the IP the server reports a 404 I use following in httpd.conf <RequireAll> ...
by Otto
Wed Jan 04, 2023 11:11 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Re: REDEFINE SAY on Buttonbar

Enrico Maria Giordano wrote:What's wrong with mine? At least it is simpler. Both codes use bPainted codeblock so they are equivalent.


It is working indeed... But I wonder why bPainted is needed ? What does it do ?
by Marc Venken
Tue Dec 06, 2022 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1980

Re: REDEFINE SAY on Buttonbar

What's wrong with mine? At least it is simpler. Both codes use bPainted codeblock so they are equivalent.
by Enrico Maria Giordano
Tue Dec 06, 2022 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1980
Next

Return to advanced search