Search found 3453 matches: last

Return to advanced search

Re: FWMARIA MENSAJES DE ERROR

You see this error when trying to connect using oCn := maria_Connect( <connectionspe>,  .T. ) Last parameter .T. means ShowError. In that case the library shows the error as MySql shows. You can suppress display of error by oCn := maria_Connect9( <connectionspecs>, ...
by nageswaragunupudi
Tue Apr 23, 2024 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 101

Re: Problem with valid email refresh btnbmp

... FWH2307 So, Mr. Silvio Let me test with FWH2307 and get back to you. Also let me know the FWH version you are using. Thanks Dear Rao, I'using the last fwh release "FWH 24.02" (FW_VersionNo 24021) Harbour Compiler version: Harbour 3.2.0dev (r2403071241) C compiler version: Borland/Embarcadero ...
by Silvio.Falconi
Fri Apr 12, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2412

Re: compile errors

scratch the last message.
I forgot to update libcurl.dll

No errors now.

By adding this code, does it affect anything?

Code: Select all  Expand view

#pragma BEGINDUMP
void __get_std_stream() {}
void _chdir() {}
#pragma ENDDUMP
 
by Jeff Barnes
Thu Apr 11, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 297

Re: Problem with valid email refresh btnbmp

... )RETURN .NOT. EMPTY( hb_regex( preCompiled, AllTrim( cEmail ) ) )// FIN / END  Regards, saludos. NOT RUN harbour + LAST FWH + BCC7.70 Intel(R) Xeon(R) CPU E3-1225 V2 @ 3.20GHz 3.20 GHz Windows 10 Pro 19045.4170 Windows Feature Experience Pack 1000.19054.1000.0 ram ...
by Silvio.Falconi
Tue Apr 09, 2024 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2412

Re: ADS with 64bit FWH Apps

I don’t think those are needed. The last ADS release was 2015. Remote is useful but I find local is slower than the native rddcdx. I distribute the last .dll files they produced for 32 and 64 bit. Those are usually good with versions 10-12, ...
by TimStone
Thu Apr 04, 2024 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2297

Re: also error with btnbmp SHOWPOPUP

... 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:       if ValType( oPopup ) == 'B'         oWnd:oPopUp:End() ...
by nageswaragunupudi
Sun Mar 31, 2024 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1700

Re: Problema super raro (SOLUCIONADO)

Mr. Rao and friends I apologize, after several nightmare nights, I have finally solved the problem, the problem was in the last line of this code. [code] oRsWrk := FW_OpenRecordSet(oApp:oCon,"SELECT " +; "*," +; "RUB_DES," +; "CON_DES " +; "FROM ...
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2112

Re: Another for Btnbmp

... nRound, XEval( ::nClrText, ::lMover, Self ) )            endif  Please change ::nClrText to ::nClrBorder I found the same solution last night and I talked about it with Antonio
by Silvio.Falconi
Tue Mar 26, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4950

Re: Crear librerias de Harbour BCC74 Me genera error

Dear Enrico, Here it is so it will last. How to use it to have hbmk2.exe working with xHarbour ? thanks hrbfix.prg #include "Directry.ch"#define NTRIM( nNumber ) LTrim( Str( nNumber ) )#define LF Chr( ...
by Antonio Linares
Mon Mar 25, 2024 8:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6861

Re: How to include hbCurl?

I went in conversation with ChatGPT )))) I have to say... that guy has patience :D :D But we didn't get the solution. Last try was this : *** Hard coded test tag)   cTagName := "tag1"   // De naam van de tag   cTagStatus := "active" ...
by Marc Venken
Wed Mar 20, 2024 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2947

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button Yes. The function I provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake for me https://i.postimg.cc/G34Z81nn/1.png
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 662

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button

Yes. The function I provided does not allow the last control to be deleted.
by nageswaragunupudi
Tue Mar 05, 2024 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 662

Re: Does anyone have an Envelope Printing module ?

Tim I had a meeting with my Client last Friday and he is not really so concerned with automating envelopes .. He tells me he just cuts and pastes the address into Word and then prints his envelope and an automated envelope routine would be ...
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 572

Re: Create a Panel width a text

hi Silvio, your last Sample still show the Problem using       oPanelText:bPainted = { | hDC | ;          FW_SayText( hDC, ;              alltrim( ( cMessage) ), ;              { 1 , 50,  nTextHeight, ...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: Create a Panel width a text

hi Silvio, your last Sample still show the Problem using       oPanelText:bPainted = { | hDC | ;          FW_SayText( hDC, ;              alltrim( ( cMessage) ), ;              { 1 , 50,  nTextHeight, ...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187
Next

Return to advanced search