cancel
Showing results for 
Search instead for 
Did you mean: 

select action in list box

Former Member
0 Kudos

Hi All,

I have two list boxes in a form as source and destinatiion. Here I will select one or multiple entries from source list box then click the add button. That selected entries should be moved destination list box. Is it possible to do it in VC.

Please give me some idea.

Thanks,

Venkatesh R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Its possible with 2 tables, follow the steps -

1.Create 2 tables one for source & one for destination

2. in the source table make selection as 'multiple' & right click & go to the toolbar.

3. Create button & assign system action as 'Insert Row'.

4. It will ask 'Apply to' , here select other table

5. Save & deploy the model.

6. At runtime when you select the values from source table & click this button, values will get transfer to destination table.

Regards

Sandeep

Answers (0)