dbTalk Databases Forums  

Write to Status line of window

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Write to Status line of window in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thomas Scheiderich
 
Posts: n/a

Default Write to Status line of window - 05-11-2004 , 11:50 PM






How do I write to the status line of the window from active X in the
Transformation task?

I am trying to print the row numbers as they are processed to someplace
on the window. The status line on the window that display the progress
of the package as it is progressing.

Thanks,

Tom.


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Write to Status line of window - 05-12-2004 , 08:00 AM






You can't AFAIK. That is an MS Exe which uses the DTS Events to manage the
progress.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Thomas Scheiderich" <tfs (AT) deltanet (DOT) com> wrote

Quote:
How do I write to the status line of the window from active X in the
Transformation task?

I am trying to print the row numbers as they are processed to someplace
on the window. The status line on the window that display the progress
of the package as it is progressing.

Thanks,

Tom.




Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: Write to Status line of window - 05-12-2004 , 02:00 PM



To expand a bit on Allan's reply. The progress count comes from the
OnProgress event. There is no way to raise this event from within a
script, but it is available to you if you where to write your own custom
task, but realistically this is a lot more work.

http://msdn.microsoft.com/library/de...en-us/dtsprog/
dtsppropde_00dv.asp

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.