Search found 54 matches: bonevent

Return to advanced search

Antonio: CreateOleObject() Doesn't have bOnEvent method. Do You have an Example ? I'm putting a fake control to use activex:new() but I have toubles: Params from events doesn't match the documentation order, they are moved for 1 or 5 positions ...
by FGamboa
Fri Apr 28, 2006 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: from VB6 to FWH
Replies: 19
Views: 6319

Antonio, If I build webexp sample using xharbour and bcc it works fine. If I build using xBuilder and xcc, linking ActiveX.lib from xHabour I get the same error message. Error description: Error Shell.Explorer/16389 E_FAIL: _BONEVENT If I build with xBuilder and do not link xHarbour ActiveX.lib I ge...
by Randal
Thu Apr 27, 2006 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX & xHarbour
Replies: 13
Views: 5730

... // To fill the entire window surface oMapPoint:Do("NewMap", 1) // Generates an error on this line. If I comment out the window opens oMapPoint:bOnEvent = { | event, aParams | cEvents += EventInfo( event, aParams ) } ACTIVATE WINDOW oWndMap ; ON INIT ( oWndMap:Move(0,0,640,390,.t.) ) ; ON PAINT ...
by Randal
Wed Apr 26, 2006 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX & xHarbour
Replies: 13
Views: 5730

ActiveX & xHarbour

Antonio, I received your email with the updated libs. When I try to set the the event block I get an error on: oMapPoint:bOnEvent = { | event, aParams | cEvents += EventInfo( event, aParams ) } This line generates the error: Error MapPoint.Control/16389 E_FAIL: _BONEVENT I also tried ...
by Randal
Wed Apr 26, 2006 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX & xHarbour
Replies: 13
Views: 5730

Need to get events with activex to work.

... "Test ActiveX" oActiveX :=TActiveX():New( oWnd,"DpSdkOps.FPRegisterTemplateX.1" ) oActiveX:bOnEvent = { | event, aParams | cEvents += EventInfo( event, aParams ) } oWnd:oClient = oActiveX oActiveX:do("RUN") ...
by Mike Buckler
Mon Apr 03, 2006 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need to get events with activex to work.
Replies: 1
Views: 781

Error While trying to use ActiveX control

... oWnd TITLE "GSN Testing" oActiveX = TActiveX():New( oWnd, "GSN.GSNCtrl.1" ) oActiveX:nWidth = 0 oActiveX:nHeight = 0 oActiveX:bOnEvent = { | event, aParams | cEvents += EventInfo( event, aParams ) } ACTIVATE WINDOW oWnd ; VALID ( MemoEdit( cEvents ), .t. ) return nil function ...
by Milan Mehta
Thu Mar 30, 2006 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error While trying to use ActiveX control
Replies: 1
Views: 650

Milan,

With the FWH that you are using, please comment this line:

// oActiveX:bOnEvent = { | event, aParams | cEvents += EventInfo( event, aParams ) }
by Antonio Linares
Tue Mar 21, 2006 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Third party ActiveX control users
Replies: 10
Views: 2675

Event supporting is included at March 2006 release Dear Antonio, Greattttt ! Now I am lot more hopeful about the possibilities. But in the working sample of yours I get following error. Mine is Nov-2005 buid of FWH. Error description: Error BASE/1005 Message not found: TACTIVEX:_BONEVENT Stack ...
by ask
Tue Mar 21, 2006 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Third party ActiveX control users
Replies: 10
Views: 2675

Dear Antonio, Greattttt ! Now I am lot more hopeful about the possibilities. But in the working sample of yours I get following error. Mine is Nov-2005 buid of FWH. Error description: Error BASE/1005 Message not found: TACTIVEX:_BONEVENT Stack Calls =========== Called from: => TACTIVEX:...
by Milan Mehta
Tue Mar 21, 2006 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Third party ActiveX control users
Replies: 10
Views: 2675
Previous

Return to advanced search