E
Eric Eckberg
I have been searching for a solution or example and just can't find one.
My application uses lookup tables to populate a combobox. The lookup table
is maintained by the user. For instance, the status of an employee (active,
terminated, medical leave, military leave, etc.). The lookup table contains
three fields: iID (auto numbering primary key); cDescription (the text);
iOrder (the order to display the records in the combobox).
Here's my dilemma: I want to use up/down arrow buttons in the maintenance
form to rearrange the order of the records. I'm currently using
ComponentOne's TrueDBGrid control, but I'm willing to switch to something
else. I like tdbgrid because it allows for doing the data entry right on
the grid.
Does anyone know of an example with source code that contains this
functionality?
I'm truly amazed that there isn't a sample that does this somewhere.
Thanks,
Eric
Eric Eckberg
My application uses lookup tables to populate a combobox. The lookup table
is maintained by the user. For instance, the status of an employee (active,
terminated, medical leave, military leave, etc.). The lookup table contains
three fields: iID (auto numbering primary key); cDescription (the text);
iOrder (the order to display the records in the combobox).
Here's my dilemma: I want to use up/down arrow buttons in the maintenance
form to rearrange the order of the records. I'm currently using
ComponentOne's TrueDBGrid control, but I'm willing to switch to something
else. I like tdbgrid because it allows for doing the data entry right on
the grid.
Does anyone know of an example with source code that contains this
functionality?
I'm truly amazed that there isn't a sample that does this somewhere.
Thanks,
Eric
Eric Eckberg