messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2006-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm using voiceangel activex for tapi support\n\nRegards",
"time": "07:36",
"topic": "ActiveX parameters",
"username": "Roberto Parisi"
}
] | ActiveX parameters |
[
{
"date": "2009-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi everyone;\n\nI'm trying to use an ActiveX that works with a signing pad hardware. It contains a method to display a standard dialog to pickup a signature. When executed it looks like this:\n\n[img:1omadbnk]http://ssfl.... | ActiveX problem |
[
{
"date": "2009-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nPlease use oActiveX:bOnEvent to check what events you receive.\n\nPlease review FWH\\samples\\webexp.prg for an oActiveX:bOnEvent example of use.",
"time": "08:09",
"topic": "ActiveX problem",
"u... | ActiveX problem |
[
{
"date": "2009-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Reinaldo,\nthere is a very good solution in FWPPC forum in pure FIVEWIN. This should work with FWH too.\nRegards,\nOtto\n\nfunction Signature()\n\n local oMain, oSig, nHdc, ;\n nOldX := -1, ;\n nOldY := ... | ActiveX problem |
[
{
"date": "2009-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto;\n\nThank you for your reply. I agree, that is an excellent example. However, not appropriate for a point of sale where you want to pick up a customer signature or a legal biding contract where you want the parties to sign ... | ActiveX problem |
[
{
"date": "2009-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Reinaldo,\n\nyou are right. I didn't thought on hardware.\nThank you for the link.\nRegards,\nOtto",
"time": "20:51",
"topic": "ActiveX problem",
"username": "Otto"
}
] | ActiveX problem |
[
{
"date": "2009-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio;\n\nDid as per your suggestion. Here is my new code:\n[code:1xrjixr5]\n//------------------------------------------------------------------------//\n\nMETHOD New( oOwner, oProcess ) CLASS TePad\nlocal lOk\t:= .t&#... | ActiveX problem |
[
{
"date": "2009-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio;\n\nI realized that I wasn't doing anything with bOnEvent, so I changed the line to this:\n[code:d96hxixx]\t::oActiveX:bOnEvent := { |e, a| logfile( \"trace.log\", {EventInfo( e, a ) } ) }\n[/code:d96h... | ActiveX problem |
[
{
"date": "2009-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nAre you sure that you have to use it as an ActiveX ?\n\nMaybe you should create it using CreateObject() and manage it as an OLE object, not as an ActiveX.",
"time": "01:07",
"topic": "ActiveX problem",
"us... | ActiveX problem |
[
{
"date": "2009-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tried it. Same result. I only wish I could stop execution to see what's happening after the [ok] button on that dialog is doing. Here is my new code:\n[code:1le9z36q]\n//---------------------------------------------------------... | ActiveX problem |
[
{
"date": "2009-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nIs ::oActiveX:StartSign( 0, 1 ) the method to invoke the signature dialogbox ?\n\nWhat 0 and 1 mean ? \nDo you have any example of use in VB, C, etc. or docs for it ?",
"time": "22:10",
"topic": "ActiveX ... | ActiveX problem |
[
{
"date": "2009-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio;\n\nGood idea. Here is a link to the documentation and the actual ocx and dll needed for testing:\n\n[url:1i1tdceu]http://ssfl.dynalias.com/temp[/url:1i1tdceu]\n\nDownload the .pdf and the .ocx and the .dll fo... | ActiveX problem |
[
{
"date": "2009-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nWhat we need is that you locate some VB or C example code for it and post it here to review it, thanks",
"time": "01:14",
"topic": "ActiveX problem",
"username": "Antonio Linares"
}
] | ActiveX problem |
[
{
"date": "2009-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok. Here is the whole vb project and also the .exe build of the sample code:\n[url:569exesl]http://ssfl.dynalias.com/temp/epad_vb_sample[/url:569exesl]\n\nReinaldo.",
"time": "01:20",
"topic": "ActiveX problem... | ActiveX problem |
[
{
"date": "2009-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nIs your PRG code similar to this one ?\n[code:3dvk9a6o]\nPrivate Sub CmdStartSign_Click()\n SignData = vbNullString\n 'set the sign dialog caption\n IntegriSign1.SignDlgCaption = \"IntegriSign Signature C... | ActiveX problem |
[
{
"date": "2009-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Well... I'm skipping some of the optional statements. According to the documentation you don't have to set hash data if you don't need signature validation. I'm not setting the .cross property either, since I'm not doing the has... | ActiveX problem |
[
{
"date": "2010-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi \n I am also having the same problem while using VBScript with integrisign. Did you find out the solution for this...if so could you please share it\nThanks & Regard\nSukesh",
"time": "06:27",
"topic": "ActiveX problem"... | ActiveX problem |
[
{
"date": "2010-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sukes;\n\nNope. No luck. I lost that potential customer. But, I would still love to find a signing pad that can be used and controlled from FW. Please get back if you are able to make any progress.\n\nthank you,\n\n\n\nReinald... | ActiveX problem |
[
{
"date": "2010-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try this way:\n\n[code=fw:2rgmeips]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><span style=\"colo... | ActiveX problem |
[
{
"date": "2011-04-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "All:\n\nI'm testing an activex and having some problems. I an activate it with\n\n oSmtp = TActiveX():New(oWnd, \"SocketTools.InternetMail.7\" ) \n\nbut I cannot access any of the properties or methods. I get an error message ... | ActiveX problem |
[
{
"date": "2016-05-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have FiveWin 15.01 and xHarbour 1.2.3 Intl. (SimpLex) (Build 20151110) and I cant run any example with ActiveX.\nProgram hand at this point:\n\nActivex.prg (line 77): ::hActiveX = CreateActiveX( ::hWnd, cProgID, Self )\n\... | ActiveX problem |
[
{
"date": "2016-05-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please try to build this in fwh\\samples folder:\n\nbuildx.bat webexp\n\nHere it is working fine using FWH 16.03\n\nWhat Windows version are you using ?",
"time": "11:33",
"topic": "ActiveX problem",
"username": "Anton... | ActiveX problem |
[
{
"date": "2016-05-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It's same ... program just stop. Hothing happens.\n\nI have Win10.",
"time": "17:00",
"topic": "ActiveX problem",
"username": "dpesic"
}
] | ActiveX problem |
[
{
"date": "2016-05-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Could you consider using Harbour ?",
"time": "18:10",
"topic": "ActiveX problem",
"username": "Antonio Linares"
}
] | ActiveX problem |
[
{
"date": "2016-05-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm using SQLRDD xHarbour in my app for PostgreSQL access.\n\nAs far I can see this is faster then ADORDD. Em I wrong maybe ?",
"time": "18:59",
"topic": "ActiveX problem",
"username": "dpesic"
}
] | ActiveX problem |
[
{
"date": "2016-05-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Nobody has compared their speeds yet, as far as I know.\n\nIf you already have your app coded with SQLRDD then there is no sense in using ADORDD.\n\nYesterday I tested samples\\webexp.prg (ActiveX) with xHarbour and FWH 16.03 and ... | ActiveX problem |
[
{
"date": "2007-04-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nLook it below:\n\n[code:ey2wwkbz]\nDEFINE WINDOW oWnd TITLE \"Test ActiveX\"\n\n oActX := TActiveX():New( oWnd, \"Codejock.ReportControl.10.4.2\" )\n oWnd:oClient = o... | ActiveX problem? |
[
{
"date": "2007-04-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nAdd a method below:\n\n[code:23u5p5g7]\nDEFINE WINDOW oWnd TITLE \"Test ActiveX\" \n\n oActX := TActiveX():New( oWnd, \"Codejock.ReportControl.10.4.2\" ) \n oWnd:oCli... | ActiveX problem? |
[
{
"date": "2007-04-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code:tpeqo1o6]\nDEFINE DIALOG oDlg RESOURCE \"Test_ACTIVEX\"\n\nREDEFINE ACTIVEX oActX ID 100 OF oDlg PROGID \"Codejock.CalendarControl.10.4.2\"\n\nACTIVATE DIALOG oDlg ;\n ON INIT ( oActX:nTop := 0,... | ActiveX problem? |
[
{
"date": "2007-04-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard or Antonio,\n\nI don't know much about ADO, but unlike Word or Excel, the calendar control is not (I presume) already installed on the users computer. So how does this work; is the control linked into the app as a library?... | ActiveX problem? |
[
{
"date": "2007-07-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello All,\n\nI was wondering if it is possible to make FWH program listen and respond to another programs activex calls to it?\n\nThanks",
"time": "13:02",
"topic": "ActiveX program",
"username": "Dave Zowasky"
}
] | ActiveX program |
[
{
"date": "2007-07-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dave,\n\nWithout having further details about what you need to do, you may review Windows msg WM_COPYDATA. There is a working sample at samples\\copydata_16_32\n\nthe WM_COPYDATA message is sent when an application passes data to ... | ActiveX program |
[
{
"date": "2007-07-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Also, you can use sockets.\n\nPlease review samples\\sockserv.prg and sockcli.prg",
"time": "15:53",
"topic": "ActiveX program",
"username": "Antonio Linares"
}
] | ActiveX program |
[
{
"date": "2007-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI will give a good look at the program you mentioned.\n\nIt may be what I am looking for.\n\nThanks",
"time": "11:52",
"topic": "ActiveX program",
"username": "Dave Zowasky"
}
] | ActiveX program |
[
{
"date": "2007-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK \n\nI think I can pose my question better.\n\n\nI looked at the fwcopy16 program and it may be a part of the answer to my question.\n\nIf I have an application (A) that is residing on the C drive as an exe and I wanted to make ... | ActiveX program |
[
{
"date": "2007-07-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dave,\n\nWhat you describe seems possible to be implemented. \n\nIf you provide us some more exact details then we may be able to provide you more help",
"time": "13:59",
"topic": "ActiveX program",
"username": "Antoni... | ActiveX program |
[
{
"date": "2007-07-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "PMJI, I remember I saw in xHarbour.com website that the commercial version of xHarbour support ActiveX server, I mean, that you can turn your xHabour application into an ActiveX server, not only an ActiveX client.\n\nTake a look i... | ActiveX program |
[
{
"date": "2007-08-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rene,\n\nI will take a look, that sounds like what I am talking about.\n\nThanks",
"time": "19:20",
"topic": "ActiveX program",
"username": "Dave Zowasky"
}
] | ActiveX program |
[
{
"date": "2006-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "...\n oObj := TActiveX():New(oWnd, \"MyControl\")\n oPanels := oObj:GetProp(\"Panels\")\n oPanels:Do(\"Add\", \"Item 1\")\n oPanels:Do(\"Add\", \"Item 2\")\n ...\n\nCan I access to activex properties like this?\n\nRegards",
... | ActiveX properties |
[
{
"date": "2006-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Roberto,\n\noPanels is not an ActiveX, so you have to do it this way:\n[code:titlllgr]\noObj := TActiveX():New(oWnd, \"MyControl\") \noPanels := oObj:GetProp( \"Panels\" ) \nOleInvoke( o... | ActiveX properties |
[
{
"date": "2006-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thx Antonio, now it works.\n\nWhat about a more simple access to propertyies and methods like xHarbour Activex?\n\noObj := TActiveX():New(oWnd, \"MyControl\") \noObj:Panels:Add(\"Item1\")\noObj:Panels:Add(\"Item2\")\n...\n\nRegard... | ActiveX properties |
[
{
"date": "2006-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Roberto,\n\nYes, we may implement it.",
"time": "20:39",
"topic": "ActiveX properties",
"username": "Antonio Linares"
}
] | ActiveX properties |
[
{
"date": "2006-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nIf I define window for ActiveX, work fine.\n\n[code:54oopnxy]\nDEFINE WINDOW oWnd TITLE \"FiveWin ActiveX Support\" \n\n oActiveX = TActiveX():New( oWnd, \"oa.oactrl.1\" )\n\n oWnd... | ActiveX question? |
[
{
"date": "2006-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nHave you defined the activex control in your RC as \"TActiveX\" ?",
"time": "10:32",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nYes, I had define it as you said.\n\nRichard",
"time": "15:13",
"topic": "ActiveX question?",
"username": "Taiwan"
}
] | ActiveX question? |
[
{
"date": "2006-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nThis is my Resource RC below:\n\n[code:2y0sotd2]\nD_DR_WIN_TESTACTIVEX DIALOG 4, 36, 458, 263\nSTYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU\nCAPTION \"ActiveX\"\nFONT 12, \"細਴... | ActiveX question? |
[
{
"date": "2006-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nI found new question below:\n\n[code:390p1duf]\nDEFINE DIALOG oDlg RESOURCE \"D_DR_WIN_TestActiveX\"\n\n REDEFINE ACTIVEX oActiveX ID 10000 OF oDlg ;\n PROGID \"oa.oactrl.1\... | ActiveX question? |
[
{
"date": "2006-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nYou can not send msgs to the activex before the dialogbox has been initialized, as the activex has not been initialized yet too.",
"time": "16:51",
"topic": "ActiveX question?",
"username": "Antonio Linares... | ActiveX question? |
[
{
"date": "2006-09-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nI see. \nBut why not appear in my Resource ActiveX? if I have not add New line.\n\nRichard",
"time": "02:15",
"topic": "ActiveX question?",
"username": "Taiwan"
}
] | ActiveX question? |
[
{
"date": "2006-09-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\n> But why not appear in my Resource ActiveX? if I have not add New line.\n\nI don't understand what you mean, sorry.",
"time": "10:29",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nLet's return first message. Please review my codes.\nMy code use 1.DEFINE WINDOW 2.REDEFINE DIALOG\n\nProblem is REDEFINE DIALOG .... REDEFINE ACTIVEX\nWhy not disappear ActiveX function?\n\nRegards,\n\nRichard",... | ActiveX question? |
[
{
"date": "2006-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nDo you mean that oActiveX:Do( \"Open\", \"c:\\計算.xls\" ) \n does not work ?",
"time": "07:16",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nOnly DEFINE WINDOW can use with ActiveX\n\nthis is same with DEFINE TIMER\n\nTIMER CAN'T work with DIALOG\n\nBest Regard\nareang",
"time": "09:49",
"topic": "ActiveX question?",
"username": "areang"
}
] | ActiveX question? |
[
{
"date": "2006-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is not true:\n\n[code:jcapplew]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oDlg, oTmr\n\n DEFINE DIALOG oDlg\n\n DEFINE TIMER oTmr OF oDlg;\n INTERVAL 1000;\n ACTION TONE... | ActiveX question? |
[
{
"date": "2006-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\n[quote=\"Antonio Linares\":3gqv8ed6]Richard,\n\nDo you mean that oActiveX:Do( \"Open\", \"c:\\計算.xls\" ) \n does not work ?[/quote:3gqv8ed6]\n\nYes, it's not work(Disappear).\n\nRichard",
"... | ActiveX question? |
[
{
"date": "2006-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nWhat do you mean with \"disappear\" ? Does the ActiveX gets hidden ?",
"time": "06:41",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1tb6kntx]Richard,\n\nWhat do you mean with \"disappear\" ? Does the ActiveX gets hidden ?[/quote:1tb6kntx]\n\nHello Antonio,\n\nLook it.\nDEFINE WINDOW OK.\n[url=http://imageshack.us:1tb6kntx][im... | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nThat was fixed on a past FWH build.\n\nPlease email me your sample code and we will build it here.",
"time": "08:25",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nOk. I'll send to you.\n\nRichard",
"time": "08:58",
"topic": "ActiveX question?",
"username": "Taiwan"
}
] | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nTested and working ok using \"OWC11.Spreadsheet\"",
"time": "09:19",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":pginkt4r]Richard,\n\nTested and working ok using \"OWC11.Spreadsheet\"[/quote:pginkt4r]\n\nAntonio,\n\nYes, it's working within Dialog.\n\nBut I use some 3rd party ActiveX to help my customer.\n\nAny ide... | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What OCX is it ?",
"time": "11:03",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nThank to reply about timer on dialog\nI missing to add oTmr:hWndOwner := oDlg:hWnd\n\nNow work fine.\n\nHow about OCX with DIALOG ?\n\n\nBest Regard\nAreang",
"time": "13:28",
"topic": "ActiveX question?",
"... | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"areang\":13ne1bno]Enrico,\n\nThank to reply about timer on dialog\nI missing to add oTmr:hWndOwner := oDlg:hWnd\n\nNow work fine.\n\nHow about OCX with DIALOG ?\n\n\nBest Regard\nAreang[/quote:13ne1bno]\n\nI don't know, s... | ActiveX question? |
[
{
"date": "2006-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Areang,\n\n> How about OCX with DIALOG ? \n\nWe have tested it and it works fine.",
"time": "16:53",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":e9pzjhhk]What OCX is it ?[/quote:e9pzjhhk]\n\nAntonio,\n\nPlease visit this web.\n[url:e9pzjhhk]http://www.officeocx.com/OfficeActiveX.htm[/url:e9pzjhhk]\n\nRichard",
"time": "09:24",... | ActiveX question? |
[
{
"date": "2006-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nCould you try Play GIF ActiveX within Resource Dialog?\nCould you fix this problem?\n\nRegards,\n\nRichard",
"time": "02:48",
"topic": "ActiveX question?",
"username": "Taiwan"
}
] | ActiveX question? |
[
{
"date": "2006-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nThe animated GIF is properly working on a dialog, though the OCX control does not paint very well (it paints a strange border around).",
"time": "05:24",
"topic": "ActiveX question?",
"username": "Antonio L... | ActiveX question? |
[
{
"date": "2006-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":3lbpswzq]Richard,\n\nThe animated GIF is properly working on a dialog, though the OCX control does not paint very well (it paints a strange border around).[/quote:3lbpswzq]\n\nAntonio,\n\nSo how to do it... | ActiveX question? |
[
{
"date": "2006-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nYou may ask the OCX manufacturer. We have noticed the same strange behavior with Visual Basic. This is the working code:\n[code:jnue6qo6]\n#include \"FiveWin.ch\"\n\nFunction TestActiveX_Dlg() \n\n LOCA... | ActiveX question? |
[
{
"date": "2006-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here you have the EXE:\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/02ea275455/TestActX.zip.html\">http://hyperupload.com/download/02ea275 ... X.zip.html</a><!-- m -->",
"time": "06:08",
"topic":... | ActiveX question? |
[
{
"date": "2006-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2r1bk94x]Here you have the EXE:\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/02ea275455/TestActX.zip.html\">http://hyperupload.com/download/02ea275 ... X.zip.html</a><!-- m -->... | ActiveX question? |
[
{
"date": "2006-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nThe EXE we have provided you is a DIALOG and it works fine.",
"time": "06:49",
"topic": "ActiveX question?",
"username": "Antonio Linares"
}
] | ActiveX question? |
[
{
"date": "2006-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":tisr9k3j]Richard,\n\nThe EXE we have provided you is a DIALOG and it works fine.[/quote:tisr9k3j]\n\nAntonio,\n\nI look your sample code not Dialog.\nIt's Window. I want Resource Dialog and REDEFINE Acti... | ActiveX question? |
[
{
"date": "2011-11-07",
"forum": "All products support",
"text": "Fala Pessoal!\n\nEstou tendo um problema usando o activex shell.explorer.\nUso ele para abrir uma pagina web em uma window ou dialog.\nAcontece que, de forma intermitente, ocorre erro gpf ao abrir a pagina. \nAlguem tem idéia do que pode ... | ActiveX shell.explorer |
[
{
"date": "2011-12-04",
"forum": "All products support",
"text": "eu uso com janela.\nex:\n[code=fw:3btft0z1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">Function</span> AbreWebWin<span style=\"color: #000000;\">(</span><span style=\"color: #0... | ActiveX shell.explorer |
[
{
"date": "2011-12-04",
"forum": "All products support",
"text": "Aqui samples\\webexp.prg funciona bien y nunca ha dado ese problema.\n\nPuedes probar el ejemplo estandard webexp.prg que nosotros incluimos en FWH ? gracias",
"time": "13:07",
"topic": "ActiveX shell.explorer",
"username": "A... | ActiveX shell.explorer |
[
{
"date": "2007-04-11",
"forum": "FiveWin for Pocket PC",
"text": "ActiveX support is already working <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nNow we are building some tests and we will publish a new build asap",
"time": "07:15",
"top... | ActiveX support! |
[
{
"date": "2007-04-17",
"forum": "FiveWin for Pocket PC",
"text": "Greetings Antonio,\n\nThis is great news!! I look forward to seeing some examples of to implement ActiveX.",
"time": "20:11",
"topic": "ActiveX support!",
"username": "Bill Simmeth"
}
] | ActiveX support! |
[
{
"date": "2007-04-18",
"forum": "FiveWin for Pocket PC",
"text": "Bill,\n\nWe use the same syntax as in FWH. Quite simple <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --> :\n[code:3dzwdcj0]\n#include \"FWCE.ch\"\n\nfunction Main()\n\n loc... | ActiveX support! |
[
{
"date": "2011-10-06",
"forum": "FiveWin for Pocket PC",
"text": "Dear Antonio,\n\nI am getting an illegal operation trying to perform the following ActiveX call on Win CE 4. What am I doing wrong?\n\n//--------------------------------------------------------------------\nDEFINE WINDOW oWnd2 TITLE Ptit... | ActiveX support! |
[
{
"date": "2007-09-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am having a problem with the following code. When the window is activated it displays for a brief second then goes to the task bar (minimized); I then need to click the task bar item for the window to reappear. What can I do so ... | ActiveX window runs minimized |
[
{
"date": "2007-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Darrell,\n\nI don't know if either of these will work, but you can try:\n\n SetForeGroundWindow( hWnd ) \n\nOr,\n\n SetActiveWindow( hWnd )\n\nYou might also try a sysRefresh() afterward.\n\nJames",
"time": "19:12",
"top... | ActiveX window runs minimized |
[
{
"date": "2007-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi James,\n\nThank you, I will try to use these two with ON INIT",
"time": "19:37",
"topic": "ActiveX window runs minimized",
"username": "cdmmaui"
}
] | ActiveX window runs minimized |
[
{
"date": "2007-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Darrell,\n\nYou may also try:\n\nACTIVATE WINDOW oWnd2 NORMAL ;\nON INIT SetFocus( oWnd2:hWnd )",
"time": "21:27",
"topic": "ActiveX window runs minimized",
"username": "Antonio Linares"
}
] | ActiveX window runs minimized |
[
{
"date": "2007-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you James and Antonio; I tried all three with and without sysrefresh() and it did not work. Any chance it has something to do wiht IE7?",
"time": "21:37",
"topic": "ActiveX window runs minimized",
"username": "cd... | ActiveX window runs minimized |
[
{
"date": "2007-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Darrell,\n\nCould you provide a small and self contained sample to test it here ? thanks",
"time": "21:40",
"topic": "ActiveX window runs minimized",
"username": "Antonio Linares"
}
] | ActiveX window runs minimized |
[
{
"date": "2007-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Darrell,\n\nThis works for fine here (and it is visible):\n\n[code:31lhq8qs]// Test ActiveX\n\n#include \"fivewin.ch\"\n\nfunction main()\n local oWnd,oActiveX\n\n DEFINE WINDOW oWnd\n\n oActiveX = TActiveX(&... | ActiveX window runs minimized |
[
{
"date": "2006-04-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\n\nI need help interfacing to a signature capture device. The device has an lcd where you can display text using an activex component and another activex to capture a signature. My objective is to display contract informatio... | ActiveX with eN-Touch 1000 |
[
{
"date": "2006-04-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You can send me the info if you want and i will check it\nthis weekend.\n\ni've work with many OCX, so maybe i can help you.\n\nRegards.\n\n\n<!-- e --><a href=\"mailto:jcso@esm.com.mx\">jcso@esm.com.mx</a><!-- e -->",
"time":... | ActiveX with eN-Touch 1000 |
[
{
"date": "2006-04-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Verce!\n\nThank you very much. \n\nI've just emailed you the zipped file with documentation and ocxs. The zipped file is 10mb. If it doesn't reach you, please let me know. ok?\n\nYou can write to me at:\nreinaldocrespo arroba ... | ActiveX with eN-Touch 1000 |
[
{
"date": "2006-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You may download samples\\webexp.prg with events support from here:\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 with events - demo! |
[
{
"date": "2006-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Another sample from samples\\media.prg using events:\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 -->",
"... | ActiveX with events - demo! |
[
{
"date": "2006-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is great .Will it be inside May fwh upgrade?",
"time": "16:03",
"topic": "ActiveX with events - demo!",
"username": "ask"
}
] | ActiveX with events - demo! |
[
{
"date": "2006-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ask,\n\nIt will be available on early days of March.",
"time": "16:32",
"topic": "ActiveX with events - demo!",
"username": "Antonio Linares"
}
] | ActiveX with events - demo! |
[
{
"date": "2006-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2egjd316]Ask,\n\nIt will be available on early days of March.[/quote:2egjd316]\n\nAntonio <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nExce... | ActiveX with events - demo! |
[
{
"date": "2006-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado\n\nEstoy compilando el ejemplo fwh\\samples\\word y me mando error de memoria no se puede leer...blabla..\n\npero compilo los otros ejemplos y funcionan bien\n\n[code:1nwewdhe]#include \"FiveWin.ch\"\n\nfunction Main... | ActiveX y Word |
[
{
"date": "2006-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Baje el ejemplo que antonio puso en el post\n\n[url:xqfcyyrt]http://fivetechsoft.com/forums/viewtopic.php?t=4404&postdays=0&postorder=asc&start=0[/url:xqfcyyrt]\n\n[url:xqfcyyrt]http://hyperupload.com/download... | ActiveX y Word |
[
{
"date": "2006-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hello\n\nWhat's version of FWH and xHarbour?\n\nRichard",
"time": "04:20",
"topic": "ActiveX y Word",
"username": "Taiwan"
}
] | ActiveX y Word |
[
{
"date": "2006-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amiguinho\n\nTentas antes:\n\n[code:11cq790m]\nif IsActivex( \"Word.Application.8\" )\n cString := \"Word.Application.8\"\nendif\nif IsActivex( \"Word.Application.9\" )\n cString &#... | ActiveX y Word |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.