Skip to Content
0
Former Member
Jun 09, 2009 at 02:19 PM

Removing a Choose From List

194 Views

Hi

I have a matrix containing numerous columns, one of which is a combo type column and one which is an edit box column containing a choose from list linking to the Item Master.

What I need to happen is if the user selects a particular option from the combo column then the edit box column cell associated with that row will no longer allow the user to use the choosefromlist function and will not validate the value entered with an item. So basically I need to temporarily remove the choosefromlist functionality from this particular cell.

The way I though of doing this was simply using a SAPbouiCOM.EditBox in order to select the particular cell and then try to set the .ChooseFromListUID property to "", however this does not work.

Is there any way that this can be done?

Thanks a lot

Steve

Edited by: Steven Tryner on Jun 9, 2009 4:41 PM