We are implementing with 8.03 and I found an Auto-Print Rule in the
Data Definition screen. However, it is greyed out when I select
APCheck.rpt. If I make a new rule I can access it. Is anybody using
this feature? The help for this is non-existant and I am wondering
if its new and not ready for prime time....
Jeremy
Data Definition screen. However, it is greyed out when I select
APCheck.rpt. If I make a new rule I can access it. Is anybody using
this feature? The help for this is non-existant and I am wondering
if its new and not ready for prime time....
Jeremy
--- In vantage@yahoogroups.com, "Mark Wonsil" <mark_wonsil@...> wrote:
>
> > How do you get Vantage to print the second copy? I have a printer
> > with the blank checks in one drawer and yellow paper in the other
> > drawer.
>
> Currently, we just open up the Crystal Designer and browse to the
XML file in
> the MfgSysData\Reports\<username> and print from there. I'm sure
there's a way
> to call a Crystal Report from .Net but I haven't had time to figure
it out
> just yet. Probably something along the lines of
>
> objReportDocument = New CrystalReport()
> objReportDocument.SetDataSource(dataSet)
> CrystalReportViewer.ReportSource = crReportDocument
>
> Where you load dataset from the ADO.XML datafile. Maybe someone can
fill in
> the gaps and we can assign it to a button on the form.
>
> Mark
>