On 9/9/10 9:10 AM, Nate Lowrie wrote: > Paul, > > How does the report designer handle image pathing? If I have an image > stored at MyAppHomeDir/resources/MyImage.jpg, will the report writer > recognize the resource folder path like the dImage object does and > allow me to specify the Expr as "MyImage.jpg"? It doesn't show up > right in the preview doing it that way, but I think the report should > handle it.
Relative path from location of the report rfxml. For instance, I have: <Image> <expr>'../resources/banner_large.png'</expr> ... </Image> Yes, I think it could be programmed like dImage to search the common paths for the image, but I've always preferred to be more explicit than that. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
