ahbakhru
30th March 2007, 16:55
I want to attach a gif file to a session. Just like there are gif files attached to many standard sessions and commands e.g. the "Approve" command in a Sales Order session.

I can find these files in the session "Additional Files" in Application Development but not sure how to use them (to attach them to a session/command). :confused:

Can anybody help me out with this.
Any help would be appreciated.

aMiT...

~~KeEp SMilinG ALwAyS... ~~

NPRao
30th March 2007, 22:18
You have to scan them into your current Package VRC, module and then start using in your program scripts with the command - create.extra.toolbar() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_secondary_toolbars_create_extra_toolbar)

ahbakhru
31st March 2007, 09:40
Hey thanks for the reply. And the solution you gave is the perfect answer for my query. But actually my problem is a bit different.

I have developed a new customized session for Purchase Order approval and have attached it to the std session for Purchase Order Lines (by adding a Form Command to the std. session). Now I want to attach the same gif file (the Tick) which is used for std. session for PO Approval to my session.
Is there a way to do this without modifying the std. script.

Thanks again.

--------------------------------
aMiT...

~~KeEp SMilinG ALwAyS... ~~

george7a
3rd April 2007, 12:04
Hi,

Check the following thread:
http://www.baanboard.com/baanboard/showthread.php?t=12892

I hope it helps,

- George