Good morning
My idea is try to load a company logo according to the value from a field. (from a path)
it would be like:
If uppercase({?Site})='CIA1' THEN load or insert or xxxxx image from c:\logocia1.xxx (bmp or jpg) else
If uppercase({?Site})='CIA2' THEN load or insert or xxxxx image from c:\logocia2.xxx (bmp or jpg).......
This is in order to avoid to load the 4-6 logos in the same report showing the correct one and deleting the rest. or creating the same report for all the cias...
Could any of you point me how to do it ? i have found a lot of info about loading pictures dinamically or pictures saved on the DB, but nothing about loading the pictures from a path..
Thks & B. Regards
Jose Marin
Request clarification before answering.
Jose, failing a better answer, you could create multiple page headers, each with there own logo, then supress the ones you do not want to see. Not a great solution, but that may be easier in the longrun.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good afternoon V361-V361,
Thks for your reply, this is similar to what i already have..
In my case, i have all the logos just in one header and supress it if ?site <> 'CIA1' OR ......., but the issue is that i have to insert all the logos, this is the report is over 3.5 MB each...
In any case. THKS.
B. Regards
Jose Marin
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.