In the CR Report I have a few ParameterFields and I want from MapBasic set new values in them.
I have first done it from VB to Crystal Report and it works.
From MapBasic it's not working.
If the user is click on the cancel button i the print window I dont no how I can catch that signal.
Private mReport As CRAXDRT.Report
Private rsReport As ADODB.Recordset
mReport.Database.SetDataSource rsReport
mReport.ReadRecords
mReport.PrinterSetup 0
mReport.Database.SetDataSource rsReport
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.