Forum: [VBP] General Discussion
02-01-2006, 03:57 PM
|
Replies: 6
Views: 10,736
|
Forum: [VBP] General Discussion
02-01-2006, 03:48 PM
|
Replies: 6
Views: 10,736
|
Forum: [VBP] General Discussion
02-01-2006, 03:27 PM
|
Replies: 6
Views: 10,736
Thank you for the format help, currently I am...
Thank you for the format help, currently I am using 5.7, so do not have access to the robustness of version 6. I have replaced the Err.Raise 1, Step.Name, "0 file(s) copied" with a MsgBox, and that...
|
Forum: [VBP] General Discussion
02-01-2006, 02:47 PM
|
Replies: 6
Views: 10,736
Simple VB Script Question?
I am trying to pass an error when 0 files are copied through the following code, in the Step tab of the script editor.
Function vbld_StepDone()
if...
|
Forum: [VBP] General Discussion
01-31-2006, 01:24 PM
|
Replies: 1
Views: 10,323
Log Several Failed Copy Steps.
I need to make a list of files that were not copied during a Copy Files step, and then email the list to a user. I tried setting a Failure Step routine, but '0 files copied' did not constitute an...
|
Forum: [VBP] General Discussion
01-30-2006, 09:43 AM
|
Replies: 1
Views: 9,879
Saving Scripts to SourceSafe
How do I save a VB Script, created with the script editor, to Visual Source Safe, so that other projects can use that script? I saved the script to the global pane.
|