cancel
Showing results for 
Search instead for 
Did you mean: 

ChooseFromList on Grid not opening in Find mode

Former Member
0 Kudos

I have added a system CFL (i.e. Business Partner) to a Grid on a custom form. The CFL does not open when the form is in Find mode, but it does open when the form is in Add or Update mode. Is this a bug?

Example C# Code

oColumn.Type = SAPbouiCOM.BoGridColumnType.gct_EditText;

oEditTextColumn = (SAPbouiCOM.EditTextColumn)oColumn;

oColumn.Editable = true;

oEditTextColumn.ChooseFromListUID = CFL_CARD_CODE_UID;

oEditTextColumn.ChooseFromListAlias = "CardCode";

oColumn.TitleObject.Caption = "Distribution Center (=)";

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi...

This not possible.

Regards...

Billa 2007

YatseaLi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Catherine,

It is a system behavior, not a bug. In find mode, the end user should enter the text by manual for searching. You can refer to Sales Order, switch to find mode, the CFL for BP won't list the BPs.

Kind Regards

-Yatsea