G
Guest
Hi, All,
how to edit item in the comboBox in main form afetr start run app?
Thanks,
Martin
how to edit item in the comboBox in main form afetr start run app?
Thanks,
Martin
martin1 said:Hi, All,
how to edit item in the comboBox in main form afetr start run app?
martin1 said:Hi, Armin,
comboBox default connection value is (-999, -999, -999), What I do
is let user edit 3 value to what user need ( for example, 123, 34,
45) in the first time, then user can select edited value from
dropdown.
Any suggestion?
martin1 said:Hi, Armin,
the default connection value is using comboBox items property to set
default value when create the app.
After run the app, let user edit
the three values.
How to add "Add" button to comboBox to add input to comboBox list?