adri82
11th May 2016, 22:56
Hello can someone help me as i am new to baan
on your right of Baan there is a sign ''T'' ,when you press it it lets you add information like txt or purchase info.I want to add a pic of the part in there and save it so i have an image saved.
Tried everything but no luck
please help

mark_h
11th May 2016, 23:08
Moved to the tools forum to thinking it might get more input in her. Your profile says baan 4 is that correct? Could make a difference on the solution.

Ajesh
12th May 2016, 07:54
I am just guessing and right now i dont have a Baan system in front of me to test this. But what you can do is

1) There is an images directory in $BSE. And in that directory the images corresponding to the "T" icon in the Text Manager would be present.
2) in the form section make an init.form section
3) In that section run a Unix command using run.prog command and replace the existing "T" image file with your User Defined File. A bunch of commands like mv $BSE/images/text $BSE/images/text_old and mv $BSE/images/user_defined_image $BSE/images/text. You perhaps need to include all of these commands in a batch file.
5) You will probably get your desired image on Text.
6) Then just before exiting the session run the unix command once again to reinstate the original Text Image. You can do this in section after.program.

adri82
12th May 2016, 10:33
Moved to the tools forum to thinking it might get more input in her. Your profile says baan 4 is that correct? Could make a difference on the solution.

Yes,The Baan version is IV .It would really help me if someone can assist me

bdittmar
12th May 2016, 10:43
Hello,

for such a functionality in BaaN IV you have to built your own application.

In LN there's ODM ObjectDataManagment (paperclip) .

Look at:

http://www.baanboard.com/baanboard/showthread.php?t=26235

Regards