This is my first attempt at using ActiveX and adding a OLE object to my form.
I am attempting to generate something similiar to the FILER.FLL that will be distributable in a stand alone exe.
I'd like to do this behind the scenes and load a cursor.
I can take it from there, but I do head help in working with the MScomctl.ocx and the OLE object construction.
Per the VFP60 HelpFile....
"ActiveX controls are added to a form in an application by using the Visual FoxPro OLE container control."
Fair enough...however I have *nothing* in my Forms Toolbar for a "OLE container control"
I have 3 items that maybe the key....
1.)ActiveX Control(OLE Control)
2.)ActiveX Bound Control(OLE Bound Control)
3.)Container
I thought I had to put (3) Container on the form then drop
(1)ActiveX Control on top of the container...
That did not seem to work...
And produced this err msg when clicked on....
"PKGB050.OCX err msg This file does not have a programs associated with it for performing this action. Create an association in My Computer by clicking View and then clicking Folder Options."
Could I impose on someone to walk me thru this basic lesson.
TIA - Wayne
I am attempting to generate something similiar to the FILER.FLL that will be distributable in a stand alone exe.
I'd like to do this behind the scenes and load a cursor.
I can take it from there, but I do head help in working with the MScomctl.ocx and the OLE object construction.
Per the VFP60 HelpFile....
"ActiveX controls are added to a form in an application by using the Visual FoxPro OLE container control."
Fair enough...however I have *nothing* in my Forms Toolbar for a "OLE container control"
I have 3 items that maybe the key....
1.)ActiveX Control(OLE Control)
2.)ActiveX Bound Control(OLE Bound Control)
3.)Container
I thought I had to put (3) Container on the form then drop
(1)ActiveX Control on top of the container...
That did not seem to work...
And produced this err msg when clicked on....
"PKGB050.OCX err msg This file does not have a programs associated with it for performing this action. Create an association in My Computer by clicking View and then clicking Folder Options."
Could I impose on someone to walk me thru this basic lesson.
TIA - Wayne