| View previous topic :: View next topic |
| Author |
Message |
Mike Simaska Guest
|
Posted: Sun Nov 16, 2003 8:55 pm Post subject: help importing Quickbooks Foundation classes |
|
|
I can't seem to import this type library. Apparently the controls are all
embedded in a DLL. but I can't get them to show up in the Import ActiveX
dialog. Any ideas? I can supply the DLLs if that would help.
using D7Pro on WinXPpro
----
mike
|
|
| Back to top |
|
 |
Deborah Pate (TeamB) Guest
|
Posted: Sun Nov 16, 2003 11:37 pm Post subject: Re: help importing Quickbooks Foundation classes |
|
|
<
Apparently the controls are all embedded in a DLL. but I
can't get them to show up in the Import ActiveX dialog.
Try seting the Tools | Environment Options | Type library |
Ignore CanCreate flags when importing option to true before
importing the control.
--
Deborah Pate (TeamB) http://delphi-jedi.org
TeamB don't see posts sent via Google or ISPs
Use the real Borland server: newsgroups.borland.com
http://www.borland.com/newsgroups/genl_faqs.html
|
|
| Back to top |
|
 |
Mike Simaska Guest
|
Posted: Mon Nov 17, 2003 12:32 am Post subject: Re: help importing Quickbooks Foundation classes |
|
|
Thanks for the suggestion (at least someone has one<g>!) but no success. I
tried checking ALL the boxes and still no results.
Current the Type Library page is as follows
Safe Call | Only Dual
Language | IDL
Ignore X
Predefined,Restricted, Hidden, Can Create X'd
Display Updates [unchecked]
The Import ActiveX wizard seems only to find OCX controls, not controls
embedded in a DLL.
----
mike
Deborah Pate (TeamB) wrote:
| Quote: | Mike Simaska:
Apparently the controls are all embedded in a DLL. but I
can't get them to show up in the Import ActiveX dialog.
Try seting the Tools | Environment Options | Type library |
Ignore CanCreate flags when importing option to true before
importing the control.
|
|
|
| Back to top |
|
 |
Deborah Pate (TeamB) Guest
|
Posted: Mon Nov 17, 2003 12:31 pm Post subject: Re: help importing Quickbooks Foundation classes |
|
|
<
Thanks for the suggestion (at least someone has one
but no success.
So it contains no activex /controls/ at all, it's just a
normal automation library? In that case you shouldn't be
using Import ActiveX control, but Import type library. :)
--
Deborah Pate (TeamB) http://delphi-jedi.org
TeamB don't see posts sent via Google or ISPs
Use the real Borland server: newsgroups.borland.com
http://www.borland.com/newsgroups/genl_faqs.html
|
|
| Back to top |
|
 |
Mike Simaska Guest
|
Posted: Mon Nov 17, 2003 3:35 pm Post subject: Re: help importing Quickbooks Foundation classes |
|
|
Deborah Pate (TeamB) wrote:
| Quote: | So it contains no activex /controls/ at all, it's just a
normal automation library? In that case you shouldn't be
using Import ActiveX control, but Import type library.
|
That worked! I was going down the Import ActiveX control path as per the
directions of some folks over at Intuit. OTOH I have no experience using
Import Type Library (until now) -- never even knew it existed. Thanks a
lot!
|
|
| Back to top |
|
 |
|