cancel
Showing results for 
Search instead for 
Did you mean: 

removing valid values from system form combobox

Former Member
0 Kudos

Hi all

I have a User field which i added with valid values to a system table.

when i click on the combo box of the relevant field in the System form which relates to the system table to which the user field was added. i wish to delete the valid values of the combo box and insert new ones.

problem is when i call the Remove method on the Combobx object i receive the following message:"Item - The item is not a user defined item".

question is how can i remove and add valid values to the combo box user field?

i work on SBO 2005 A sp01 DI version 6.80.318 PL 14

appreciate the help

Yoav

Accepted Solutions (1)

Accepted Solutions (1)

rasmuswulff_jensen
Active Contributor
0 Kudos

Go to: Tool > Userdefined Fields > Manage Userfields

Here you find your userdefiend field in the tree and press update

- In the screen show you can change the valid values, but beware... exiting rows with the valid values will still have the value...

Former Member
0 Kudos

Hi Rasmus

thanx for the advice but i wish to change the valid values by code...

in the SDK Help its written that the Remove method of the Valid Values collection is restricted on System forms. do you know if there is a workaround for it?

appreciate the help

Yoav

rasmuswulff_jensen
Active Contributor
0 Kudos

As far as I know there are no workaround to this...

Answers (0)