erikhertzel
MIS
All
I have a wierd problem. Using CR 8.5 and Progress database. I created a report using two parameters so that users could look up a City or a Zip in the database and the report would give them back the results based on their input.
Here is my selection formula:
{ShipTo.City} <> "" and
{ShipTo.ZIP} <> "" and
({?City} = {ShipTo.City}
)
or
(
{?Zip} = {ShipTo.ZIP}
)
When I run this report on the PC using CR it works fine. However, when I build it and run the .exe it gives me black City fields as well in the records. It does this on other machines and even my machine (the CR machine). But, when I run it in CR itself, it works fine.
Example:
When I type in Orlando in my City and hit Enter it will bring up just the Cities with 'Orlando'. But, when I compile it and run the .exe on my PC it will bring up 'Orlando' and every other record with a blank City field as well. What is going on?
Thanks,
Erik
I have a wierd problem. Using CR 8.5 and Progress database. I created a report using two parameters so that users could look up a City or a Zip in the database and the report would give them back the results based on their input.
Here is my selection formula:
{ShipTo.City} <> "" and
{ShipTo.ZIP} <> "" and
({?City} = {ShipTo.City}
)
or
(
{?Zip} = {ShipTo.ZIP}
)
When I run this report on the PC using CR it works fine. However, when I build it and run the .exe it gives me black City fields as well in the records. It does this on other machines and even my machine (the CR machine). But, when I run it in CR itself, it works fine.
Example:
When I type in Orlando in my City and hit Enter it will bring up just the Cities with 'Orlando'. But, when I compile it and run the .exe on my PC it will bring up 'Orlando' and every other record with a blank City field as well. What is going on?
Thanks,
Erik