加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

SAP Business One SDK_Samples_COM UI_VB.NET

发布时间:2020-12-16 23:00:53 所属栏目:大数据 来源:网络整理
导读:01.HelloWorld 02.CatchingEvents This sample program shows how to catch the events triggered by the SAP Business One application. These include: Application events - events triggered by actions on the Company database of the SAP Business On

01.HelloWorld

02.CatchingEvents

This sample program shows how to catch the events triggered by the SAP Business One application. These include:

  • Application events - events triggered by actions on the Company database of the SAP Business One application.

  • MenuEvent events - events triggered by actions on the main menu and the menu bar.

  • ItemEvent events - events triggered by actions on forms and items.

  • ProgressBar events - events occurring while the progress bar is activated.

  • StatusBar event - event triggered by sending a message to the application status bar.

For each event,the sample program displays a message box including the name of the event and the form (or item) name and ID.

03.SimpleForm

This sample program demonstrates how to add a user form and items. The form includes the following elements: StaticText,EditText,ComboBox,and Button . The ComboBox and the EditText elements are bound to UserDataSource objects in order to manage data on these elements.

Finally,the program shows how to save the new form as an XML file.

04.WorkingWithXML

05.AddingMenuItems

06.MatrixAndDataSources

This sample program demonstrates creating a form with a matrix,create data sources,bind the data source to the matrix columns,and fill the matrix with data.

When running the sample,the form Matrix Form opens in the application,and the matrix is filled with user information (name,email,and phone number) taken from the OUSR table.

07.ComplexForm

This sample launches a form with two folders. Each folder contains different items. The sample shows how to create a form with folders and manage them correctly in the UI API.

08.EventsFilter

This program performs event filtering on the Order and Purchase forms. At run time,the sample will present a message box whenever one of the specified events occurred on one of these forms. Events on other forms will be ignored by the program.

09.ProgressBar

This sample shows how to activate the application progress bar. The sample's form includes four buttons:

  • Start - creates the application progress bar.

  • Back/Forward - moves the progress bar display one step backward or forward.

  • Stop - stops the progress bar.

10.StatusBar

This sample demonstrates sending status bar messages. In the sample's form,you can set the message text and type. Choose Display Status Bar ,to send the massage to the application status bar.

11.SystemFormManipulation

This sample demonstrates modifying the SAP Business One application forms. The sample programs adds a new tab (User Folder ) to the Sales Order form.

16.ActiveX

This sample shows how to add an ActiveX component to your add-on,using the ActiveX object.

17.ChooseFromList

This sample shows how to create a Choose from List form and connect it to an item in your add-on form.

18.TabOrder

This sample shows how to set tab order to form items.

19.Grid

This sample shows how to use the Grid and DataTable objects to effectively create tables.

This sample shows how to catch the PrintEvent event and use it to manage your own printing mechanism

This sample shows how to enable form settings to a form.

This sample shows how to catch and create right-click menu for form items.

23.CurrentPeriod

This sample shows how to catch form data events and use data received from the event as input for DI API methods without additional parsing.

This sample shows how to use the PickerEvent object.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读