Go into File | Summary Info and change whatevers in the Title box if working strictly within CR. If you are designing reports within VB's IDE environment, expand Special Fields in the main Report window on the left side, right click on Report Title, select Report, then Summary info and change...
I usually get around this by passing a ADO recordset to a report. I then code to obtain a path from something like an .ini file for my application where I can can set up path of the database which can be used in a OLEDB connection string within VB when creating the ADO recordset.
HTH
Nelson
Using the Visual Linking GUI, it automatically defaults to a inner (=) join. Put your mouse cursor over the link between the two tables and right click on it. A window should pop up where one of the options is to define the type of join you wish to use.
HTH
Nelson
At the module level, add the statement
Public Report As CRAXDRT.Report
Remove the statement
Dim Report As New Rpt_ChartofAc
Then, in each input form for each report, just add
Set Report = New (Name of Report)
HTH
Nelson
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.