1. Install b1de_v2.0.1;
2. New Project
3. Adding response events to controls
Add new items, open your own built form, find the corresponding control, select to
4. The production event code is as follows, you can add the processing function
//------------------------------------------------------------------------------//<auto-generated>//This code is generated by the tool. //runtime version: 2.0.50727.5485////changes to this file may result in incorrect behavior, and if//regenerate the code, and the changes will be lost. //</auto-generated>//------------------------------------------------------------------------------namespaceCulowor {usingsapbobscom; usingsapbouicom; usingb1wizardbase; Public classButton__obj_finaowor__btowor:b1item { PublicButton__obj_finaowor__btowor () {FormType="Obj_finaowor"; Itemuid="Btowor"; } [B1listener (boeventtypes.et_item_pressed,false)] Public Virtual voidonafteritempressed (itemevent pVal) {BOOLActionsuccess =pval.actionsuccess; Form form=B1Connections.theAppl.Forms.Item (PVAL.FORMUID); Item Item= form. Items.item ("Btowor"); Button Button=( Button) (item. specific)); //ADD YOUR ACTION CODE here ... } }}
C # Development SAP Enhancement Module (addon)