Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Open dialog box avialable in ActiveX/DTS

Status
Not open for further replies.

stiej

Technical User
Jan 20, 2003
142
0
0
GB
Hi,

How would I get a standard Windows File-Open dialog box to pop up on the screen using an ActiveX task within a DTS package?

I require my users to select a file, then the path gets put into a global variable.

I know I can use an inputbox, but that doesn't give me the interactivity I'd prefer.

Thanks.
 
I i'm not sure there is a way with the vb script in the activex controls. I would suggest using VS.NET (or your preferred development environment) and build a windows app if you need a browser dialogue control.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top