About searches ComboBox

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About searches ComboBox

Post 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
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About searches ComboBox

Post 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
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About searches ComboBox

Post 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
Attachments
SFilBox.zip
Search and Fill Box
(3.56 KiB) Downloaded 451 times
Viva INTERNATIONAL HMG :D
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: About searches ComboBox

Post 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
With best regards,
Sudip
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About searches ComboBox

Post 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
Viva INTERNATIONAL HMG :D
User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Re: About searches ComboBox

Post 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.
Saludos, Fernando Chirico.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About searches ComboBox

Post by esgici »

fchirico wrote: Very Very creative !
Hola Fernando, muchas gracias :)

The creative is HMG :)

Viva Le Roy Roberto :D

Saludos cordiales

--

Esgici
Viva INTERNATIONAL HMG :D
franco
Posts: 877
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: About searches ComboBox

Post 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:
All The Best,
Franco
Canada
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About searches ComboBox

Post 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 :D
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: About searches ComboBox

Post 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;
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply