picyka Posted October 31, 2020 Posted October 31, 2020 You can use the RemoteQuery event in the TUniCheckComboBox component? Version 1.90.0.1536 Quote
Sherzod Posted November 20, 2020 Posted November 20, 2020 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; Â 1 Quote
picyka Posted November 20, 2020 Author Posted November 20, 2020 As far as I can remember, even configuring the component does not trigger the RemoteQuery event Quote
Sherzod Posted November 20, 2020 Posted November 20, 2020 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. 1 Quote
picyka Posted November 20, 2020 Author Posted November 20, 2020 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 Quote
picyka Posted November 26, 2020 Author Posted November 26, 2020 53 minutes ago, picyka said: Existe essa funcionalidade? Â Quote
picyka Posted November 30, 2020 Author Posted November 30, 2020 On 11/26/2020 at 6:38 PM, picyka said: Â Good morning, could you give any suggestions? Quote
Sherzod Posted November 30, 2020 Posted November 30, 2020 4 minutes ago, picyka said: could you give any suggestions? Hello, Maybe you wanted like in this post? http://forums.unigui.com/index.php?/topic/14832-tagfield-autocompleted/ 1 Quote
picyka Posted November 30, 2020 Author Posted November 30, 2020 5 minutes ago, Sherzod said: Hello, Maybe you wanted like in this post? http://forums.unigui.com/index.php?/topic/14832-tagfield-autocompleted/ I once looked at it, but I didn't have the published remotequery, I'll check it, thanks! Quote
picyka Posted November 30, 2020 Author Posted November 30, 2020 11 hours ago, Sherzod said: Olá, Talvez você queira curtir neste post? http://forums.unigui.com/index.php?/topic/14832-tagfield-autocompleted/ UniTagField component does not have the RemoteQuery event, for a large table it will be very slow. Quote
picyka Posted November 30, 2020 Author Posted November 30, 2020 https://fiddle.sencha.com/#view/editor&fiddle/2ab6 It would be something like this, but it looks like there is a bug there. Quote
picyka Posted February 18, 2021 Author Posted February 18, 2021 I needed this feature, it would be important to search on demand, in large tables Quote
Sherzod Posted February 19, 2021 Posted February 19, 2021 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... 1 Quote
picyka Posted February 19, 2021 Author Posted February 19, 2021 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 Quote
picyka Posted February 19, 2021 Author Posted February 19, 2021 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. Quote
dkeene Posted February 19, 2021 Posted February 19, 2021 i use remote query all the time. You need to put some code on the OnRemoteQuery event Quote
picyka Posted February 19, 2021 Author Posted February 19, 2021 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. Quote
david_navigator Posted April 3, 2021 Posted April 3, 2021 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 ? Quote
picyka Posted April 3, 2021 Author Posted April 3, 2021 2 horas atrás, david_navigator disse: Você tem um exemplo de como fazer isso para o TUniTagField, por favor? +1  Quote
picyka Posted April 14, 2021 Author Posted April 14, 2021 Until today I couldn't find a way out to help me Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.