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
|