View Single Post
  #3 (permalink)  
Old 07-06-2009, 10:11 AM
synrbc synrbc is offline
Junior Member
 
Join Date: Apr 2009
Posts: 9
Default

Hi.

I saw the examples, but, i still have one doubt:

See my case...

I created one computed column "Test":

if (row["ORG"] == 1) {
this.file ("nav_unlock_down.gif");
}
else {
this.file ("nav_safe_easy_down.gif");
}

And, i created one data in my table to call Test: "Data" -> row[Test]

But, the report does not show the image, show a red cross.

Tha images are inside the same project (C:\Workspace\ActuateJavaComponent)

By the examples, i cant find where i mistake.

Where can I set the folder where the images are?

Thanks for all
Reply With Quote