Hi ! Urgent help required.
I have been successfully using VFP 6.0 (English) for data storage and application interface and Crystal Reports 8.0 (English) for reporting from VFP. Now I have to create tables in VFP to store arabic names and numbers and to show the same in crystal report. I have...
Hi ! Urgent help required.
I have been successfully using VFP 6.0 (English) for data storage and application interface and Crystal Reports 8.0 (English) for reporting from VFP. Now I have to create tables in VFP to store arabic names and numbers and to show the same in crystal report. I have...
How can we pass varaibles from the VFP program to a Crystal Report (RPT) so that based on the value of the variable the group, columns in the RPT could be shown.
Can anyone post some sample code. Will be appreciated...
Hi !
I have designed a Report in Crystal (v8.x) showing a list of employees with their salary figures from a FOX2X table. The table has the fields like ID, Name, Department, Designation, Salary etc. The report is shown correctly when called from a VFP program.
Now I wish to group the same...
Hi !
I am using Crystal Reports 8.0 with VFP 6.0. I wish to generate a report in Crystal from a VFP free table (DENOREP.DBF) (Created dynamically in a program).
I made a dummy DBF file with the exact structure required for the report design in crystal. When I try to add the table to the report...
I am getting an error while displaying a report on screen. After Previewing the report on screen, when the close button is clicked, the error is displayed.
The error is Fatal Error: Exception Code = C000001D
The code used for report is
REPORT FORM (m.reportform) TO PRINTER PROMPT WINDOW...
Is it possible to Disable the Print Button from the toolbar of the Report Preview screen ?
If there are no printer drivers installed on the machine, I wish to disable the Print button.
Thanks. The problem is solved. The DataEnvironment had both the tables and I removed the first one (Table A) from it. Then it worked fine. Since the TABLE A is used only in Page Header and has only one record, it was not giving any problem as it is not part of the Data Environment.
Thanks again.
>Yes you can run a report off of a cursor...a cursor is >really just a temporary table. In fact certain types of >cursors actually exist on the harddrive (NOFILTER and >READWRITE) while they are being used.
Thank you for your answers.
Then how can I select the Fields from this Cursor while...
I did write SELECT TABLE B but the same problem still appears.
The code is like this.
DEFINE WINDOW _REPDENODET FROM 2,8 TO 55,113 TITLE 'Report Preview' CLOSE FLOAT GROW ZOOM
ACTIVATE WINDOW _REPDENODET
SELECT _DENOFACTOR
REPORT FORM DENOMINATION_DETAIL PREVIEW IN WINDOW _REPDENODET
RELEASE...
Hi !
Is it possible to design and show the records in Report Design from a Cursor instead of a Table or View ?
IF I require to show some additional information in the Report design which are available in some Memory variables, is there any way of displaying the same in the report other than...
Hello,
I have a simple report design with the fields taken from 2 different (free) tables. The first table (A) contains only one record and the values of this record is used to print the headings in the Page Header.
The second table (B) contains many records and the fields are placed in the...
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.