Jump to content

Recommended Posts

  • 3 weeks later...
Posted
On 10/31/2020 at 6:43 PM, picyka said:

the RemoteQuery event in the TUniCheckComboBox component?

Hello,

Sorry for the late response.

Maybe you wanted like this?:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  TUniComboBox(UniCheckComboBox1).RemoteQuery := True;
  
  ...
end;

 

  • Like 1
Posted
2 minutes ago, picyka said:

As far as I can remember, even configuring the component does not trigger the RemoteQuery event

Please try once again, works for me.

  • Like 1
Posted
11 hours ago, Sherzod said:

Hello,

Sorry for the late response.

Maybe you wanted like this?:


procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  TUniComboBox(UniCheckComboBox1).RemoteQuery := True;
  
  ...
end;

 

In parts it worked, but I can't type in the field to search

  • 2 months later...
Posted
On 2/18/2021 at 4:41 PM, picyka said:

I needed this feature, it would be important to search on demand, in large tables :(

Hello,

Sorry for the late response.

Please clarify your case again (step by step). 

Perhaps you need to use a different component, a different solution...

  • Like 1
Posted
3 minutes ago, Sherzod said:

Hello,

Sorry for the late response.

Please clarify your case again (step by step). 

Perhaps you need to use a different component, a different solution...

Any suggestion will be welcome, come on.

Imagine a sales report, where the user wants to know what he sold in city x and y, then he would filter two cities, this is very common in report screens,

the components UniTagField and UniCheckComboBox would answer, but I need to only look for the data when the user types.

I hope I made it clear

Posted
On 11/30/2020 at 7:29 AM, picyka said:

Good morning, could you give any suggestions?

Observe this attachment, this would be the behavior.

Posted
8 minutes ago, dkeene said:

i use remote query all the time. You need to put some code on the OnRemoteQuery event 

These two components do not work.

  • 1 month later...
Posted
On 2/19/2021 at 1:28 PM, dkeene said:

i use remote query all the time. You need to put some code on the OnRemoteQuery event 

Do you have an example of how to do this for TUniTagField please ?

Posted
2 horas atrás, david_navigator disse:

Você tem um exemplo de como fazer isso para o TUniTagField, por favor?

+1

 

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...