Page 2 of 2
Re: About searches ComboBox
Posted: Thu Apr 09, 2009 12:46 pm
by esgici
Hi Sudip
Thanks a lot to your nice words.
sudip wrote:
I like your way of programming.
This isn't mine, but the way of HMG
I am working only writing as soon as I can similar to HMG samples

.
And working to approach to HMG philosophy : being simple, easy to write, easy to maintain, easy to understand; without losing effectiveness, reliability and stability.
Viva HMG !
Regards
--
Esgici
Re: About searches ComboBox
Posted: Thu Apr 09, 2009 1:03 pm
by esgici
Hola Javier
jparada wrote:
I think that unfortunately is not the kind of solution that I need,
Sorry for inconvenience; probably I couldn't understand correctly your need.
... all this I have implemented in clipper
That's good news !
Could you send your Clipper implementation ? Clipper is only language that we can understand each other adequately
Please concentrate your code on the subject and please add your data tables ( by decreasing record count as soon as possible ).
If you like you can use my private e-mail address : esgici @ gmail. com
Regards
--
Esgici
Re: About searches ComboBox
Posted: Mon Apr 13, 2009 2:06 pm
by esgici
Hola Javier
I'm not sure that this will help your need.
Please look at that.
Saludos
PS : To everyone who will interest : Please test it hardly
--
Esgici
Re: About searches ComboBox
Posted: Mon Apr 13, 2009 2:43 pm
by sudip
esgici wrote:Hola Javier
I'm not sure that this will help your need.
Please look at that.
Saludos
PS : To everyone who will interest : Please test it hardly
--
Esgici
Hello Esgici,
I downloaded it. Tried it. And went through the codes. It's excellent!!!
Thanks for the code. Besides searching I also learned something very useful from it
Regards.
Sudip
Re: About searches ComboBox
Posted: Mon Apr 13, 2009 3:14 pm
by esgici
sudip wrote:
I downloaded it. Tried it. And went through the codes. It's excellent!!!
Thanks for the code. Besides searching I also learned something very useful from it
Dear Sudip
Thanks a lot
The
Excellent is HMG
Viva Le Roy Roberto
Regards
--
Esgici
Re: About searches ComboBox
Posted: Mon Apr 13, 2009 5:48 pm
by fchirico
esgici wrote:Hola Javier
I'm not sure that this will help your need.
Please look at that.
Saludos
PS : To everyone who will interest : Please test it hardly
--
Esgici
Very Very creative !
I have downloaded and saved.
Thanks for sharing.
Saludos, Fernando Chirico.
Re: About searches ComboBox
Posted: Mon Apr 13, 2009 5:52 pm
by esgici
fchirico wrote:
Very Very creative !
Hola Fernando, muchas gracias
The
creative is HMG
Viva Le Roy Roberto
Saludos cordiales
--
Esgici
Re: About searches ComboBox
Posted: Thu Nov 07, 2013 5:04 am
by franco
Hi again all, and thank you for the input and help.
My problem is solved to a certain extent. By using an array 50,000 records will create and load in about 5 seconds, which
is acceptable. It is not that common to have large tables. 90,000 takes about 9 seconds. The thing I need to work on is
giving the user something to watch as it loads.
The combo displayedit is very acceptable for incremental searching. THANKS to ESGICI`s EXAMPLE: . I did not know what
display edit was used for .......... Thanks again and HAPPY PROGRAMMING ............. Franco:
Re: About searches ComboBox
Posted: Thu Nov 07, 2013 8:20 am
by esgici
Hello Franco
Your are welcome again,
thank to your nice words
SFilBox is a primitive of COMBOSEARCHBOX, did you tried it ?
Happy HMG'ing

Re: About searches ComboBox
Posted: Thu Nov 07, 2013 9:11 am
by Rathinagiri
For many number of records, you can use combosearchgrid which uses sqlite as a backend database support.
http://hmgforum.com/viewtopic.php?f=9&t=2916" onclick="window.open(this.href);return false;