Link to home
Start Free TrialLog in
Avatar of MichaelKatz
MichaelKatz

asked on

How to use API for BullZip from VFP.

Below is a question and reply from BullZip .ocm . . .

Hi Michael,

Sorry. One setting one call. If you want to set multiple settings in a more elegant way then you can use the API.

Regards,
Jacob
---------------------------------------------------------------------------------------
On 25-12-2010 23:07, Michael wrote:
> Can the Bullzip Config be called and change  multiple at once, or does it have to be called separately for each setting ?
-----------------------------------------------------------------------
My question:
Does any body have the VFP coding for this?

I am using ShellExecute  to set 4 different values, and have to program a 1.5 second delay after each call so the file is closed and ready for the next one. This is annoying to the end users.

Thanks,
Michael
SOLUTION
Avatar of jrbbldr
jrbbldr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MichaelKatz
MichaelKatz

ASKER

I use bullzip to set various, (4), parameters as selected by the end user.
So I need either shellexecute or the API method.

What I would appreciate is sample VFP code to implement the bullzip API, if it's not asking too much.

Thanks,
Michael
I guess that if it were me, I'd allow the user to input those parameter choices in a VFP form and then use them in conjunction with the Bullzip implementation that I am currently using.

But the flexibility of VFP allows for a good number of various (and most often equally functional) approaches.

After doing a Google search for    createObject("Bullzip.PDFPrinterSettings")   I found one 'find' that looks interesting.       http://www.foxite.com/archives/pdf-printing-0000249820.htm

Good Luck
I do allow the user to input those parameter choices in a VFP form and then use them in conjunction with bzconfig.exe.

But, I have to run it one time for each call.

I'll look at the API link and hope I can figure it out.

Thanks,
Michael
ASKER CERTIFIED SOLUTION
Avatar of Olaf Doschke
Olaf Doschke
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Olaf,

The links are what I needed. Unfortunately, it is beyond my abilities. I will probably need to get some help.