cancel
Showing results for 
Search instead for 
Did you mean: 

Click on a Matrix Cell

Former Member
0 Kudos

Hello. I want to do a click in the ItemCode cell of the Inventory Matrix in certain forms. I use "SBO_Application.Forms(pval.FormUID).Items("38").Specific.Columns("1").Cells(1).Click" in et_FORM_LOAD event and it works with SDK 2004. Unfortunately it doesn't work when I compile it with SDK 2005...

Anybody knows how to do this with 2005????

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi X X,

Which forms do you want to do this on form load? The restriction could be that you do not have a business partner selected and it won't select the column. I tried it after I selected a business partner and the code below (which is the same as yours) works perfectly

SBO_Application.Forms.ActiveForm.Items.Item("38").Specific.Columns.Item("1").Cells.Item(1).Click()

Hope it helps,

Adele

Answers (0)