Search found 253 matches: failure

Return to advanced search

Re: Conectarse con mariaDB

Esta es la típica situación en que preguntarle a chatGPT ó similar, te empieza a dar sugerencias muy válidas: Insisto: usen la IA para obtener ideas generales y luego profundizen :-) brew install mysql Install MySQL Connector/C: Make sure you have MySQL Connector/C installed on your macOS. You can d...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9901

New FTDN October/Octubre 2023 (FWH 23.10)

... can be of any case. * Fix: creation and opening of metafiles (emf) were not recognising unicode characters in the metafile path and resulting in failure in cases of Unicode user names. Fixed by making metafile functions unicode compatible in \source\winapi\metafi32.c. See https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43657&p=263231&sid=6540f96ca6f5657f9312c93e92e06ad8#p263231 ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

Re: DBF . Commit

... _SET_HARDCOMMIT, .F. ) The deactivation of automatic commit operations could, however, increase the risk of data loss in the event of a system failure, as the data is stored in the cache and not on the hard disk.
by Otto
Sat Oct 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2339

hbmk2 problem

... ) oARhistory is a database object The error returned is: marutilities.prg(106) Error E0030 Syntax error "syntax error at '('" The failure is that hbmk2 does not recognize more than the first parameter in the Seek() method. It will compile correctly if I comment out the 2nd parameter. ...
by TimStone
Mon Jul 10, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 763

Re: Shell.Explorer.2 problem

... that grabs the ThreatMatrix Javascript file and remove it from the DOM before it renders the hosted payments page. Ultimately that is where the failure is occurring so it would be wherever you can implement a way to block that from happening." Does anybody know of a way to do this using ...
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Re: store up to 8 images in a memo or character field

... reproducir la falla. Perhaps, if you create a complete example and create a .ZIP and post it to MegaUpload() it will be possible to reproduce the failure. #include "FiveWin.ch"#include "constant.ch"#define DLGCOLOR1  nRgb(240,249,255)#define DLGCOLOR2  nRgb( ...
by karinha
Fri Feb 03, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: store up to 8 images in a memo or character field
Replies: 3
Views: 448

Re: ChromeDriver - WebDriver for Chrome

... // Fails here a    oSel:Quit()Return https://i.postimg.cc/VNX7c9P3/Screenshot-2023-01-19-144823.jpg I assumed that the failure was because I have not static linked the DLL The same code in Vbscript is working ie Set oSel = CreateObject("Selenium.ChromeDriver")oSel.Get ...
by anserkk
Thu Jan 19, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1100

Re: Clase Nativa MySql

... not work but can be misleading too because the FWH lib does not raise Runtime Error for any MySql error. oRs:Save() returns true/false for success/failure and the execution goes to the next line, i.e., commit transaction and oCn:RollBack() is never executed. Also for saving to single table, transactions ...
by nageswaragunupudi
Wed Mar 16, 2022 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1851

Re: Conversion from ca-clipper ( not found a variable)

In this code, I recently created I wonder if there is a potential risk of failure because the object oHttp is not ended somewhere into the loop ? If so, there need to be a oHttp:end() afther the END . Is this the correct logic that I need to start using then ...
by Enrico Maria Giordano
Fri Mar 04, 2022 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Conversion from ca-clipper ( not found a variable)

In this code, I recently created I wonder if there is a potential risk of failure because the object oHttp is not ended somewhere into the loop ? If so, there need to be a oHttp:end() afther the END . Is this the correct logic that I need to start using then ...
by Marc Venken
Thu Mar 03, 2022 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: MySql Nativa Transacciones. At. Mr. Rao

... to lThrowError, etc. if you all suggest If programmer sets :lRaiseErrorDML := .t., then the Execute() method will raise a runtime error for failure of DML statements only ( DML: INSERT/UPDATE/DELETE ) and will be silent for errors with other SQL queries. If programmer sets :lRaiseErrorALL ...
by nageswaragunupudi
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2460

Re: redirecting index.prg

*2021.08.21: fix 1. Fix: If there is no'<?prg' and '?>' in the entire webpage, it will cause a failure error message. 2. New addition: <?php ... ?> and <?prg ... ?> can be executed simultaneously in HTML. Description: The execution order: first execute PHP ...
by ssbbs
Sat Aug 21, 2021 4:55 am
 
Forum: mod_harbour
Topic: redirecting index.prg
Replies: 9
Views: 1083

Re: Testing for tDatabase EOF

Rick,

I have never seen it fail. Can you provide sample code to show the failure?
by James Bott
Tue Jun 01, 2021 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing for tDatabase EOF
Replies: 3
Views: 398

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

karinha wrote:dbCommit (), Forces Windows to record data in the field in case of a power failure, for example.


I agree.

EMG
by Enrico Maria Giordano
Fri Apr 30, 2021 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5717

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... https://vivaclipper.wordpress.com/?s=RECNO%28%29 dbCommit (), Forces Windows to record data in the field in case of a power failure, for example. Regards, saludos.
by karinha
Fri Apr 30, 2021 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5717
Next

Return to advanced search