View Single Post
  #1  
Old 06-08-2006, 02:44 PM
indika indika is online now
Registered User
 
Join Date: 05-29-2006
Posts: 9
how do I programatically add code to script tab

How Do I add code to be displayed in the script tab and not in the script editor using the object model of VBP.

Currently I'm using IStep object to create a "run Script" type step and use the 'script' property to set the code, But when I look at the .bld file in vbp i see that the code that I added is in the script editors 'step' tab. How do I make that code show up in the 'script' tab of the 'step properties' dialog.

What is the difference in the code in script editors step tab and the script tab of the step properites dialog?

Last edited by indika; 06-08-2006 at 02:46 PM.
Reply With Quote