Normal Topic Static Image in Report (Read 1024 times)
Stew Bell
Member
*
Offline



Posts: 21
Joined: Dec 17th, 2011
Static Image in Report
Nov 26th, 2012 at 7:44pm
Print Post Print Post  
I am having difficulty getting a static image to print on a report.
I want to put the company logo in the page footer.

I have a static image box in the page footer.
Sized to 200 Wide

Labelled C:\Sesame2\pics\logo.jpg
Named    C:\Sesame2\pics\logo.jpg

Programed
C:\Sesame2\pics\logo.jpg  =  C:\Sesame2\pics\logo.jpg

I am using a standalone version,  with the Sesame files on the same machine.

I could not find documentation in the Guide, did not find a sample file that prints images on reports, nor could I find info on the forums.  Last resort to ask.
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: Static Image in Report
Reply #1 - Nov 26th, 2012 at 9:37pm
Print Post Print Post  
Hello Stew,

In the Application Property Manager, which can be found under the Application folder on the Design Menu in Sesame Designer, what is the Image Path Set to?

Assuming it is set to . (Which is the default) you will want to do the following steps

1: Remove that line of Programming from the report
2: Set the Label of the Static Image box to "Pics\logo.jpg", without the quotes.
3: Save the report
4: Run the report in Print Only Preview mode.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
Renato Piacenti
Member
*
Offline


No personal text

Posts: 48
Location: Manaus - Amazonas - Brazil
Joined: Jun 20th, 2005
Re: Static Image in Report
Reply #2 - Sep 16th, 2023 at 9:51pm
Print Post Print Post  
Paste into report editor GLOBAL CODE:

ReportHTMLFilter("SesameReports\", "", 0)
ReportHTMLFilter("<IMG SRC=", "<IMG WIDTH=""100"" HEIGHT=""100"" SRC=", 2)  Wink
  

Renato Piacenti&&Manaus Amazonas Brazil&&Aqui a Floresta esta sendo preservada.&&Preserve a sua tamb�m.
Back to top
 
IP Logged