Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
NCMike #1
CF Report Builder
I am trying to generate a pricelist report using the new CF 7 Report Builder.
When I add an image to the reprt and try to dynamically build the filename the
preview very quickly goes to 'Page cannot be displayed'. I've also tried using
a BLOB field and I get the same thing. I currently use Crystal Reports using
the same BLOB field and i works fine. I am trying to migrate from Crystal to
CF.
NCMike Guest
-
Report Builder
:confused; Okay hopefully somebodey can help me. First one would be the simplest. Does anyone know of where to find some detailed expamples of... -
report builder.
The documentation that comes with the report builder in CFMX7 really sucks. There is not much out there on using the expression builder which has... -
CF MX 7 - Report Builder
Hi Everybody, We installed CF MX 7 Enterprise (multi-server version) on Windows 2003 server. This machine is a dedicated CF server. Do we need to... -
Report builder.....
Is it possible to pass a variable directly to a .cfr or Cold Fusion report? Thanks, Geno -
Report Builder (expression builder syntax)
I'm trying to create a calculated field that will compare the values from one query field and depending on the values will assign a value to the... -
NCMike #2
Re: CF Report Builder
Addendum. My mistake. I switched browsers and found that there was an error
message from the BLOB request. It said that the image had to be in GIF/JPG
format. They are. However some may ba blank or null. How do I ignore those
should be the better question to ask.
NCMike Guest
-
Dean Harmon #3
Re: CF Report Builder
In the print when expression of the image, set it to be something like this:
iif(query.imagefield IS "", false, true)
so that the image will try to print when it has something but will not print
if it is blank (ie null)
Dean
"NCMike" <webforumsuser@macromedia.com> wrote in message
news:cvve3l$gob$1@forums.macromedia.com...error> Addendum. My mistake. I switched browsers and found that there was anGIF/JPG> message from the BLOB request. It said that the image had to be inthose> format. They are. However some may ba blank or null. How do I ignore> should be the better question to ask.
>
Dean Harmon Guest



Reply With Quote

