Search found 17 matches: cevents

Return to advanced search

Shell.Explorer.2 problem

... can I use besides ActiveX to get around this issue? Here is my code. FUNCTION HPCall( cTransactionSetupID, oDlg ) local oWndHP, oActiveX local cEvents := "" LOCAL cHtml := "" LOCAL oIcon DEFINE ICON oIcon RESOURCE "MYICON" DEFINE WINDOW oWndHP ; FROM 1, 5 TO 40, ...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 729

Re: Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)

Karinha, #include "FiveWin.ch" #define HKEY_LOCAL_MACHINE 2147483650 function Main() local oWnd, oWndChild, oActiveX local cEvents := "" INTER_APP_WEB_CONFIG("jsp.exe",11000) DEFINE WINDOW oWnd TITLE "Support" MDI DEFINE WINDOW oWndChild MDICHILD OF ...
by MGA
Tue Jan 24, 2017 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)
Replies: 17
Views: 4719

Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)

... NAVEGADOR. Alguem têm alguma ideia de como resolver? PRG: #include "FiveWin.ch" function Main() local oWnd, oWndChild, oActiveX local cEvents := "" DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" MDI DEFINE WINDOW oWndChild MDICHILD OF oWnd oActiveX = TActiveX():New( ...
by MGA
Fri Jan 20, 2017 7:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)
Replies: 17
Views: 4719

Re: ayuda con tactivex

Cambia el MemoEdit por ( MsgAlert( cEvents ), .t. )

Saludos,

Adhemar
by acuellar
Thu Aug 29, 2013 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con tactivex
Replies: 4
Views: 1068

Re: ayuda con tactivex

Te anexo el ejemplo pero no me manda ningun error solo se cierra la aplicaicon. function Verejemplo() local oWnd, oActiveX local cEvents := "" DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" oActiveX = TActiveX():New( oWnd, "Shell.Explorer" ) oWnd:oClient ...
by GuillermoMtz
Thu Aug 29, 2013 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con tactivex
Replies: 4
Views: 1068

Error in webexp compiled with Borland 582

... it freezes when running the application. Basically it turn explorer: #include "FiveWin.ch" function Main() local oWnd, oActiveX local cEvents := "" DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" oActiveX = TActiveX():New( oWnd, "Shell.Explorer" ) oWnd:oClient ...
by devtuxtla
Sat Oct 22, 2011 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in webexp compiled with Borland 582
Replies: 2
Views: 669

Ejemplo webexp compilado con Bcc 582

... se queda colgada la aplicacion. Basicamente es activar explorer: #include "FiveWin.ch" function Main() local oWnd, oActiveX local cEvents := "" DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" oActiveX = TActiveX():New( oWnd, "Shell.Explorer" ) oWnd:oClient ...
by devtuxtla
Sat Oct 22, 2011 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo webexp compilado con Bcc 582
Replies: 2
Views: 839

Re: Incrustar Consulta de Internet en mi Aplicación

Tienes un ejemplo en \samples\webexp.prg Entiendo que es lo que buscas #include "FiveWin.ch" function Main() local oWnd, oActiveX local cEvents := "" DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support" oActiveX = TActiveX():New( oWnd, "Shell.Explorer" ) oWnd:oClient ...
by postinelli
Sat Jun 25, 2011 9:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incrustar Consulta de Internet en mi Aplicación
Replies: 3
Views: 801

Re: Menu POP in TACTIVEX

Ronaldo,

Probably nRow and nCol are placed inside aParams.

Please, click on the activex and post here the cEvents content.
by Antonio Linares
Mon Feb 16, 2009 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu POP in TACTIVEX
Replies: 5
Views: 1107

Re: Menu POP in TACTIVEX

Preciso saber da LINHA e COLUNA, para criar meu proprio MENU POP... look: oActiveX:bOnEvent = { | event, aParams, pParams | cEvents += EventInfo( event, aParams, pParams, oActiveX ) } i need: oActiveX:bOnEvent = { | event, aParams, pParams, nRow, nCol | cEvents += EventInfo( ...
by ronaldo
Mon Feb 16, 2009 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu POP in TACTIVEX
Replies: 5
Views: 1107

... Xbase++". #xtranslate LL_PROJECT_LIST => 2 #include "FiveWin.ch" #include "cmbtll12.ch" Global oActiveX, oWnd, hJob, nRet Function Main() Local cEvents := "" LOCAL aField, aType, aLen, aDec, sName LOCAL FldType, FldContent, DateBuffer, lExpr, I:=1, bAsField:=.T. USE ARTICLE NEW GO TOP aField ...
by MOISES
Thu Oct 11, 2007 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport / FWH 7.09
Replies: 9
Views: 2031

... Xbase++" se encuentra cmbtll12.ch #include "FiveWin.ch" #include "cmbtll12.ch" Global oActiveX, oWnd, hJob, nRet Function Main() Local cEvents := "" LOCAL aField, aType, aLen, aDec, sName LOCAL FldType, FldContent, DateBuffer, lExpr, I:=1, bAsField:=.T. USE ARTICLE NEW GO TOP aField ...
by Jairo Centeno
Wed Mar 14, 2007 3:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta de Funcky
Replies: 14
Views: 5062

Problem getting an ActiveX component to work

... but at one point I have no clue how to proceed. Please review the code below. Regards, Stephan FUNCTION GIS() LOCAL oWnd, oWndChild, oMap LOCAL cEvents := "" LOCAL oLayer, hLayers, nLayers LOCAL hItem DEFINE WINDOW oWndChild MDICHILD OF oWndMain() oMap = TActiveX():New(oWndChild, "MapObjectsLT2.Map.1") ...
by HennekensSM
Sun Jan 28, 2007 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem getting an ActiveX component to work
Replies: 16
Views: 5541

... 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 oWndMap:SetFocus() ; VALID ( ...
by Randal
Wed Apr 26, 2006 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX & xHarbour
Replies: 13
Views: 5731

ActiveX & xHarbour

... 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 replacing the ActiveX ...
by Randal
Wed Apr 26, 2006 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX & xHarbour
Replies: 13
Views: 5731
Next

Return to advanced search