|
<< Click to Display Table of Contents >> Navigation: Telegram > 2021 > 11 > 30 > Telegram_2021-11-30T03 |
2021-11-30T03:33:30
Did you develop any app with bootstrap 3?
2021-11-30T03:43:53
Guys, help me
I want to load presaved data to my form.
In form I have a iwbs4select object.
How I can select one of its items by code?
2021-11-30T03:52:33
I Used SelectItemsByValues like the following
IWBS4Select3.SelectItemsByValues(CityID,CityName);
but was not successful
2021-11-30T03:52:37
If you have the items in a db table, its easier with a IWDBLookupComboBox
2021-11-30T03:53:56
I didn't think that
the data is in db, but I used this method.
it is hard t change all the developed app...
.
2021-11-30T03:59:54
it would only be IWDBLookupComboBox.KeyValue