messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2006-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio !\n\nFUNCTION Main()\n \n LOCAL oWnd, oFrames\n\n DEFINE Window oWnd\n\n oWnd:setText( \"Use JcFrames from CoolControls.ocx\" )\n\n oFrames := Framesx():New( oWnd,,10,20,200,200 )\n--> It's work fine\n\n @100,10...
ActiveX VB with xHarbour
[ { "date": "2006-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Areang,\n\n> @100,100 BUTTON \"Save\" size 60,20 of oWnd pixel action MsgAlert(\"Save\") \n\nThat control is a child control of oWnd so oWnd should get notified when it gets clicked and the ACTION clause should work.", "time":...
ActiveX VB with xHarbour
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio.\n\noWnd:setText( \"Use JcFrames from CoolControls.ocx\" ) \n\noFrames := Framesx():New( oWnd,,10,20,200,200 )\n\n@100,100 BUTTON \"Save\" size 60,20 of oWnd pixel action MsgAlert(\"Save\")\n-> This Button draw on area oFr...
ActiveX VB with xHarbour
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Areang,\n\nYou should change Method HandleEvent() in Class TActiveX and check if WM_COMMAND value is received when the button is clicked.", "time": "01:29", "topic": "ActiveX VB with xHarbour", "username": "Antonio Lin...
ActiveX VB with xHarbour
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nIs this that you mean ?\n\nMETHOD OnEvent( nEvent, aParams, pParams ) CLASS TActiveX\n\n local nAt := AScan( ::aEvents, { | aEvent | aEvent[ 2 ] == nEvent } )\n local cEvent := If( nAt != 0, ::aEvents[ nAt ][ 1 ], ...
ActiveX VB with xHarbour
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Oskar,\n\nYes I Can see on TRMChartX class.\n\nThis is not handle event for the control of windows, just for drawing.\n\nIs'nt it ? <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:...
ActiveX VB with xHarbour
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Areang,\n\n> 1. I have xHB from xHarbour.com patrick mask, Is your there too ? \n\nFWH is fully compatible with Harbour, xHarbour and xHarbour.com\n\n> 3. Can I use the others compiler ? \n\nYes,\n\n> 4. When I used BCC55 or MSVC ...
ActiveX VB with xHarbour
[ { "date": "2006-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nPlease Help me !\n\n1. I used xHB and xBuildW compiler, no Activex.lib get error :\n\n\nApplication\n===========\n Path and name: D:\\NewHarbour\\OCX\\codejock\\test.exe (32 bits)\n Size: 1,546,240 bytes\n Time f...
ActiveX VB with xHarbour
[ { "date": "2006-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Areang,\n\nUse this at the top of your main PRG:\n\nREQUEST TACTIVEX", "time": "09:00", "topic": "ActiveX VB with xHarbour", "username": "Antonio Linares" } ]
ActiveX VB with xHarbour
[ { "date": "2006-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> my eye tires is empty for this.\n\n--> Please Help me, to understand ActiveX viewed by Oleview:\n[\n ...
ActiveX VB with xHarbour
[ { "date": "2006-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Areang,\n\nHave you placed REQUEST TACTIVEX at the top of your main PRG ?\n\nAre you using xHarbour builder ?", "time": "12:05", "topic": "ActiveX VB with xHarbour", "username": "Antonio Linares" } ]
ActiveX VB with xHarbour
[ { "date": "2006-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n\nREQUEST TACTIVEX\n\n#include \"FiveWin.ch\" \n\n#define ID_TAB_WRITE 5004 \n#define ID_GROUP_CLIPBOARD 5001 \n\nfunction Main() \n\n local oWnd, oCommandBars, oRibbonBar, oTabWrite, oGroups, oGroupClipborad \...
ActiveX VB with xHarbour
[ { "date": "2006-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Areang,\n\nAre you using xHarbour builder ?", "time": "12:46", "topic": "ActiveX VB with xHarbour", "username": "Antonio Linares" } ]
ActiveX VB with xHarbour
[ { "date": "2006-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, \n\nI used xBuildW from xHarbour.com\n\nAreang", "time": "06:14", "topic": "ActiveX VB with xHarbour", "username": "areang" } ]
ActiveX VB with xHarbour
[ { "date": "2006-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Areang,\n\n\"XtremeCommandBars.CommandBarsFrame\" is a very complex ActiveX. \n\nWe would suggest you to start with easier ones, and try with this one later on.", "time": "08:18", "topic": "ActiveX VB with xHarbour", "...
ActiveX VB with xHarbour
[ { "date": "2007-06-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Muy buenas, estoy utilizando el activex que abre el explorador web, este es el codigo: oActiveX = TActiveX():New( oWnd, \"Shell.Explorer\" ),pero me interesaría saber si se puede utilizar el explorador web que se tenga por defect...
ActiveX con El Explorador Web por defecto
[ { "date": "2007-06-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos Cordiales Colegas!!\n\nBueno pieso yo que si usas ShellExecute el archivo se abrira en la Capa del Sistema Operativo y en esa capa tomara en cuenta cual es el Explorardor por defecto que tengas en uso\n\n[code:jbcbiazm]LO...
ActiveX con El Explorador Web por defecto
[ { "date": "2007-06-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Hasta donde tengo entendido, FireFox no es proveedor ActiveX, por lo tanto no se puede utilizar con la clase ActiveX de Fw.", "time": "21:57", "topic": "ActiveX con El Explorador Web por defecto", "username": "R.F." ...
ActiveX con El Explorador Web por defecto
[ { "date": "2007-06-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola gente,\n\nNo es muy nuevo, pero se puede.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.iol.ie/~locka/mozilla/control.htm\">http://www.iol.ie/~locka/mozilla/control.htm</a><!-- m -->\n\nSaludos,\n\nCarlos.", "time...
ActiveX con El Explorador Web por defecto
[ { "date": "2006-02-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Podeis descargar samples\\webexp.prg con soporte de eventos desde:\n\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/83ddff56/webexp.zip.html\">http://hyperupload.com/download/83ddff5 ... p.zip.html</a><!-...
ActiveX con eventos - demo!
[ { "date": "2006-02-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Otro ejemplo de samples\\media.prg usando eventos:\n\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/cc868225/media.zip.html\">http://hyperupload.com/download/cc868225/media.zip.html</a><!-- m -->", "t...
ActiveX con eventos - demo!
[ { "date": "2006-02-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n¿ En que build tienes implementado lo de los eventos ?\n\nSaludos", "time": "15:26", "topic": "ActiveX con eventos - demo!", "username": "fleal" } ]
ActiveX con eventos - demo!
[ { "date": "2006-02-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nSe publicará en el build de Marzo 2006.", "time": "16:39", "topic": "ActiveX con eventos - demo!", "username": "Antonio Linares" } ]
ActiveX con eventos - demo!
[ { "date": "2006-02-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Olá Antonio,\n\nCom estas mudanças em activex poderemos por exemplo usar o MsDataGrid / MsFlexGrid ? Mirem neste site e vejam este documentador de activex&#058; <!-- m --><a class=\"postlink\" href=\"http://www.vbaccelerator.com/...
ActiveX con eventos - demo!
[ { "date": "2006-02-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Rossine,\n\nHabrá que probarlo <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "21:13", "topic": "ActiveX con eventos - demo!", "username": "Antonio Linares" ...
ActiveX con eventos - demo!
[ { "date": "2006-02-17", "forum": "FiveWin para Harbour/xHarbour", "text": "OK Antonio, <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nGracias Maestro,\n\nRossine.", "time": "12:51", "topic": "ActiveX con eventos - demo!", "usernam...
ActiveX con eventos - demo!
[ { "date": "2008-11-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Tengo un ActiveX, del cual controlo sus eventos. Uno de dichos eventos, pasa tres parametros.\r\nEl primero es un numero, y los dos siguientes son un objeto (OLE).\r\n\r\nComo puedo manejar dichos objetos, al revisar el array de ...
ActiveX ctrl de eventos y manejo de parametros
[ { "date": "2008-11-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\r\n\r\n>\r\naParams[2]-->53158252 //Esto debiera ser Objeto Template?? \r\naParams[3]-->18948684 //Esto debiera ser Objeto Status\r\n>\r\n\r\nSi, posiblemente. Para poder usarlos, haz esto:\r\n[code:20ptas09]\n local o &#...
ActiveX ctrl de eventos y manejo de parametros
[ { "date": "2008-11-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Antonio,\r\nsupongo que con lo que me indicas debe de funcionar. \r\nEl objeto parece que queda bien definido, el problema que tengo ahora, es particular de este objeto OleAuto, y es que puedo acceder a los datas, pero no...
ActiveX ctrl de eventos y manejo de parametros
[ { "date": "2008-11-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Biel:\r\n\r\nTe envie a tu privado, algo que te va a servir !! \r\n\r\nSaludos,\r\n\r\nJuan", "time": "18:39", "topic": "ActiveX ctrl de eventos y manejo de parametros", "username": "jcaro" } ]
ActiveX ctrl de eventos y manejo de parametros
[ { "date": "2008-11-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Juan,\r\nlo que realmente me interesaria es poder comprobar las existencias de los metdos desde dentro de Harbour.\r\n\r\nLos nombres de los metodos, los tengo en la documetación y ademas tambien los he comprobado con Ole...
ActiveX ctrl de eventos y manejo de parametros
[ { "date": "2013-07-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Estoy migrando mis aplicaciones desde xharbour+Bcc582 a Harbour+Visual Studio 2012\n\nTengo problemas con algunos ActiveX, en concreto con Crystal Report y con LeadTool.\nEl problema es que no visualiza nada. Abre la ventana mdic...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nSencillamente excelente! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nMuchas gracias!", "time": "17:37", "topic": "ActiveX en Harbour + Visual Studio ...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nNo te genera error ? No lo muestra y no da error ?\n\nPrueba tambien a hacer:\n\noActiveX&#058;Show()", "time": "18:57", "topic": "ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)", "username": "Anto...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-04", "forum": "FiveWin para Harbour/xHarbour", "text": "No, no genera ningún error.\nSólo abre la ventana MDI y dentro esta vacia (fondo blanco).\n\noActiveX&#058;Show() -> No funciona.\n\nNo parece que sea un tema de FWH o de Harbour, ya que cuando compilo con FHW+Harbour+BCC582 func...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas tardes,\n\nYo tuve ese problema con MSVC 2010, prueba registrando los controles y/o DLL asociados.\n\nSlds", "time": "20:21", "topic": "ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)", "username": "nnica...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias por responder,\n\nTampoco funciona\n\nInformación de dll's a registrar para crystal report\nREGSVR32 CRVIEWER.DLL\nREGSVR32 REPORTPARAMETERDIALOG.DLL\nREGSVR32 SVIEWHLP.DLL\nREGSVR32 SWEBRS.DLL", "time": "21:23...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nPodrias proporcionar el código fuente de un ejemplo muy simple para poder reproducirlo aqui ?\n\nAsi puedo hacer pruebas aqui, gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, gracias por tu tiempo.\n\nPreparo un ejemplo y te lo envío", "time": "09:28", "topic": "ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)", "username": "fgondi" } ]
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-05", "forum": "FiveWin para Harbour/xHarbour", "text": "he modificado el archivo tutor02.prg con lo siguiente:\n\n[code=fw:czdh4bjw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">// Our first Window in FiveWin !!!</span><br /><br /><spa...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nDonde se consiguen esas DLLs ? Son redistribuibles ?\n\ngracias", "time": "12:24", "topic": "ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)", "username": "Antonio Linares" } ]
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nTe ha llegado lo que te he enviado", "time": "20:57", "topic": "ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)", "username": "fgondi" } ]
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nSi, y te acabo de responder por email, gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "21:07", "topic": "ActiveX en Harbour + Visual Stud...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nhe probado de todo lo que se me ha ocurrido sin ningún resultado positivo por el momento.\n\nFalla tanto con TActiveX como con THActiveX por el simple hecho de usar MSVC. Con Borland, funciona perfectamente.\n\nEn el...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias Antonio.\nLas nuevas versiones están desarrolladas en framework. Se puede implementar?", "time": "22:51", "topic": "ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)", "username": "fgondi" } ]
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando,\n\nTe refieres a .NET ?\n\nPor supuesto lo más importante en esto es ayudarte a solucionar el problema técnico de alguna forma, pero para mi es mucho más interesante que compartieses con nosotros el por que usas Crystal...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio:\n\nMe alegra leer tu decisión de desarrollar un diseñador de reporte propio de FW y te felicito por esto creo\nque esto solidificará más a FW.\n\nSugiero echarle una mirada, si es que no lo haz hecho, a FastReport, tenie...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando,\n\nLo que me gustaria es que hagamos una especie de comparativa entre los diseñadores de reportes existentes.\n\nQue es lo mejor de cada uno de ellos, que hace falta realmente y que sobra <!-- s:-) --><img src=\"{SMILIES...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio:\n\nEntonces sugiero abrir un post apropiado para esto y que ahí vayamos poniendo\nnuestras sugerencias, tengo algunas ideas pero esperaré al nuevo post.\n\nSaludos", "time": "00:19", "topic": "ActiveX en Harbour ...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nSi me refiero a .net framework.\n\nEn cuanto a porque Crystal Report;\nLo uso tanto para los informes como para los modelos de impresión de ofertas/pedidos/albaranes/facturas, etc.\n\nfacilidad de usarse en cualquier ...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando\n\nPuedes indicarme que incluye este producto que te indico y si merece la pena la descarga?\nEn la página aparece como \"Free Download\"\n\n[url:17dy50r4]http&#58;//www54&#46;sap&#46;com/solution/sme/software/analytics/...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-08", "forum": "FiveWin para Harbour/xHarbour", "text": "El componente \"Crystal Report for Visual Studio\" sirve para poder implementar la impresión, visualización de los reportes creados (con otro software, de pago).\n\nSu desarrollo esta realizado en .net framework. No se si se pued...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando\nGracias por la informacion y tu tiempo\n\nSaludos", "time": "12:46", "topic": "ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)", "username": "cnavarro" } ]
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Solucionado,\n\nEl problema estaba en la prevención de ejecución de datos de Windows (DEP)\n\nAún desactivando DEP del sistema operativo seguía sin ir\nIncluyendo a Crystal Report Viewer dentro de los compenentes DCOM del sistema...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2013-07-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nMuchas gracias por tu tiempo.\nSaber que siempre tenemos un apoyo a lo llevamos a cabo anima a seguir.", "time": "17:47", "topic": "ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)", "username": "fgon...
ActiveX en Harbour + Visual Studio 2012 (SOLUCIONADO)
[ { "date": "2007-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi !\n\n I'm searching a working solution for Word with ActiveX . Please send me directly <!-- e --><a href=\"mailto:rimantasu@gmail.com\">rimantasu@gmail.com</a><!-- e --> lib , source or dll with which my application can work...
ActiveX for Word
[ { "date": "2007-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Rimantas\":2rebsecl]Hi !\n\n I'm searching a working solution for Word with ActiveX . Please send me directly <!-- e --><a href=\"mailto:rimantasu@gmail.com\">rimantasu@gmail.com</a><!-- e --> lib , source or dll with ...
ActiveX for Word
[ { "date": "2007-05-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Rimantas :\n\nI wrote TExcelS class and re-write TWord class using TOleAuto and xHarbour and works excelent.\n\nIf you wish can I send you.\n\n\n[quote=\"Rimantas\":2ckdspax][quote=\"Rimantas\":2ckdspax]Hi !\n\n I'm searching a w...
ActiveX for Word
[ { "date": "2007-05-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Vikthor\":cwx8x13h]Rimantas :\n\nI wrote TExcelS class and re-write TWord class using TOleAuto and xHarbour and works excelent.\n\nIf you wish can I send you.\n[/quote:cwx8x13h]\n\n Vikthor , I'll be very thankfull for ...
ActiveX for Word
[ { "date": "2007-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Vikthor,\n\nCould you send to me too please. (do you have any documentation or samples)\n\n<!-- e --><a href=\"mailto:ollie1@theoasis.co.za\">ollie1@theoasis.co.za</a><!-- e -->\n\nThanks in advance.", "time": "12:30", "to...
ActiveX for Word
[ { "date": "2009-06-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI am having some difficulty trying to figure out the format of the ActiveX commands.\n\nIs there a guide or something that can explain what and when you use items from an object list.\nI'm having a hard time explaining what...
ActiveX formats
[ { "date": "2009-06-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nThis may help you:\n\n[url:19vvtanp]https&#58;//forum&#46;codejock&#46;com/printer_friendly_posts&#46;asp?TID=6225[/url:19vvtanp]\n\n[url:19vvtanp]https&#58;//forum&#46;codejock&#46;com/printer_friendly_posts&#46;asp?TID=...
ActiveX formats
[ { "date": "2009-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nIt looks like this is the way to solve the problem...\n[code=fw:3rh6lcbb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Call DatePicker.AttachToCalendar<span style=\"color: #000000;\">&#40;</span> C...
ActiveX formats
[ { "date": "2009-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nTry it this way:\n\noDate:AttachToCalendar( ActXPdisp( oAct:hActiveX ) )\n\nor \n\noDate:AttachToCalendar( TOleAuto():New( ActXPdisp( oAct:hActiveX ) ) )", "time": "07:51", "topic": "ActiveX formats", "usernam...
ActiveX formats
[ { "date": "2009-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Antonio ... I would never have figured this out without your help.\n\nThe 2nd option works <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "13:13", ...
ActiveX formats
[ { "date": "2013-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "This function stop in Fwh13.09.\n\nErro in line: [b:3tggz9h1]oActiveX&#058;SetProp( \"FileName\", cRadioTv )[/b:3tggz9h1]\n\n\n[code=fw:3tggz9h1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />*--------------...
ActiveX in FWH13.09
[ { "date": "2013-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Please do it this way:\n\noActiveX&#058;FileName := cRadioTv", "time": "17:48", "topic": "ActiveX in FWH13.09", "username": "Antonio Linares" } ]
ActiveX in FWH13.09
[ { "date": "2009-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "I want to display a doc file or a xls sheet in a dialog .\nIs it possible with activex ?\nWhat is the syntax, have you some sample .\n\nThanks", "time": "15:08", "topic": "ActiveX in a dialog", "username": "Jack" } ]
ActiveX in a dialog
[ { "date": "2009-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Jack,\n\nThere are many ActiveX examples in FWH\\samples.\n\nPlease make a search for \"activex\" in FWH\\samples\\*.prg", "time": "15:12", "topic": "ActiveX in a dialog", "username": "Antonio Linares" } ]
ActiveX in a dialog
[ { "date": "2009-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "There was a memory leak in Class TActiveX. It has been detected and fixed <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nNext FWH build will include this fix.\n\nIn Class TAc...
ActiveX memory leak - fixed!
[ { "date": "2009-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nSupport any FWH version?\n\n\nRegards,\n\nRichard", "time": "17:01", "topic": "ActiveX memory leak - fixed!", "username": "richard-service" } ]
ActiveX memory leak - fixed!
[ { "date": "2009-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nIt is for FWH recent versions.", "time": "19:23", "topic": "ActiveX memory leak - fixed!", "username": "Antonio Linares" } ]
ActiveX memory leak - fixed!
[ { "date": "2008-12-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\r\n\r\n¿Hay forma de manejar eventos de ActiveX para objetos no visuales, como por ejemplo ADO?\r\n\r\nADO tiene eventos para cuando nos movemos, tipo OnMove y cosas por el estilo, muy interesantes, o mientras se está ejecu...
ActiveX no visuales con eventos
[ { "date": "2008-12-17", "forum": "FiveWin para Harbour/xHarbour", "text": "See my post\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www.fivetechsoft.com/forums/viewtopic.php?t=13356\">http://www.fivetechsoft.com/forums/view ... hp?t=13356</a><!-- m -->\r\n\r\nEs muy lamentable que Harbout y xHar...
ActiveX no visuales con eventos
[ { "date": "2008-12-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Carlos, hasta donde yo se, parece que no es posible, ya lo comente en otro post, y la verdad es que nos vendria muy bien, tanto para ADO como otros.", "time": "09:03", "topic": "ActiveX no visuales con eventos", ...
ActiveX no visuales con eventos
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "I would like to start using WINWORD from FWH. \nDo I have to use ActiveX or OLE?\n\nWhich libs do I have to include to use ActiveX from Harbour?\n\n\nThanks in advance\nOtto", "time": "09:25", "topic": "ActiveX or OLE for ...
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":34d5l5ei]I would like to start using WINWORD from FWH. \nDo I have to use ActiveX or OLE?[/quote:34d5l5ei]\n\nOLE if you just want to use Word as an external application. ActiveX if you want to use Word as an embed...
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Otto,\n\nFor Winword, You can use AutoOle, same like in Excel.\nI look in my archiv, to find some samples for you.\n\nRegards\n\nUwe", "time": "10:25", "topic": "ActiveX or OLE for WINWORD?", "username": "ukoenig...
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Enrico,\n\nThank you for your help. Now I tried the word.prg-sample from the FIVEWIN examples.\nI linked HBOLE.LIB (my lib is from 2004).\n\nBut I get a Harbour exception error.\n\nMaybe you can give me some more help.\n\n...
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nYou have to link hbwin32.lib", "time": "13:58", "topic": "ActiveX or OLE for WINWORD?", "username": "Antonio Linares" } ]
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, thank you.\nI have echo %hdir%\\lib\\hbwin32.lib + >> b32.bc\nin my linkscript.\nBut the error is still there. Could you compile the file\nand send me your exe for testing, please.\nMaybe there is something wrong on my PC...
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nI guess you are testing Word 2007. It also GPFs here. It seems there is a conflict between Class TActiveX and Word 2007.\n\nWe are googling for some info about it, and we have found that VB users are also having troubles:...
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "I am not able to use Excel 2007 also with activex. My earlier code is not working with 2007.", "time": "18:43", "topic": "ActiveX or OLE for WINWORD?", "username": "nageswaragunupudi" } ]
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Nageswararao,\n\nWhat ProgID string are you using for Excel 2007 ?", "time": "19:10", "topic": "ActiveX or OLE for WINWORD?", "username": "Antonio Linares" } ]
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Otto\n\nNot sure what you want to do with Word so hard to make recommendations. If you tell us a bit more about what you want to achieve we can possibly help more.\n\nI used Word from FiveWin code a number of times and it work...
ActiveX or OLE for WINWORD?
[ { "date": "2008-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Doug, thank you for your answer.\nI only want to run the demo sample with ActiveX.\n\nAntonio, I tried the Exe now on a WINDOWS XP/WORD2003 PC and\nI get the same error:\n\n[img:krsagzuw]http&#58;//www&#46;atzwanger&#46;com/fw/wor...
ActiveX or OLE for WINWORD?
[ { "date": "2009-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Biel,\n\nTry using a Harbour array of numbers, i.e.:\n{ 1, 2, 3, ... }\n\nIt gets converted into a SAFEARRAY which it is the way it is expected from the Activex side", "time": "14:06", "topic": "ActiveX paramaters as Byte"...
ActiveX paramaters as Byte
[ { "date": "2009-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm using an ActivexControl, and I need to call one method, but the parameter must be Array Byte, anyway to do it?\n\nFor example this VB code runs ok\n[code=fw:1enjahkx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace...
ActiveX paramaters as Byte
[ { "date": "2009-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio thanks for answering, \nTested with array, but do not accept this kind of parameter, the program crash.\n\n[code=fw:33f7mzz0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />xVar1:=oTmp:<span style=\"c...
ActiveX paramaters as Byte
[ { "date": "2009-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Biel,\n\nThis is obvious, but have you tried it in this order ?\n[code=fw:1db9oq8v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oTmp:<span style=\"color: #000000;\">Deserialize</span><span style=\"color: #...
ActiveX paramaters as Byte
[ { "date": "2009-09-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes I have tryed also, and not run.\n\nAs no one else has answered, please Antonio swtich to the spanish post , more easy for me.\n[url:3lvoefsr]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=16732[/url:3lvo...
ActiveX paramaters as Byte
[ { "date": "2009-09-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Biel,\n\nok <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "14:22", "topic": "ActiveX paramaters as Byte", "username": "Antonio Linares" } ]
ActiveX paramaters as Byte
[ { "date": "2006-07-25", "forum": "FiveWin for Harbour/xHarbour", "text": "I use FWH 2.7 Build June 2006... and I get activex parameters twice on events. \nThis doesn't happened with FWH 2.6.\n\nMay I change this behaviour?\n\nThx in advance,\nRoberto Parisi", "time": "13:13", "topic": "ActiveX p...
ActiveX parameters
[ { "date": "2006-07-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Roberto,\n\nIts fixed and greatly enhanced on FWH 2.7 July 2006.", "time": "10:52", "topic": "ActiveX parameters", "username": "Antonio Linares" } ]
ActiveX parameters
[ { "date": "2006-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Should I buy the newest version to keep updated with this fix?\n\nRegards", "time": "07:49", "topic": "ActiveX parameters", "username": "Roberto Parisi" } ]
ActiveX parameters
[ { "date": "2006-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Roberto,\n\nYou have two months of free upgrades.", "time": "09:17", "topic": "ActiveX parameters", "username": "Antonio Linares" } ]
ActiveX parameters
[ { "date": "2006-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok... but activex parameters was working in my FWH26.\n\nI patched activex.prg by myself.\n\nRegards", "time": "10:15", "topic": "ActiveX parameters", "username": "Roberto Parisi" } ]
ActiveX parameters
[ { "date": "2006-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Roberto\n\nThe ActiveX events supplied parameters were wrong managed from low level (C++) not from PRG level. Also parameters by reference (BYREF AS ...) were not managed. So you can't fix that changing the PRG class.\n\nWe have w...
ActiveX parameters
[ { "date": "2006-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "To be clear:\nI buyed FWH27 only for activex events support and my 2 free upgrade months expired on 30/06/2006. In the May version activex events worked but in June version they don't work anymore.\n\nAbout my fix:\nI simply proce...
ActiveX parameters
[ { "date": "2006-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Roberto,\n\nWhat ActiveX control are you using ?", "time": "13:03", "topic": "ActiveX parameters", "username": "Antonio Linares" } ]
ActiveX parameters