Forum: [VBP] Third Party Tools
02-20-2015, 03:12 PM
|
Replies: 2
Views: 24,732
JIRA plug-ins
Just curious..
I have been using VisualBuild for years now and I think its really a great product however over the period of last years of so, I have realized if you could add the support for...
|
Forum: [VBP] General Discussion
12-10-2014, 06:40 PM
|
Replies: 2
Views: 18,193
|
Forum: [VBP] General Discussion
12-10-2014, 06:15 PM
|
Replies: 2
Views: 18,193
ADO database query results
I have been to connect to MYSQL database successfully however when I query the results of a table into a macro all I am getting is <Object> as value , I need to see the results of a query that is...
|
Forum: [VBP] General Discussion
05-19-2014, 03:15 PM
|
Replies: 1
Views: 15,732
'Not equal to' script language comparison
Hi,
I have build condition that I would like to execute ONLY when two conditions are met, currently I am using
[%WINDOWS_NT_SERVICE_STATUS% <> 4 AND "%SERVICE_COMMAND%" = "STOP"]
above...
|
Forum: [VBP] General Discussion
05-19-2014, 01:38 PM
|
Replies: 4
Views: 16,430
|
Forum: [VBP] General Discussion
05-16-2014, 12:24 PM
|
Replies: 4
Views: 16,430
|
Forum: [VBP] General Discussion
05-15-2014, 06:59 PM
|
Replies: 4
Views: 16,430
Removing slash from a string
I have need to remove couple of slashes from a string (in a macro), then reassign the value to the same macro. Is there an easy way to do it in VBP 8?
Original String
1. STRING1 - "\\Machine1"...
|
Forum: [VBP] General Discussion
05-01-2014, 07:30 PM
|
Replies: 23
Views: 37,110
|
Forum: [VBP] General Discussion
05-01-2014, 06:23 PM
|
Replies: 23
Views: 37,110
|
Forum: [VBP] General Discussion
05-01-2014, 01:30 PM
|
Replies: 23
Views: 37,110
|
Forum: [VBP] General Discussion
05-01-2014, 01:22 PM
|
Replies: 23
Views: 37,110
|
Forum: [VBP] General Discussion
04-30-2014, 04:58 PM
|
Replies: 23
Views: 37,110
|
Forum: [VBP] General Discussion
03-19-2014, 05:04 PM
|
Replies: 8
Views: 18,033
Thank you so much for your response..and I also...
Thank you so much for your response..and I also want to point out that you guys are doing a great job by keeping customer support up, every tools has its pros and cons but a great customer support...
|
Forum: [VBP] General Discussion
03-18-2014, 12:27 PM
|
Replies: 8
Views: 18,033
|
Forum: [VBP] General Discussion
03-17-2014, 06:55 PM
|
Replies: 8
Views: 18,033
|
Forum: [VBP] General Discussion
03-17-2014, 06:02 PM
|
Replies: 8
Views: 18,033
One more quick qs:
Is it possible to start...
One more quick qs:
Is it possible to start Counter in a loop (Using VBP Loop feature) from a specific value
.e.g
For(i=10;i<= 15;i++)..currently if I used "Count" option from dropdown, VBP...
|
Forum: [VBP] General Discussion
03-17-2014, 05:14 PM
|
Replies: 4
Views: 16,124
|
Forum: [VBP] General Discussion
03-17-2014, 04:52 PM
|
Replies: 4
Views: 16,124
|
Forum: [VBP] Third Party Tools
03-13-2014, 07:10 PM
|
Replies: 5
Views: 18,728
|
Forum: [VBP] Third Party Tools
03-13-2014, 06:11 PM
|
Replies: 5
Views: 18,728
|
Forum: [VBP] Third Party Tools
03-13-2014, 03:40 PM
|
Replies: 5
Views: 18,728
Macro in Password field of Run Oracle action
Hi,
Is it possible to use a %MACROVALUE% in the Password field of "Step Properties - Run Oracle Script"?
I am trying to run a oracle script that pull out a max value from one of the fields in...
|
Forum: [VBP] Suggestions
02-06-2014, 04:42 PM
|
Replies: 2
Views: 33,698
Copy/paste step properties and values
I have tried many different ways to copy and paste PROPERTIES and VALUES from Step Properties dialog box but no avail.
Is there a way to do this? If not, then perhaps it would be a good idea to...
|
Forum: [VBP] General Discussion
01-27-2014, 06:05 PM
|
Replies: 8
Views: 18,033
|
Forum: [VBP] General Discussion
01-27-2014, 06:05 PM
|
Replies: 2
Views: 14,281
|
Forum: [VBP] General Discussion
01-27-2014, 05:06 PM
|
Replies: 8
Views: 18,033
Increment a numeric value in a macro
I have a need to increment numeric value of a Macro .e.g Macro1 after certain steps are performed, how do you achieve this in VBP 8?
Here is pseudo code.
1. Perform action1.
2. Macro1 + 1
3....
|