We want to display the image in Crystal Report 2008, and the URL of the image depends on the field in our database, for example:
"https://images.somewhere.com/" & {Data.Field} & ".jpg"
This is supposed to be possible using the image image formula on the Picture object ( as described here and here ), but we cannot make it work - it just displays the default image every time.
Is there something we are missing?
, ! , (), . () . , .exe , , , , - , . URL- . - . ,
.
. .
Crystal HTTPS.
It is true: Crystal cannot work with https. Just wanted to add one additional information that caused me a headache. Crystal dynamic images from URLs do not work if the image is hosted remotely and the computer on which the report is running connects through a proxy server.
Perhaps Crystal cannot access the secure server? Do images, if they are stored on your local computer, i.e."C:\images\" & {Data.Field} & ".jpg"?
"C:\images\" & {Data.Field} & ".jpg"?
Source: https://habr.com/ru/post/1750692/More articles:Rails: loss of quotes in message parameters - ruby-on-railsSilverlight DataGridTemplateColumn vs DataGridTextColumn - silverlightIs there a set of open source Netflow Collector C ++ libraries? - c ++Ruby on Rails: rack fix and deployment - ruby | fooobar.comWeb service does not accept input - .netI am learning C # in vs2008, while vs2010 is available. Am I missing something? - c #Как получить все элементыиз div с помощью Watin? - htmlIs there a way to integrate Google Analytics reports into a website - asp.netYQL at Yahoo! Application [YAP] - ajaxIs the stack address common to heap addresses? - c ++All Articles