Sbo Control Types
SAP Business One provides a (still relatively small number of controls) which can be placed on a SAP form.
Here is a quick list of controls ("items" in SAP lingo) used for creation a SAP Business One's SrfFormFile:
SBO itemtypes enumeration and their equivalent integers
| Item Name | Item Type | Sbo Version | MS Visual Basic Controls |
| it_BUTTON | 4 | 6.2 | VB.CommandButton |
| it_STATIC | 8 | 6.2 | VB.VBLabel |
| it_EDIT | 16 | 6.2 | VB.TextBox |
| it_FOLDER | 99 | 6.2 | MSComctlLib.TabStrip |
| it_RECTANGLE | 100 | 6.2 | VB.Frame |
| it_PANE_COMBO_BOX | 104 | 6.2 | unsupported |
| it_COMBO_BOX | 113 | 6.2 | VB.ComboBox |
| it_LINKED_BUTTON | 116 | 6.5 | n/a |
| it_LINK_ARROW) | | | n/a |
| it_PICTURE | 117 | 6.2 | VB.PictureBox |
| it_EXT_EDIT | 118 | 6.2 | n/a |
| it_CHECK_BOX | 121 | 6.2 | VB.CheckBox |
| it_OPTION_BUTTON | 122 | 6.2 | VB.OptionButton |
| it_MATRIX | 127 | 6.2 | MSGrid.Grid |