If i run a compiled Report on WinXp, the "report.exe" crash.
It only works whitout Parameter. If i need parameters in the report it dosn't work. The failur "To implement it tries a ungueliger instruction".(translate from German ;-) )
What must i do for the good running.
I...
On the "Field Explorer" you can selectt "Formula Fields" on the Top of the "Field Explorer" you can now click "New Formula". Now you must give a name for the Forula. And if you Click OK he Start the "Formula Editor".
I HOPE THIS HELPS.
I would not like to change only the characteristics of this line the whole range again-hollow without this line.
And i want to change the color of this line whit a Parameter.
THX4HELP
You want sending a Parameter whit "Ä,Ü,Ö" or you have this letters in the Databse?
If you use the Database which data source do you use (ODBC) ? if you ODBC use you must aktivate in the driver OEM.
I Hope that Help.
Create a Formel in the ReportHeader
WhilePrintingRecords;
numberVar Check1 := 0;
numberVar Check2 := 0
and in the Page Footer section create a other Formela
WhilePrintingRecords;
numberVar Check1;
numberVar Check2;
if Check1 = Check2 then Check1 := Check1 +1;
Check2 := Check1;
you can also...
Create two Parameters {?StartDate} {?EndDate}
and in the Formel Editor from the Selection formula you write
{YourDateField} >= {?StartDate} and
{YourDateField} <= {?EndDate}
I hope this help
Create two Parameters {?StartDate} {?EndDate}
and in the Formel Editor from the Selection formula you write
{YourDateField} >= {?StartDate} and
{YourDateField} <= {?EndDate}
you can create a Formel in the Details
whileprintingrecords;
numbervar LastRecord;
If onlastrecord then LastRecord := 1;
and in the groups how follow in the blank page, you can write in this Section on Section_Visibelity
Whileprintingrecords;
numbervar LastRecord = 1
We use Crstal 8.0.
If the user run the report we want Generate a File and run whit this file a new report. We want create a wordindex to printing after the first report.
THX4HELP
Bobi
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.