SAP Business One SDK Support

How to set BrowseBy in SAP B1

Browse option is set in SAP B1 so that the navigation button work properly.

form.DataBrowser.BrowseBy = "txtDcEntry ";

or

<DataBrowser BrowseBy=" txtDcEntry "/>

where txtDcEntry edit text control must be bounded to DocEntry field then next previous menus will automaticaly managed

Refer link of sap.sdn : http://scn.sap.com/thread/1709240

No comments: