Sc_image not work on blank app

help me…macro sc_image(image1.jpeg) not work on blank application, i try upload on setting app, and then on execute i using sc_image(image1.jpeg), but not work… SC 7.1.0.9

Does your reference qualify the specifications?

This macro its used to copy images in some events or Javascript commands to load images to an application.

All images used in the applications are automatically copied to each application.

Ex. 1:
sc_image (img1.gif, img2.jpg);

Note: The images must exist in the development environment images directory (…/devel/conf/sys/img/img/).

Macro Scope
Blank application : on Execute

I’ve tried it, all the image files are uploaded to the directory (… / devel / conf / sys / img / img /) but still no change, still images not appearing

a.JPG

b.jpg

any solution for this scriptcase 7.01.0014 please :mad:

1.- you upload from

uploaded to the directory (… / devel / conf / sys / img / img /)

2.-
Event OnExecute
this code


?>
<html>

<style type='text/css'>
  
</style>
<body>
  <table width='100%' height='100%'>
    <tr>
      <td width='100%' height='100%' valign='middle' align='center'>
        <img src='../_lib/img/fondo_mueble.jpg' border=0>
      </td>
    </tr>    
  </table>
</body>
</html>
<?php

3.- finally

upload.JPG

imagen.JPG