GPWindow is Everything Dynamics GP. Try the Custom GP Search engine which searches high quality GP Blogs, and the Microsoft Dynamics GP Community Forums.
One of my friends asked me about how to directly print the crystal report to the printer using VBA on pressing a button on any of Microsoft Dynamics GP Windows, and I thought I should share this tip:
First, on your VBA project, go to Tools>> References and add a reference to
"Crystal Reports ActiveX Designer Design and Runtime Library"
Place your report in an accessible location to be…
Dear All,
I was a long time since my last post, that was due to my engagement in managing 3 concurrent projects in two different countries, now I am back with this interesting article.
Allot of GP developers used to ask how to run Crystal Report from GP, all the answers were to use Report Designer Component (RDC) for dexterity along with ReportView.exe and proceed, this is not an easy task to be done if you are not dexterity expert.
In this article I…
In Visual Studio 2008, merge modules are no longer used for crystal reports controls.
To add…
Here is the latest Crystal Reports tip from the Flexible Solutions GP Reports Newsletter:
Ever try to delete a parameter from a Crystal Report and get a pop-up message saying the field is in use on the report and then discover that you can’t find where it is actually used? Or need to be…
Here is a tip from the Flexible Solutions GP Reports newsletter:
Often when creating a Crystal report for something that needs a new page for each group (like Invoices or Purchase Orders) we use the New Page After option for the Group Footer in…