DanNorris2000
Technical User
I have Crystal 8.5 installed on my pc. When I open a particular report with crystal a formula that I have which strings 2 numeric field together displays as 3000370-00
If i call the report with visual basic 6.0 the field prints out as 3,000,370-00. Whats up? both run from same workstation
VB6 Code:
Set CrxReport = crxApplication.OpenReport("k:\vfp\reinsurance\reports\31pf.rpt"
CrxReport.DiscardSavedData
CrxReport.PaperOrientation = crLandscape
CrxReport.PrintOut False, 1, True, 1, 9999
If i call the report with visual basic 6.0 the field prints out as 3,000,370-00. Whats up? both run from same workstation
VB6 Code:
Set CrxReport = crxApplication.OpenReport("k:\vfp\reinsurance\reports\31pf.rpt"
CrxReport.DiscardSavedData
CrxReport.PaperOrientation = crLandscape
CrxReport.PrintOut False, 1, True, 1, 9999