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
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...
  • 2 weeks later...

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...