RE: MI Crystal Report

2000-09-10 Thread Carol Sheehan
If what you're looking is to print a report, here's one way to do it: Go into Crystal Reports and create a report (.rpt file). You can print the report by calling function PePrintReport from Crpe32.dll as such: > include "mapbasic.def" > > Declare Function PEPrintReport Lib "CRPE32.DLL" (ByVal

RE: MI Crystal Report

2000-09-08 Thread Campbell, Keith (WSA Telford)
] Subject: MI Crystal Report Hi all, Is it possible to automate Crystal Report through MapBasic codes? I can create the report manually. But don't have a clue about how to do it through MapBasic. Any suggestions? TIA ShuHua

Re: MI Crystal Report

2000-09-08 Thread PEM
Hi, Sure it's possible to run a Crystal Report from within MapBasic. Here is the syntax: '* Open Report reportfilespec reportfilespec is a full path and filename for an existing report file. '* But now that we are discussing Cr

Re: MI Crystal Report

2000-09-07 Thread peterelphick
IL PROTECTED]> Sent: Thursday, September 07, 2000 5:20 PM Subject: MI Crystal Report > Hi all, > > Is it possible to automate Crystal Report through MapBasic codes? I can > create the report manually. But don't have a clue about how to do it > through MapB

MI Crystal Report

2000-09-07 Thread Huang, Shu-Hua
Hi all, Is it possible to automate Crystal Report through MapBasic codes? I can create the report manually. But don't have a clue about how to do it through MapBasic. Any suggestions? TIA ShuHua -- To unsubscribe from this

MI Crystal Report

2000-07-05 Thread Daniel Budmiger
In my MapBasic Program I want to show the selected data from a table in crystal report. Does anybody know how or whether I can configure this program that I can directly from mapbasic print the report. Are there better solutions than the crystal report?   greetings     Daniel Budmiger  

MI Crystal Report

1999-09-01 Thread IDS
Hi, I have few queries on Crystal Report: 1. Can a report be created on the fly with MapBasic ? 2. How can data be refreshed for a report thorugh MapBasic commands? The problem is that we have created a report based on a temp database and after every query a report needs to be printed wi