cancel
Showing results for 
Search instead for 
Did you mean: 

new AddOn

Former Member
0 Kudos

Hi everyone

We are developing a new AddOn for SAP B1, but we want to use it integrated in SAP B1 and without integration. Is possible to develop an AddOn with the look and feel of SAP B1, but that doesn't run in it?

Best Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Daniel -

in SAP Business One SDK tools you can find the documentation about the NetFormTranslator. This

project is just a possible example of how you

can generate automatically forms for B1, in this

case from a .NET form

Gianluigi

Former Member
0 Kudos

Hi Vasco,

AFAIK, there isn´t any class or library that helps you to create windows forms that look like B1 forms.

What we have done is get the form header and minimize, maximize and close buttons images, and paste them in a form without borders and control box. Then we have use some code to control this buttons behavior, and the form movement when the upper bar is drag&dropped.

On the other hand, have a look at this tool if feeds your needs:

https://www.sdn.sap.com/irj/sdn/softwaredownload?download=/irj/servlet/prt/portal/prtroot/com.sap.km...

Hope helps,

Ibai Peñ

Former Member
0 Kudos

Hi Ibai, is there any documentation on the tool you link to? I downloaded the project and can kind of see what it is doing but can't get it to do anything...

Thanks,

Dan

Former Member
0 Kudos

Hi Daniel,

I don´t think there is any other documentation about this stored procedure. Each time a question about it is done, goes the same link.

Perhaps if you ask what you need to do, we could help you.

The problem with the example could be in the COM object, have you registered it? does it return any error ?...

Regards,

Ibai Peñ