Jump to content

TUniDBLookupComboBox, TUniComboBox, TUniDBComboBox


Guest

Recommended Posts

  • Administrators

Message from: "Oscar Flor"

 

Mr. Farshad:

 

Please, can You implement the OnClick events por this componentes?

 

Best Regards

 

We have OnSelect event for ComboBox controls. What OnClick event is supposed to do for a ComboBox?

 

That said we will implement OnCloseUp event for ComboBox.

Link to comment
Share on other sites

We have OnSelect event for ComboBox controls. What OnClick event is supposed to do for a ComboBox?

 

That said we will implement OnCloseUp event for ComboBox.

 

Yes Mr. Farshad, you right The "Combos" have OnSelect event. But TUniDBLookupComboBox doesn't.

 

I experiencing problems when want to check the .value property of the TUniDBLookupComboBox, allways raise me null, even if I select a value on the combo.

 

Best Regards

 

Oscar Flor

Link to comment
Share on other sites

  • Administrators

Yes Mr. Farshad, you right The "Combos" have OnSelect event. But TUniDBLookupComboBox doesn't.

 

I experiencing problems when want to check the .value property of the TUniDBLookupComboBox, allways raise me null, even if I select a value on the combo.

 

Best Regards

 

Oscar Flor

 

Do you want to check the value inside an event?

Does TUniDBLookupComboBox have a Value property?

Link to comment
Share on other sites

Do you want to check the value inside an event?

Does TUniDBLookupComboBox have a Value property?

 

1) Yes I want to enable/disable hide/show controls based on a value selected on a DBLookupComboBox when is selected.

2) Yes the UniDBLookupComboBox have the "KEYVALUE" property.

 

Normally when I need a ComboBox with data aware list I don't use ComboBox because you need to fullfill the items property by hand. I this case I use the DBLookupComboBox but dont assign the properties DataSource and FieldName but the list properties yes.

 

On Win32 works very fine.

Link to comment
Share on other sites

  • Administrators

1) Yes I want to enable/disable hide/show controls based on a value selected on a DBLookupComboBox when is selected.

2) Yes the UniDBLookupComboBox have the "KEYVALUE" property.

 

Normally when I need a ComboBox with data aware list I don't use ComboBox because you need to fullfill the items property by hand. I this case I use the DBLookupComboBox but dont assign the properties DataSource and FieldName but the list properties yes.

 

On Win32 works very fine.

 

For DBCombo we already have the OnSelect event. We will implmement the OnCloseUp event for DBLookUpCombo. I think it will resolve this issue.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...