DjangMan,
Good News!!! It works... I embedded a CRYSTAL.OCX onto the form and everything was a breeze from there...
Now I gotta figure out how to implement fax capabilities...
Anyways, thanks for all your help in the past.
Ehran
Hi DjangMan,
Long time no chat...
Anyways, finally figured out what I was doing wrong with the automation process. Turns out I was mixing the methods between the crystal API and OCX. Got it automated this morning just by using the CRYSTL32.OCX
Now I have a problem that relating to ACCPAC.
I...
Djangman,
Here's the bit of code snippet that I'm trying to have automated. Originally when I intended to use macros in ACCPAC, I did the following:
For OrderNumberSelected = SrtFrom To SrtTo - 1
rptObj.Select Session, "OECONF01[ACKNOWL.RPT]", ""
rptObj.SetParam...
Djangman,
Here's the bit of code snippet that I'm trying to have automated. Originally when I intended to use macros in ACCPAC, I did the following:
For OrderNumberSelected = SrtFrom To SrtTo - 1
rptObj.Select Session, "OECONF01[ACKNOWL.RPT]", ""
rptObj.SetParam...
Actually that's what I planned to do after I found out the macros in ACCPAC are very limited and does not offer automation.
So I've opted to automating the Crystal Reports directly with VB code. I have access to both Crystal 6 and 8 on my work system.
If you can drop me the code snippet...
DjangMan,
Thanks for the info. However I was looking at a way of automating the process with the least amount of user interaction.
Taking the example you provided, say I wanted to export to email.
The syntax would be:
rptObj.PrintDestination = PD_EMAIL
Problem with this is that a dialog...
Hello All,
I'm currently working on a project to create an automated batch processing for order confirmations under ACCPAC using macros, VBA, OutLook 2000 and Crystal Reports 6.0
However, I don't quite seem to know how to pass parameters from ACCPAC to my custom report using Macros/VBA.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.