Search found 389 matches: returning

Return to advanced search

Re: FWHMYSQL Insert failing

Good Morning Mr Rao, I made a test with oCN:InsertSQ() and it's also returning a wrong sentence. It's returning this: INSERT INTO `folha` ( `cemp`,`nfolha`,`cmat`,`cvandes`,`cvdorig`,`val_inf`, `val_calc` ,`total_inc`,`filial`,`clotacao`,`prazo`,`situacao` ...
by vilian
Mon Apr 08, 2024 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 394

Re: Question about wfReadUrl()

Here it is returning immediately. Can you post a sample showing that long timeout, please?
by Enrico Maria Giordano
Sat Apr 06, 2024 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2744

Re: also error with btnbmp SHOWPOPUP

... you use ::ShowPopUp, the function MenuContextual(...) should not return NIL, but should return a PopupMenu object. It looks like this function is returning NIL not a popup menu object. Please check the last line of this function. That is the exact reason for your error at this line in btnbmp.prg: ...
by nageswaragunupudi
Sun Mar 31, 2024 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1673

Re: GetHostByName( GetHostName() )

... up    free(pAddresses);    WSACleanup();    return 0;}  Google Gemini: The behavior you're experiencing with GetHostByName returning an IP address different from the one on your desired subnet is not necessarily a bad configuration. Here's why: Function Behavior: GetHostByName ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 157

Re: SAPI : change Voice

... error: 'ISpVoice {aka struct ISpVoice}' has no member named 'Release' HB_FUNC.PRG:60:16: warning: 'return' with a value, in function returning void hbmk2[SapiVoice]: Error: Running C/C++ compiler. 1 gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -IC:/hmg.3.4.4/harbour/include ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3524

New FTDN October/Octubre 2023 (FWH 23.10)

... October 2023 =============================== * function WebPageContents() in imgtxtio.prg: In case of non-existent URLs this function is returning NIL, where as return value is expected to be always a character value. Now fixed to return "" in such cases instead of nil This ...
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: 3889

Moving the dialog

Hi, If, when moving the dialog with the mouse, part of this dialog turned out to be a screen, then returning the dialog to the screen will be associated with significant delays (depending on the number of controls on the dialog). I understand that this is due to the constant ...
by Natter
Sat Oct 21, 2023 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 497

Re: xHarbour.org updated!

... Through your post I managed to create the libs and put the dll in the executable folder. It is compiling normally but the IF oCli:Open() line is returning false, is there a different new parameter to use https? Thank you again. Code below: TRY oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' ...
by wartiaga
Tue Sep 19, 2023 2:25 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37429

Re: Execute php or vbs code



Antonio,

I made some progress but this line below hCurl is returning "ValToChar not suported type yet"

hCurl := curl_easy_init()

Any idea?
by wartiaga
Sat Sep 02, 2023 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1103

BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???

Greetings, returning to this topic, is there a way that using a clause such as BLINK in the color of the row of an xbrowse, this blinks (BLINK) without the need to use the function with the timer...? This would be very practical ...
by joseluisysturiz
Mon Aug 07, 2023 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
Replies: 2
Views: 175

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 ...
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: 717

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: 717

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

The function FWPG_PrimaryKeys() is always returning zero rows. This is due to a very very silly mistake in the source code; In the program source\function\pgsuport.prg in the function FWPG_PrimaryKeys(...) This buggy line   StrTran( cSql, ...
by nageswaragunupudi
Sat Aug 05, 2023 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 717

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

... into this and will fix and provide you with the revised programs very soon. Please wait. Another issue: The function FWPG_PrimaryKeys() is always returning zero rows. We will fix this also. Please bear with us a little and we will get back to you with proper solution very soon.
by nageswaragunupudi
Sat Aug 05, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 717

Re: Problem with xBrowse

... the empty table, the two records are added , one input and the next output, and they are displayed in the browse without problem. When leaving and returning to continue increasing more records, the browse throws the problem More data, I am simulating movements in a warehouse, inputs and outputs, ...
by Armando
Sun May 28, 2023 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2155
Next

Return to advanced search