QUESTION POSED ON: 15 June 2005
The main form on our Web application has a rich text field. The documents in the database contain one or two images in JPG format. Displaying the images on the Web is no problem. But I need to print a report about all the documents in the database, and when I print from the client, it only shows the icons and the file name.
Using the FileImport command to import the images didn't work, so I created another rich text field, and puted the formula: @Command <FileImport> <JPG Image> <file01.jpg> but got the message: "The importation/exportation has not been configured." Do I have to configure anything in the server? (We're using Release 5.0 in Spanish.)
|