Search found 3062 matches: msginfo

Return to advanced search

Un problema con el puerto Comm

... 1, -1 )     IF ! SetCommState( ncom, cDcb )    nError = GetCommError( ncom)    MsgInfo( "Error al setear: " + Str( nError ) )        BREAK     endif  RECOVER  ...
by groiss
Wed Apr 03, 2024 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un problema con el puerto Comm
Replies: 1
Views: 328

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... } luego es el valor que esté devolviendo la expresión Prueba a hacer esto para saber el tipo de valor que hay: olbx101c:acols[4]:bEditWhen:= { || MsgInfo( ValType( olbx101c:aArrayData[olbx101c:nArrayAt][5] ) ), olbx101c:aArrayData[olbx101c:nArrayAt][5] == "1" } Hola Antonio, Gracias ...
by elmoiquique
Thu Mar 28, 2024 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2244

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... } luego es el valor que esté devolviendo la expresión Prueba a hacer esto para saber el tipo de valor que hay: olbx101c:acols[4]:bEditWhen:= { || MsgInfo( ValType( olbx101c:aArrayData[olbx101c:nArrayAt][5] ) ), olbx101c:aArrayData[olbx101c:nArrayAt][5] == "1" }
by Antonio Linares
Thu Mar 28, 2024 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2244

Re: FWH 24.02 new Class TWebView2

... que difieren un tanto de la forma original de uso que Microsoft implementó. El método Eval() devuelve el resultado de la evaluación ahora, por que MsgInfo( oWebView:Eval( "123" ) ) devolverá 123, y eso sucede igualmente si se llama a cualquier código javascript que devuelva un cierto ...
by Antonio Linares
Wed Mar 13, 2024 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2467

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

... junto FWH 24.02. El código que he probado es //#include "FiveWin.ch"FUNCTION MAIN()USE BDMASTER? SELECT()   // --> 1MsgInfo( SELECT(), "." )DBSELECTAREA( 0 )? SELECT()  // --> 2MsgInfo( SELECT(), ".." ...
by FiveWiDi
Tue Mar 05, 2024 10:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3623

Re: FWH 24.02 y Harbour con BCC7.7

... Enrico, Es cierto, en esa situación funciona, pero el caso es que en esta no: If Select( ::cName ) > 0 DbSelectArea( 0 ) --->>> MsgInfo( Select(), "Hola" ) EndIf ¿Cómo funcionan DbSelectArea() y Select()? " DBSELECTAREA() hace que el área de trabajo especificada ...
by FiveWiDi
Tue Mar 05, 2024 6:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3623

Re: SAPI : change Voice

Dear Jimmy,

> when change into MsgInfo() it does "fire" a lot, but "what" are x,y

These are VERY GOOD news !!! :-D

Please send me your PRG as you are using it so MsgInfo() gets called, please!!!
by Antonio Linares
Sat Feb 10, 2024 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3571

Re: SAPI : change Voice

... Dear Jimmy, Reviewing Harbour OLE implementation it seems as this is the way: oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | MsgInfo( x, y ) } ) but here in my tests it is not working as expected. Maybe another Harbour OLE bug ? I am doing some research to find the right way... ...
by Danielmaximiliano
Sat Feb 10, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3571

Re: SAPI : change Voice

... | QOut( x, y ) } ) i have add that Line into Sample CODE, but nothing "seem" to happen using QOut() :( when change into MsgInfo() it does "fire" a lot, but "what" are x,y :?: i have try to FWLOG      oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, ...
by Jimmy
Sat Feb 10, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3571

Re: Fwh 23.10 TGet another problem (UNSOLVED)

nageswaragunupudi wrote:Can you reproduce here the METHOD Link( lSubClass ) in your Window.prg?


I didn't fully understand. Variables are changed before ::Link() in Initiate method in Control.prg. Do you want me to add MsgInfo to the Link method in Window.png?
by Horizon
Sun Feb 04, 2024 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54321

Re: how to get Event from ActiveX ?

Dear Jimmy,

Reviewing Harbour OLE implementation it seems as this is the way:

oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | MsgInfo( x, y ) } )

but here in my tests it is not working as expected.

Maybe another Harbour OLE bug ? I am doing some research to find the right way...
by Antonio Linares
Tue Jan 30, 2024 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Event from ActiveX ?
Replies: 1
Views: 358

connecting SQL SERVER VIA ODBC PROLEM

... Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ShowError(oError) RETURN(.F.) END // since here de code ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 330

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

... LOCAL oButton DEFINE DIALOG oDlg // @ 1 , 1 BUTTON oButton OF oDlg ACTION ( oPdfCreator := CreateObject( "PDFCreator.PDFCreatorObj" ) , MsgInfo( oPdfcreator ) ) @ 1 , 1 BUTTON oButton OF oDlg ACTION MsgInfo( "Test" ) ACTIVATE DIALOG oDlg CENTER RETURN NIL
by MarcoBoschi
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 948

CONEXION ADODB SQL SERVER

... Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ShowError(oError) RETURN(.F.) END aqui me llega osea ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 291

CONEXION ADODB SQL SERVER

... Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ShowError(oError) RETURN(.F.) END aqui me llega osea ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 146
Next

Return to advanced search