Delphi's TApplication -
08-17-2003
, 01:34 PM
I'm using Delphi to programmatically control/configure DTS packages, and
I've noticed that in the unit where I'm using the DTS_TLB package, I can't
seem to call on any of the TApplication stuff. For example, I can't do a
messagebox nor an application.ProcessMessages.
If I create another form, and don't have the DTS_TLB in that unit's uses
clause, then everything is fine.
There is an Application in the DTS_TLB, so that's probably what's hosing
this up for me, but what I'm hoping for is a way around this without having
to create another form just for TApplication stuff.
Any suggestions?
TIA |