Search found 31 matches: compares

Return to advanced search

Re: Interesting discussion with ChtGPT

... Windows, and databases, in Harbour/FWH Here is the problem I am referencing. Essentially, the response assumes Harbour/FWH is inferior because it compares current programming "languages" with Clipper, a DOS compiler. Because it doesn't have the accurate information in its data, it gives ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

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 ...
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: Forcing to unlock a record

... it also copies the original data to a second buffer. Then when the user2 selects to save the data, first the program reads the record again and compares it to the original data in the second buffer. If a change has been made to the record, then the program notifies user2 that the data has been ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Alter table in MariaDB from given Structure

Hi Mr. Rao, I try to write Alter_Table function according to my knowledge. This function compares cTableName's structure and given new structure and it decided to which colspec is added, changed or deleted. There is not problem adding or deleting for aColSpec. But When ...
by Horizon
Wed May 20, 2020 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alter table in MariaDB from given Structure
Replies: 1
Views: 443

Re: Compare structure of DBF on 2 locations

Hi Mr. Rao, I try to write Alter_Table function according to my knowledge. This function compares cTableName's structure and given new structure and it decided to which colspec is added, changed or deleted. There is not problem adding or deleting for aColSpec. But When ...
by Horizon
Tue May 19, 2020 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1349

Re: Compare two arrays

... lAll is set to .T., all matches are returned as Array. In case of cReplace, all occurances are replaced by cReplace. - New function FW_STRICMP(): Compares the two strings ignoring the case. Respect SET EXACT off/on setting, subject to override Usage1: FW_StrICmp( cStr1, cStr2, [lExact] ) --> ...
by ukoenig
Wed Jun 05, 2019 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare two arrays
Replies: 3
Views: 865

New FTDN May/Mayo 2019 (FWH 19.05)

... lAll is set to .T., all matches are returned as Array. In case of cReplace, all occurances are replaced by cReplace. - New function FW_STRICMP(): Compares the two strings ignoring the case. Respect SET EXACT off/on setting, subject to override Usage1: FW_StrICmp( cStr1, cStr2, [lExact] ) --> ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3160

Re: To Nages : Explain me how I must make this tdatabase

... converted some large sections of code successfully. Why don't you try converting the same section of code without objects and see how that effort compares? >Of course I tried to convert some programs but I left pieces still not working as for example the designer of the beach (spiaggia.dbf) ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: To Nages : Explain me how I must make this tdatabase

... converted some large sections of code successfully. Why don't you try converting the same section of code without objects and see how that effort compares? >Of course I tried to convert some programs but I left pieces still not working as for example the designer of the beach (spiaggia.dbf) ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: strategies

I stumbled upon dbFree when I was researching the issue. Wonder how it compares to other approaches
by hua
Thu Feb 21, 2019 2:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8118

Re: error al borrar registro con xbrowse, tdophin, mysql

... librarries, but also provide for the very high end neeeds of Corporate programmers heavily relying on server-side scripting. This sample program compares FWH Mariadb, Dolphin and ADO. Anyone having FWH 16.08 or later can compare all three libraries. #include "fivewin.ch"function Main()  ...
by nageswaragunupudi
Tue Jul 17, 2018 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al borrar registro con xbrowse, tdophin, mysql
Replies: 8
Views: 1546

Re: Harbour Problems

I guess that switch implementation mimics language C implementation and just compares one single byte
by Antonio Linares
Wed May 17, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Problems | Resolved!!!
Replies: 22
Views: 3897

Re: ASCAN question

... AScan() traverses the array <aArray> for the value specified with <xbSearch>. If <xbSearch> is not a code block, AScan() compares the values of each array element for being equal with the searched value. If this comparison yields .T. (true), the function stops searching ...
by George
Thu Apr 27, 2017 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN question
Replies: 2
Views: 524

Re: FWHMARIADB Samples

... practices like server-side scripting and even providing some features that are not possible with ADO and others. Test program: This sample compares the three main choices, ADO, FWH libs and Dolphin in this regard. maria14.prg #include "fivewin.ch"static oCn, oAdo, oServerstatic ...
by nageswaragunupudi
Sat Apr 22, 2017 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20547
Next

Return to advanced search