Jump to content

RemoteQuery


picyka

Recommended Posts

  • 3 weeks later...
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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 months later...
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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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