Header with a image link and global variable

Hello; I would like to build header with a static image link and with some global variable inside it. How can I make it?.

I just don’t want to specify that image and these global variable everytime of every application I build cause they will be using the same header.

In general I would create a menu as a start point and apply header template to that. That header will fixed so you can upload your image into that and it will work as you want. You can also take a tempate, make a copy and then change that to use a static image. It virtually works the same way.

[QUOTE=aducom;40389] You can also take a tempate, make a copy and then change that to use a static image. It virtually works the same way.[/QUOTE] I don’t understand what you are saying.

I do understand you first point and it is perfect for applications but how can that work for report . All my reports must have the same header with a small difference(that’s why I will use global variable).

Header Image Dinamic

Hi,

You can try like this :

  1. In your Header Template you can change {NM_CAB_LOGOTIPO} to : <img src="{NM_CAB_LOGOTIPO}"
  2. In your menu app -> Layout -> header variables change NM_CAB_LOGOTIPO choose “Value” instead “Image” [logo_image]
  3. In Application init put this code : [logo_menu] =’/scriptcase/app/[appname]/_lib/img/grp__NM__img__NM_logo.jpg’;

Enjoy