Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 21 of 21
Search took 0.01 seconds.
Search: Posts Made By: garyb@se.rr.com
Forum: [VBP] General Discussion 11-21-2023, 06:30 AM
Replies: 2
Views: 1,291
Posted By garyb@se.rr.com
Smile That's awesome, thank you! :)

That's awesome, thank you! :)
Forum: [VBP] General Discussion 11-20-2023, 10:06 AM
Replies: 2
Views: 1,291
Posted By garyb@se.rr.com
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, 05:10 PM
Replies: 3
Views: 10,996
Posted By garyb@se.rr.com
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, 04:44 PM
Replies: 3
Views: 10,996
Posted By garyb@se.rr.com
Question 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: 8,205
Posted By garyb@se.rr.com
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: 10,848
Posted By garyb@se.rr.com
Got it! That worked... Thank you. :D

Got it! That worked... Thank you. :D
Forum: [VBP] General Discussion 09-28-2012, 07:49 AM
Replies: 4
Views: 10,848
Posted By garyb@se.rr.com
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: 10,848
Posted By garyb@se.rr.com
Question 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: 7,047
Posted By garyb@se.rr.com
Thanks.... Trying it out now.

Thanks.... Trying it out now.
Forum: [VBP] General Discussion 05-27-2008, 05:11 PM
Replies: 2
Views: 7,047
Posted By garyb@se.rr.com
Question 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, 04:36 PM
Replies: 2
Views: 12,040
Posted By garyb@se.rr.com
I looked at those forum posts, however it is a...

I looked at those forum posts, however it is a temp directory that it is creating. After the error occurs, the directory is empty!
Forum: [VBP] Third Party Tools 03-05-2008, 04:13 PM
Replies: 2
Views: 12,040
Posted By garyb@se.rr.com
Question 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, 01:09 PM
Replies: 3
Views: 9,664
Posted By garyb@se.rr.com
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, 11:48 AM
Replies: 3
Views: 9,664
Posted By garyb@se.rr.com
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: 6,780
Posted By garyb@se.rr.com
Exclamation 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: 8,040
Posted By garyb@se.rr.com
Post 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, 01:06 PM
Replies: 8
Views: 11,416
Posted By garyb@se.rr.com
Talking 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, 11:35 AM
Replies: 8
Views: 11,416
Posted By garyb@se.rr.com
Unhappy Ok, I followed your instructions, but it is still...

Ok, I followed your instructions, but it is still creates the InstallShield release with "Build 2.6.[vbld_FormatBldDate]"

It seems that the VBScript is not converting the value or something.
Forum: [VBP] General Discussion 02-20-2004, 10:50 AM
Replies: 8
Views: 11,416
Posted By garyb@se.rr.com
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, 10:06 AM
Replies: 8
Views: 11,416
Posted By garyb@se.rr.com
Unhappy 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, 11:32 AM
Replies: 8
Views: 11,416
Posted By garyb@se.rr.com
Question 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...
Showing results 1 to 21 of 21

 

All times are GMT -5. The time now is 05:38 PM.


Copyright © 1999-2023 Kinook Software, Inc.