Search found 179 matches: tries

Return to advanced search

Re: To Nages: Record deleted but make error also

There is no problem with oBrw:aDeleted array. When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF. I actually don't ...
by Silvio.Falconi
Wed Nov 22, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 277

Re: To Nages: Record deleted but make error also

There is no problem with oBrw:aDeleted array.

When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF.
by nageswaragunupudi
Wed Nov 22, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 277

Re: Interesting discussion with ChtGPT

... somehow more modern ? So, my statement was essentially, this response takes a lack of information, and from that draws erroneous conclusions, and tries to defend them with responses that do not actually relate to your question. AI is interesting, but it is sadly incomplete. Even so, people today ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: "id" for PRIMARY KEY ?

... keys are generated automatically .. for me I create ALL my primary keys programmatically to is someone infiltrates my database security and tries to create ne records or "Inject" ( append ) records they will fail because there is no primary key and the injection fails .. Just something ...
by nageswaragunupudi
Tue Jul 25, 2023 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 479

Re: "id" for PRIMARY KEY ?

... keys are generated automatically .. for me I create ALL my primary keys programmatically to is someone infiltrates my database security and tries to create ne records or "Inject" ( append ) records they will fail because there is no primary key and the injection fails .. Just something ...
by Rick Lipkin
Tue Jul 25, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 479

Re: Handle error para desconexion de MySQL - Reintentar linea

... the user can continue to browse, print, export to excel and do everything except editing and writing data to the database. Even if the users tries to edit and save changes: - Tries to reconnect and save data. If successful, continues as if nothing happened - If can not reconnect, just gives ...
by nageswaragunupudi
Mon Jul 03, 2023 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Handle error para desconexion de MySQL - Reintentar linea
Replies: 1
Views: 172

Re: chatGPT writes and executes Harbour code !!!

Antonio, I made many tries but none run ok I ask Can you show me the code of a program written in Harbour language which creates an array of numbers from 1 to 90, without repetition, in an array formed by three numbers, which respect ...
by Silvio.Falconi
Wed Dec 14, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Re: Xbrowse Menu with checkbox

... the error in the video is given because I reset the numbers or I deleted all the selected numbers, then the UncheckAll() function tries to delete all checkboxes and makes an error because the command is wrong FOR i := 1 TO LEN(:aCols) oCol := :aCols[ i ] oCol:CheckToggle() next ...
by Silvio.Falconi
Sun Nov 20, 2022 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Menu with checkbox
Replies: 5
Views: 470

WSL2 Darling - Soon to come MacOS apps from WSL2

... we can have all sort of Linuxes ready to use them from Windows, making so easy to use Linux besides Windows. Now the "Darling" project tries to bring "Darwin" to WSL2, once we get that, MacOS software could also run on Windows... https://docs.darlinghq.org/wsl-build.html ...
by Antonio Linares
Tue May 24, 2022 1:23 am
 
Forum: Off Topic / Otros temas
Topic: WSL2 Darling - Soon to come MacOS apps from WSL2
Replies: 0
Views: 354

Re: Ayuda con FILTER y MARIADB

... mind Mr Rao words: "(b) Filter expression should be in DBF syntax and evaluated with DBF rules but not in Sql syntax. However, RowSet object tries its best to translate the Sql syntax to Dbf syntax in simple cases. "
by vilian
Mon Feb 28, 2022 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con FILTER y MARIADB
Replies: 19
Views: 1091

Re: patternlock

Dear Otto, I think that the amount of possibilities is low, so users may "guess" other users on several tries function Main()   ? NCombinations( 9, [from 3 to 9] )   // and I think the above is not correct as several solutions ...
by Antonio Linares
Sun Aug 22, 2021 9:17 am
 
Forum: mod_harbour
Topic: patternlock
Replies: 3
Views: 561

Re: MD - Subido ejemplo de Login y autenticacion en módulos

Carles wrote:Hi Enrico,

There really is no menu, it just tries to show 3 links with the <a></a> tags


Ah, it's ok then. :-)

EMG
by Enrico Maria Giordano
Wed Aug 18, 2021 2:59 pm
 
Forum: mod_harbour
Topic: MD - Subido ejemplo de Login y autenticacion en módulos
Replies: 3
Views: 694

Re: MD - Subido ejemplo de Login y autenticacion en módulos

Hi Enrico, There really is no menu, it just tries to show 3 links with the <a></a> tags     <main class="page-content p-5">            <a href="{{ Route( 'app.test1' ) }}">Test 1</a>        <br>  ...
by Carles
Wed Aug 18, 2021 2:44 pm
 
Forum: mod_harbour
Topic: MD - Subido ejemplo de Login y autenticacion en módulos
Replies: 3
Views: 694

Re: New FWH 21.06

...                       }               END EASYREPORT oVRDendifRETURN NIL  leandro to understand my problem.... tries to create two different cycles (do while) in the same area eg a list of articles on the right and another list on the left. good luck
by Silvio.Falconi
Sun Aug 01, 2021 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 21.06
Replies: 57
Views: 4818

Installation of mod_harbour as module or fastcgi handler

... as a module is slow, how can I setup mod_harbour as a fastcgi handler or as a proxy-fastcgi-Service in Windows Server 2019? My Installation tries: Windows Server 2019 As IIS module: mod_harbour.dll Browser error: "mod_harbour error:C:\Windows\TEMP\libharbour.1028.950 The module was ...
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: 2875
Next

Return to advanced search