I am trying to duplicate something I have seen in a program we use. This was purchased so therefore I cannot see the code.
The program is used as a front end for a database program to allow the user to input orders. When the user enter into certain fields a popup screen appears for the user to select from a predetermined list of options for that field.
The popup screen allows the user to either select an option from a list of choices (filled from th database). Or to add a choice.
It appears to be a combobox. Where there is a dropdown arrow so the user can select an option.
However, this is where the similarity changes. the user can then select the text and edit the text of the option chosen. Then can click on a command button "add" to add this as an option for later if needed be. It does not change the option selected but adds another option.
Also the combobox has seperation lines between each entry.
I do not know if I have explained this well enough or not.
Anyone have any ideas how to duplicate this. Working in VB5.
ck1999
The program is used as a front end for a database program to allow the user to input orders. When the user enter into certain fields a popup screen appears for the user to select from a predetermined list of options for that field.
The popup screen allows the user to either select an option from a list of choices (filled from th database). Or to add a choice.
It appears to be a combobox. Where there is a dropdown arrow so the user can select an option.
However, this is where the similarity changes. the user can then select the text and edit the text of the option chosen. Then can click on a command button "add" to add this as an option for later if needed be. It does not change the option selected but adds another option.
Also the combobox has seperation lines between each entry.
I do not know if I have explained this well enough or not.
Anyone have any ideas how to duplicate this. Working in VB5.
ck1999