Skip to Content
0
Former Member
Dec 05, 2011 at 09:50 AM

Regarding: Load Value into Location Fields using ( NoObject Type) Table

38 Views

Hai Friends,

I created the Table using (No Object Type)

This type of table object come in Tools --> User Defined Windows

Sub StylePointMasterDetails()

Try

CreateTable("SHJ_RET_OSYP", "Style Point details", SAPbobsCOM.BoUTBTableType.bott_NoObject)

CreateUserFields("@SHJ_RET_OSYP", "Location", "Location", SAPbobsCOM.BoFieldTypes.db_Alpha, 50)

CreateUserFields("@SHJ_RET_OSYP", "Category", "Category", SAPbobsCOM.BoFieldTypes.db_Alpha, 20)

Catch ex As Exception

oApplication.StatusBar.SetText(ex.Message)

End Try

when click the No Object Type from Tools-->user Defined Windows. then show the fields in grid formate whatever crated in table.

Code

Name

Location

Category

when create the No Object type Table we could not create any desing or .xml for that. it automatically show all the fields in grid when press the object from Tools--> user Defined Windows.

My doubt is:

I want to load loaction in location field and select it. It act as combobox . How to i load value into No object table's fields. How to convert and load value in actual edit text box.

Please help me.

Regards,

K Sakthivel

Edited by: ksakthivel on Dec 5, 2011 10:51 AM

Edited by: ksakthivel on Dec 6, 2011 5:15 AM