Search found 505 matches: fail

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio,
Antonio Linares wrote:I have it here at line 122, how is it possible that you have it at line 64 ?

sorry, it was my Mistake while i have add CODE after wrong Line

now it is running under Fivewin :)

i still try to run it under HMG ... but it still fail
by Jimmy
Fri Dec 22, 2023 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8171

Re: Using Microsoft AI Phi-2 from FWH

... that CODE but still get Error when compile AI_FORM.prg(97) Error E0022 Invalid lvalue '()' it seems me 3rd Parameter pFunc using Callback() Syntax fail under HMG will continue to search Solution ...
by Jimmy
Thu Dec 21, 2023 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8171

Re: Interesting discussion with ChtGPT

... but it does so linking back, actually, to the Clipper days. Look at the generalizations. It keeps comparing to Clipper, but the arguments, to me, fail: Declarations: Having to specify Data Type is certainly not new. It pre-dates Clipper ( an old, DOS, compiler ) in many languages. Harbour frees ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

... USING oError      oCn:RollBack()END SEQUENC  oCn:CommitTransaction() only will be executed it there is no any fail during oCn:Insert().
by vilian
Thu Oct 19, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 707

Re: hb_cdxPageSeekKey how to intercept this error

I don't have hb_out.log Im' sorry

will there be a way to simulate and fail with that type of error? and then because a dialog appears even if the program is console program
by MarcoBoschi
Thu Oct 19, 2023 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 752

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

Please add ".\" to file name, or the complete path AND file name, only the name file fail read file ini, note found.
by carlos vargas
Wed Sep 13, 2023 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1674

Re: not ISOEM(), ISANSI() or IsUTF8()

... Please send the download link to me and also Mr.Antonio. "only" DrXlsx LIB need UTF8 where German "Umlaute" fail WHEN it come from German OEM DBF The version of FWH to be released, will come with an interface to DrXlsx lib. Conversion of AnsiToUtf8 is automatic. ...
by nageswaragunupudi
Sat Sep 02, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

Re: not ISOEM(), ISANSI() or IsUTF8()

... also "input" under harbour is right when look using Xbase++ App "only" DrXlsx LIB need UTF8 where German "Umlaute" fail WHEN it come from German OEM DBF --- Sample which i used have > 350000 Records but only 0,02 % have "Umlaute" so i have to "test" ...
by Jimmy
Fri Sep 01, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

Re: not ISOEM(), ISANSI() or IsUTF8()

hi, When you use these functions directly on your DBF, it fails. That should be expected. Reason: As I said earlier, converting only the 7 umlaut characters is NOT enough at all. This kind of conversion, we need to do for all accented characters of German ...
by Jimmy
Wed Aug 30, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

Re: not ISOEM(), ISANSI() or IsUTF8()

... cText, "Ö", "Oe" )   cText := STRTRAN( cText, "Ü", "Ue" )#endif  but it also "fail" when "open" *.XLSX ... all Type "C" are missing i end up in UTF8 using Notepad++ as UTF8 Editor #ifdef Use_UTF8_Sign  ...
by Jimmy
Sun Aug 27, 2023 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

PostgreSQL and Fivewin

... and work "autoincrement" but METHOD SavePQQ() use currval() AFTER (!) INSERT when APPEND so Fivewin Sample c:\fwh\samples\testpgre.prg FAIL when try to APPEND new Data https://i.postimg.cc/m2DKsW4m/add-Cusomer-fail.jpg --- i have learn to use Nextval() when APPEND Data ...
by Jimmy
Fri Aug 25, 2023 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PostgreSQL and Fivewin
Replies: 1
Views: 152

Re: DBF to Excel Sheet, without Excel, using ADO ?

... 01/01/01 c.) there is no "[testdt]" (or testdt*.*) create --- i close Sample and want to open "some.xlsx" with Excel but it fail with Error :shock: https://i.postimg.cc/BvWsF6kX/Excel-Open-error.jpg i use my "ADO Reader" and open "some.xlsx" ...
by Jimmy
Mon Aug 14, 2023 3:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2563

Re: DBF to Excel Sheet, without Excel, using ADO ?

hi,

sorry, i mean Structure of Excel Sheet create by ADO

it did accept DATETIME in Structure for a Excel Sheet, but when XBROWSE / EDIT it fail
i have to change back to DATE to make it work again
by Jimmy
Sun Aug 13, 2023 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2563

Excel empty( dDATE ) fail when Import

hi,

a DBF can have a EMPTY() FIELD Type "D" but when import it to Excel it fail
what is the Way to create a Excel Sheet where i can APPEND empty DATE ?
by Jimmy
Fri Aug 11, 2023 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel empty( dDATE ) fail when Import
Replies: 0
Views: 157

Re: DBF to Excel Sheet, without Excel, using ADO ?

... --- than i create "some.xlsx" but with 0-Byte and i got "wrong Structure" https://i.postimg.cc/C5k5xXC8/fail-open-empty.jpg --- so i try to create Structure of Table, using DbStruct(), but go next Error about Structure of Excel Table   cQuery := "CREATE ...
by Jimmy
Wed Aug 09, 2023 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2563
Next

Return to advanced search