Topic: ComboBox Onclick to TableGrid

Can anyone help me do an onclick event to send a combobox information to a tablegrid when i click on it?

Re: ComboBox Onclick to TableGrid

Hi Montengr0,
I don't understand what you are trying to do.  Do you have an example, screen-shots or some more information?
Derek.

Re: ComboBox Onclick to TableGrid

What I want is to have two combobox and one tablegrid in a form, those comboboxes have more than one choices, and i want that every time i click in one or the other combobox it will display that information in tablegrid for me to store wit a save butto later.

For example:
Combobox1 has:
Test1
Test2

combobox2 has:
Test3
Test4

So if i click on Combobox1 in test2 and in Combobox2 test3 and after click in test4 the tablegrid will display:

|Combobox choices|
Test2
Test3
Test4

4 (edited by tcoton 2016-03-04 12:22:27)

Re: ComboBox Onclick to TableGrid

In order to be able to save test3 and test4, you would need a combobox3.

Have you looked a the examples in the FAQ?

Re: ComboBox Onclick to TableGrid

i already adopt other method, thanks wink