FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DBCOMBO
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
DBCOMBO
Posted: Wed Jul 09, 2008 08:13 AM

I had a look on testdbc1.prg form the FIVEWIN examples.

I didn’t found out if the DBCOMBO is capable of searching.
Does someone know if you can do an incremental search with the DBCOMBO?
Is DBCOMBO only a dropdown or can you insert new items?

Thanks in advance
Otto

Posts: 408
Joined: Sun Aug 13, 2006 05:38 AM
DBCOMBO
Posted: Wed Jul 09, 2008 03:03 PM
it isn't dbcombo but maybe you can to use ftp://ftp.quiquesoft.com/fivewin/qcombrow.zip it is possible that serve you, alone you would have that to add the line with bkeychar to do the seek
Saludos

Quique
Posts: 682
Joined: Tue Feb 14, 2006 09:48 AM
DBCOMBO
Posted: Thu Jul 10, 2008 05:30 AM

Hi Otto,

Yes, you can do incremental search with the DBCOMBO.

DbCombo is a dropdown, but you can Add elemts usgin method Add or Insert.

Saludos desde Mallorca
Biel Maimó
http://bielsys.blogspot.com/
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
DBCOMBO
Posted: Thu Jul 10, 2008 07:35 AM

Hello Biel, hello quique,

thank you for your help.
Biel, do you have a working sample which you could share?

Quique,
I downloaded the zip and will have a look.
I saw you have a internet server (quique.com) where one could use dBase files.
Is there somewhere more information on that?

Thanks in advance
Otto

Posts: 408
Joined: Sun Aug 13, 2006 05:38 AM
DBCOMBO
Posted: Thu Jul 10, 2008 02:42 PM
It's a webserver that accept xbs pages, it's an asp pages but xbase code, it can configure for each virtual server support or not pages xbs and eche one permit access the files of all directories or only the directories of this virtual server for down. Accept some CGI-BIN and CGI-WIN also by configuration. It's possible to configure each virtual server whit a diffrent port. It's in console mode becaus fivewin doesn't support (or didnt't support correctly) MT, there would be that to test if already does it.

The server need to check some bugs and reestructuring some things, but I have not given a lot importance because nobody use it only me, but if really it interests you to use it, I'll dedicate some time to review it.

I have a little problem, my english is very poor, but if you review http://www.quiquesoft.com/ayuda/esp you can see some documentation in spanish. Olso can you see it if you download the server, unzip it, run it and type http://127.0.0.1/ayuda/es or in the directory ayuda/es.

It's possible that in the samples you found some bugs, because how nobody was interested in it, I only dedicate me to revise I needed, but if you have problems, you can ask to me.

The server really works, my web server use it in win98.
Saludos

Quique

Continue the discussion