Forum: [VBP] General Discussion
11-21-2023, 07:30 AM
|
Replies: 2
Views: 34,521
|
Forum: [VBP] General Discussion
11-20-2023, 11:06 AM
|
Replies: 2
Views: 34,521
FTP passwords
In the properties dialog/FTP tabs, can you please add an eyeball or some method to view the password that is in the field...
example; in my Admin apps, if the user presses the CTRL key or Shift...
|
Forum: [VBP] Third Party Tools
01-03-2014, 06:10 PM
|
Replies: 3
Views: 17,124
Thank you for the assist. Where should I put...
Thank you for the assist. Where should I put these scripts (Appears to be VBA) and how do I pass parameters to them. I created a step in my project ConvertWordToPDF, and pasted this script in but I...
|
Forum: [VBP] Third Party Tools
01-03-2014, 05:44 PM
|
Replies: 3
Views: 17,124
Open Word document and re-save as PDF
I was wondering if anyone had a macro or means to open a MS-Word document via automation and save it as a PDF document from with in VBP.
Unfortunately Microsoft does not include any command line...
|
Forum: [VBP] General Discussion
10-18-2012, 05:19 PM
|
Replies: 1
Views: 12,426
Help using VBP automation for my projects
Guys,
I have a small script that runs in a project step to set a macro value which is used later in the build process. What I would like to do is be able to inspect a project step that is further...
|
Forum: [VBP] General Discussion
09-28-2012, 10:28 AM
|
Replies: 4
Views: 15,440
|
Forum: [VBP] General Discussion
09-28-2012, 07:49 AM
|
Replies: 4
Views: 15,440
Thank you for the info. I looked through the...
Thank you for the info. I looked through the recommended sample project however it does not tell me if the inputbox cancel button was clicked and that is what I am trying to determine.
I already...
|
Forum: [VBP] General Discussion
09-27-2012, 05:30 PM
|
Replies: 4
Views: 15,440
Return value of InputBox
I am curious... if you present an inputbox in a vbscript to the user, how do you determine if the Cancel button of the inputbox was clicked?
I would like to abort the build process if the Cancel...
|
Forum: [VBP] General Discussion
05-27-2008, 05:24 PM
|
Replies: 2
Views: 10,499
|
Forum: [VBP] General Discussion
05-27-2008, 05:11 PM
|
Replies: 2
Views: 10,499
Repeating a project step on Fail
I am having trouble in VBP where when it's running the installshield command line programs or automation, output is being sent to my \TEMP folder in temp sub folders, however installshield is...
|
Forum: [VBP] Third Party Tools
03-05-2008, 05:36 PM
|
Replies: 2
Views: 18,149
|
Forum: [VBP] Third Party Tools
03-05-2008, 05:13 PM
|
Replies: 2
Views: 18,149
Sudden Errors during Installshield build
I have all of the sudden started getting the following error message; (excerpt from VBP log.)
Resolving strings...
Language English (United States) built
Building CAB files...
ISDEV : error...
|
Forum: [VBP] Third Party Tools
12-05-2007, 02:09 PM
|
Replies: 3
Views: 14,711
It does not seem to make any difference. My VBP...
It does not seem to make any difference. My VBP project starts with one A/X DLL with no references, I then have another that references the first one, and another that references the first two and so...
|
Forum: [VBP] Third Party Tools
12-05-2007, 12:48 PM
|
Replies: 3
Views: 14,711
Binary Compatibility
I know that this topic has been tossed about, but reading the posts I got lost :)
I have a few DLL's and an EXE server that are all made to be Binary Compatible using VB6.
When I do a build...
|
Forum: [VBP] General Discussion
10-29-2004, 02:52 PM
|
Replies: 1
Views: 10,005
Timeout running FTP
Help!!!
I am trying to FTP my setup files to our FTP site, and have not been successfull since installing 5.5.
I get the following from the log;
Error transferring file(s) 'D:\activex32...
|
Forum: [VBP] Suggestions
10-04-2004, 11:53 AM
|
Replies: 0
Views: 12,553
Suggestion for Next Version
I use VBPro for complete package generation, including using the program to FTP my programs to our FTP site.
I think it would be extremly useful for the program to offer a progressbar or some...
|
Forum: [VBP] General Discussion
02-20-2004, 02:06 PM
|
Replies: 8
Views: 14,950
Ok,
I guess what I was missing was the...
Ok,
I guess what I was missing was the project set "Init BuildNum", which I did not have before.
I set that Init Build_Num macro as the first step in the project, and it now appears to be...
|
Forum: [VBP] General Discussion
02-20-2004, 12:35 PM
|
Replies: 8
Views: 14,950
|
Forum: [VBP] General Discussion
02-20-2004, 11:50 AM
|
Replies: 8
Views: 14,950
Well, If you can give me an idea what your...
Well, If you can give me an idea what your looking for I can try to.
My version #'s as I mentioned are correct on my exe's and DLL's.
I am using automation to create a new release in...
|
Forum: [VBP] General Discussion
02-20-2004, 11:06 AM
|
Replies: 8
Views: 14,950
Thanks for the Info..
I had found something...
Thanks for the Info..
I had found something similar yesterday that I tried, and it did mark my version numbers correctly, however I use that same variable ("Build_Num") and automation to create a...
|
Forum: [VBP] General Discussion
02-19-2004, 12:32 PM
|
Replies: 8
Views: 14,950
Build Numbers
When I generate a build of my application (which contains several ActiveX Dll's and an ActiveX EXE Server), I want all my build/version information the same through out all the modules.
I am...
|