Forum: [VBP] Third Party Tools
10-18-2011, 12:17 PM
|
Replies: 3
Views: 12,945
|
Forum: [VBP] Third Party Tools
10-17-2011, 06:11 PM
|
Replies: 3
Views: 12,945
Subversion Use of PROP subcommands
Hi. I am able to use the proplist command on an SVN repository's subpath location pretty easily but when it comes to using the other prop style commands (propget, propedit, and propset) I am unable...
|
Forum: [VBP] General Discussion
06-06-2011, 07:48 PM
|
Replies: 4
Views: 11,558
I used the Run Script step from the above...
I used the Run Script step from the above "LogMacros.bld" example.
It worked for a while, but now out of the blue, I get an error on that VBScript code. The error reads:
Error in Run Script...
|
Forum: [VBP] General Discussion
06-02-2011, 06:59 PM
|
Replies: 4
Views: 12,769
So I changed out the Loop Action steps to just...
So I changed out the Loop Action steps to just loop over a Run Script action where I use the vbld_AddDelimValue or vbld_PushDelimValue call to capture all the values I will need to loop over.
...
|
Forum: [VBP] General Discussion
06-02-2011, 01:03 PM
|
Replies: 4
Views: 12,769
Loop Action - Nested Loops
It says in the Help: A Loop action cannot be nested within another Loop action.
I have a Loop Action that iterates over an ADO record set and calls a subroutine within the loop block. In that...
|
Forum: [VBP] General Discussion
05-26-2011, 11:05 PM
|
Replies: 5
Views: 12,461
Over here ...
Over here (http://www.kinook.com/Forum/showthread.php?t=53)I found something that might work.
I used it like this to close an application....
Set objShell = CreateObject("WScript.Shell")
If...
|
Forum: [VBP] General Discussion
05-26-2011, 07:04 PM
|
Replies: 4
Views: 11,558
|
Forum: [VBP] General Discussion
05-26-2011, 06:08 PM
|
Replies: 1
Views: 16,342
Multi-Threading Using VBP
Specifically, one of the multithreading tasks I want to do is call out to SqlServer databases to run scripts against many databases at once.
I always have a bunch of new SQL scripts that must be...
|