cancel
Showing results for 
Search instead for 
Did you mean: 

How to include image file in ard

Former Member
0 Kudos

Dear members,

I have to include one more menu next to reports menu in sap B1. I need to include the picture symbol.

Can anybody inform me how to include the image file while making the add-on.Normally we include the exe file and dll files.Is there any specific methods to include the image.Please kindly let me know.

Regards,

Venkatesh.R

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

in srf attached image button.

and write code

Dim img As SAPbouiCOM.PictureBox

img = oForm.Items.Item("14").Specific

SPath = CurDir() '.Remove(Len(CurDir) - 3, 3)

img.Picture = (spath & "\Avijit.bmp")

Spath is nothing butthe location where u put all files .

regards,

Avijit

Former Member
0 Kudos

Hi..

where ur using dll file and srf that place copy and past image.

Regards..

Billa 2007

Former Member
0 Kudos

Copy the file in the installation folder.The addon is installed as,

C:\Program Files\SAP\SAP Business One\AddOns

U can find a folder whose name is equivalent to the name of add-on.Copy the image file there.

Former Member
0 Kudos

Hi.

Look this [thread|;

HTH

BR

Seirdna

Former Member
0 Kudos

Hi,

Just add ur Image file along with all the other files. Thats all.

Vasu Natari.