Jump to content

uniComboBox OnSelect question


55143681

Recommended Posts

In my uniComboBox's OnChange Event ,I show the selected item's text,for example,the item is a,b,c,d,e,

when I open the list and select  item "a",then a messagebox show a,

but when I open the list and still select item "a",it do nothing,

I wish it can still call OnSelect 

Link to comment
Share on other sites

  • 11 months later...
On 9/17/2019 at 1:40 AM, Sherzod said:

Hi,

Sorry for the late reply.

This behavior is from sencha. I know that in VCL this behavior is different.

But please tell me why such behavior as in VCL is important for you!?

I have quotation need to show price automatic based on category and item names that user select from the combobox. The plan is after user chose category from the combobox category, the item name combobox will filter it. so only show items based on categroy selected. then after user select the item name, the price will auto show in the unidbgrid.

The only way i can think of , is when the user finish select the "Product Type" then i can query to get the price, but i always get index -1

quotation.jpg

Link to comment
Share on other sites

On 9/19/2019 at 12:56 AM, wilton_rad said:


On a screen with many rules, I would leave the grid for viewing only,

and put the controls on the form, using tunidbloockupcombobox and tunidbedit for data entry, so you have more freedom to handle events. grid would be read only.

Hi wilton_rad,

I am using Tunicombobox as my Tunidbgrid editor, so i have both future combine. It's for details entry,

But , i m interesting to know more of your suggestion.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...