Search found 122 matches: imho

Return to advanced search

Re: Pruebas con WhatsApp

IMHO, Este tipo de soluciones me pareciera a mi que no se mantienen en el tiempo y además están sujetas a demasiadas casuísticas pre Asi que como mejor alguna solución "estable" python, a través del API con python ...
by paquitohm
Wed Apr 17, 2024 4:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pruebas con WhatsApp
Replies: 7
Views: 282

Re: ERROR function FW_ShowAdoError()

IMHO it must be "oCn:Error" without "s"

Ofcourse, NO. Errors is correct

If you read the error log again, you will see that the error is becase oCn is NIL.

That means in the function call FW_ADOINDEXES( oCn, cTable ), oCn must have been NIL.
by nageswaragunupudi
Thu Sep 07, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR function FW_ShowAdoError()
Replies: 2
Views: 154

ERROR function FW_ShowAdoError()

... oCn := soCn, lSilent := .f.   if ( nErr := oCn:Errors:Count ) > 0      oErr  := oCn:Errors( nErr - 1 )      if ! lSilent IMHO it must be "oCn:Error" without "s"
by Jimmy
Thu Sep 07, 2023 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR function FW_ShowAdoError()
Replies: 2
Views: 154

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

hi Enrico, it is IMHO while "MSACCESS" is "known" but not "EXCEL" as Provider by Fivewin that is why i ask to enhance FWAdoStruct() / FWAdoFieldStruct() / FW_RDBMSName() for cDbms = "MS JET EXCEL ...
by Jimmy
Wed Aug 16, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2584

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

hi, Another issue: The function FWPG_PrimaryKeys() is always returning zero rows. better is IMHO to use function GetSerialC() ...  " and column_default like 'nextval(%'" No Anyway, this is fixed now. We will share the modified sources with you soon, after I ...
by nageswaragunupudi
Sat Aug 05, 2023 9:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 749

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

hi,
nageswaragunupudi wrote:Another issue:
The function FWPG_PrimaryKeys() is always returning zero rows.

better is IMHO to use function GetSerialC()
Code: Select all  Expand view
...  " and column_default like 'nextval(%'"
by Jimmy
Sat Aug 05, 2023 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 749

Re: FW_SetUnicode( .T. ) 2-Byte characters

... As you can see, xBrowse tolerates this and displays the Unicode characters correctly, which is amazing but also a bit confusing! IMHO it would be better, to show � instead. This happens in TGet(), TEdit and TMultiGet()!
by frose
Tue Jun 27, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2194

Re: Leer Gmail

hi, IMHO every Provider will switch to new Security Standard when using TSmtp() or TPop3() : have a look which Version ssleay32.dll and libeay32.dll have (at least 1.02) other Way is to use hbCURL to work with Gmail, GMX or ...
by Jimmy
Thu Feb 23, 2023 6:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer Gmail
Replies: 7
Views: 518

Re: Decode JSON - revisited

... with hashes the $ operator works too: ? "transactionResponse" $ hChgData IMHO it is pretty cool for a better understand of the date I suggest to format the JSON: {    "transactionResponse": {    ...
by AntoninoP
Wed Feb 15, 2023 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 334

Re: FWH AppWeb

Carlos,

Mírate uHttpd2 con TWeb de Carles Aubia (Charly). IMHO es el auténtico Harbour for Web.
Fuentes en github y grupos en Skype y Discord

Salu2
by hmpaquito
Mon Jan 09, 2023 9:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH AppWeb
Replies: 5
Views: 438

Re: different Warning using BCC7 32 Bit / MSVC 64 Bit

Jimmy wrote:Variable fRemoveSafely and fAutoEject are IMHO "not need" ... but how "without" :?:


Yes, they are not needed because they are not used.
by Enrico Maria Giordano
Thu Dec 15, 2022 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 421

Re: different Warning using BCC7 32 Bit / MSVC 64 Bit

... FALSE) && AutoEjectVolume(hVolume))           fAutoEject = TRUE;   } Variable fRemoveSafely and fAutoEject are IMHO "not need" ... but how "without" :?:
by Jimmy
Thu Dec 15, 2022 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 421

Re: DLLCALL under Fivewin

... and got Error E2342 FWEJECT.prg 230: Type mismatch in parameter 'iTrueFalse' (wanted 'int', got 'void *') in function HB_FUN_OPENVOLUME Input is IMHO "cDriveLetter" but Return Value is a HANDLE to File which have be open
by Jimmy
Fri Dec 09, 2022 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2635

Re: SPLITTER : how to"resize" Client Area

hi Antonio, SPLITTER is working IMHO on "hole height" (VERTICAL) and not "relative" to attached Object in Sample attached Object have TOP := 40 and BOTTOM ;= height - 68 so it is "in Middle" of Window to "see" ...
by Jimmy
Thu Nov 03, 2022 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1014

Re: Harbour warnings

... As I wrote in the first message, with xHarbour I use the -wb- compiler switch. I hoped there were something similar in Harbour. And then I say: IMHO -wb- is not a xHarbour valid switch. And then you say again: The problem here is that the code generating the warning is not in my source code. ...
by hmpaquito
Fri Jun 24, 2022 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336
Next

Return to advanced search