Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modify selection criteria

Status
Not open for further replies.

tuigvlieg

Programmer
Feb 9, 2005
26
NL
We have version 8.5.3.936

I have changed a report and compiled the report. The change is the selection criteria.

Selection criteria used:
isnull ({WAVEDETAIL.WAVEDETAILKEY} ) and
(Isnull({CODELKUP.LISTNAME}) or {CODELKUP.LISTNAME} = ["ISOCOUNTRY"]) and
left({ORDERS.STATUS},1) <> '9' and
{ORDERDETAIL.LOTTABLE01} in ["6091", "6092", "6093", "6122", "6122b", "6122c", "6207", "6211", "6230", "6241", "6428", "6554"]

When i have compiled the record and select the .exe file the Modify Selection Criteria is switched on. But I want this to be switched of. How do I do this? When I switched it off, it is switched on the next time I start the report.
 
Under file, options, make sure you do not have the report saved with data.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
 
Hi dgillz,

Under file I have the option "Save data with report". This is marked off so is not solving the issue.

Any other suggestions?

Rgds,
GJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top