Search found 4047 matches: update

Return to advanced search

Re: Soporte a mariaConnect ?

... caso muy especial y de mucho control... pero un zap sobre temporales si es muy usuado... se prepararán los datos temporales (delete, zap, append, update) y ya con este resultado veo como afecto mi base de datos
by russimicro
Tue Nov 19, 2024 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 254

Soporte a mariaConnect ?

... un parámetro o opción para que los métodos ... oRs:Append( { "name", "salary" }, { "Anderson", 30000 } ) METHOD Update( aFields, aValues ) --> lSuccess METHOD Delete() --> lSuccess METHOD Zap() no afecten a la base de datos.. que solo solo afecten al recordSet--- ...
by russimicro
Tue Nov 19, 2024 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 254

Mysql recover values usaing field names

... WORK oCn:Close() RETURN NIL **************************************************************************************** /* CREATE TABLE `proforma` ( `UPDATED` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `ID` int(6) NOT NULL AUTO_INCREMENT, `NO_PEDIDO` int(13) DEFAULT ...
by PAUL SIMM
Mon Nov 18, 2024 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 194

Re: cloud or not cloud

... Adds records to a DBF file. * - php4dbf_calculateRecordLength: Calculates the record length based on field descriptors. * - php4dbf_updateRecord: Updates a record in a DBF file. * - php4dbf_deleteRecord: Deletes a record in a DBF file. * - php4dbf_createDbf: Creates a new DBF file. ...
by Otto
Fri Nov 15, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: cloud or not cloud

I've produced an application for small service businesses for the past 42 years. Though I am long past retirement age, I continue to update the application, and provide support, to a very loyal group of clients. For me, re-programming to the cloud was a task far beyond the time I wanted ...
by TimStone
Wed Nov 13, 2024 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: xbrowse very slow vs Xbrowser

... horizontal spanning speeds. You may consider WBrowse, wherever you do not require the extra screen-rich features of xbrowse. TWBROWSE there is no update Ceccarelli abandoned it many years ago, it does not have the graphic style of the new Windows (seven/10) and I do not think that supergroup headers ...
by Silvio.Falconi
Thu Nov 07, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 521

Re: ADS Question

Update, I attempted to run the adsoledb_x86_64.exe on a Hyper-V VM running 32 bit version of Windows. The installer errors out and says it does not support the processor type. I have an Intel i9. Doesn't seem to be any support ...
by byron.hopp
Wed Oct 30, 2024 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 318

Re: FWH 24.09 y bOnPostEdit

but what if I have a query and I want to update the edited row? Especially when it comes to a "query" that has "INNER JOIN" included... Do you need to edit and modify a field of a joined table? Try this sample: function EditJoin()  ...
by nageswaragunupudi
Mon Oct 28, 2024 7:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.09 y bOnPostEdit
Replies: 11
Views: 393

Re: Preview of the invoice in advance

... I have now programmed a kind of carousel, and it works great. The important thing is that I don’t need any firewall settings; when I install this update for a client, I don’t need help from the system administrators. When you’re dependent on others, updates and upgrades become difficult. System ...
by Otto
Fri Oct 25, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 628

Re: FWH 24.09 y bOnPostEdit

... The query is, what was the recording in the MySql table in this case? The example is from a DBF, but what if I have a query and I want to update the edited row? Especially when it comes to a "query" that has "INNER JOIN" included... Always so clear and so great with ...
by TOTOVIOTTI
Thu Oct 24, 2024 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.09 y bOnPostEdit
Replies: 11
Views: 393

Re: Switching to Web

... might be a bit off-topic, but you never know. Since ADS is no longer sold or supported, it could potentially cause issues with a future Windows update. I think it's always good to start looking around in advance. Currently, I'm experimenting with low-level access to DBF. It's actually working ...
by Otto
Thu Oct 17, 2024 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Web
Replies: 2
Views: 323

Re: Spinner Get

... MAX 200 ;     ON UP   GetStep( cGet,  0.50 ) ;     ON DOWN GetStep( cGet, -0.50 ) ;     RIGHTTOLEFT PICTURE "999.99" UPDATE....static function GetStep( oGet, nAdd )   local nValue   := oGet:Value + nAdd   nValue   := Max( Min( nValue, Eval( oGet:bMax ...
by Silvio.Falconi
Tue Oct 15, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 223

Change dimensions gets FWH-24.09

... Still pending: .- maria_connect .- dimensions gets .- pdfharu .- buttonbmp I apologize for insisting, as I would like to update my programs from FWH2310 to FWH2407, but unfortunately, this has not been possible due to the reported issues that still have no solution. Thanks ...
by Cgallegoa
Mon Oct 14, 2024 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change dimensions gets FWH-24.09
Replies: 9
Views: 307

Re: Cambio dimensiones gets FWH-24.09

Hi, Is there any news ? Still pending: .- maria_connect .- dimensions gets .- pdfharu .- buttonbmp I apologize for insisting, as I would like to update my programs from FWH2310 to FWH2407, but unfortunately, this has not been possible due to the reported issues that still have no solution. Thanks ...
by Cgallegoa
Mon Oct 14, 2024 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio dimensiones gets FWH-24.09
Replies: 39
Views: 1252

Re: GPF with FW August 2024

Enrico Maria Giordano wrote:Please correct the : characters that the forum injects in the code. And the backslashes that the forum removes. What an awful software this forum is. We should update it.


HAHAHAHAHA!! My code is correct Enrico.

Regards, saludos.
by karinha
Thu Oct 03, 2024 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 872
Next

Return to advanced search