I am very new to C1 Studio (less than 24 hours). If someone can point me to some examples showing what I want to do I would appreciate it.
I have 3 grids, the first shows available product and loads from the SQL Server db, When the user double clicks on an line item I want to move it to the second grid which accumulates the item in the order.
One field of the line item describes the item as a string of letters (ex. HKSDITMSKSS).
When the user clicks on the line item I want to take this string and use it to populate the first column of a two column grid with one letter n each row. The other column would be a combo drop down with a list of modifiers that is read from another table.
I need to save the string and the modifier that the user has selected.
I am looking for some sample code on how to load a drop down combo so that it will appear in each cell of the second column of the grid as well as any samples on how to do the rest of it..
Thanks in advance,
Michael