FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How Open the same dbf
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: How Open the same dbf
Posted: Wed Jan 02, 2019 06:03 PM

James,

I do comment the index order in the New method for the database, and can also specify it in a // comment when creating the object. This is actually cleaner for me than using index names.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: How Open the same dbf
Posted: Wed Jan 02, 2019 06:12 PM

Tim,
are you sure ?
Perhaps not understood the problem
I used share mode, tdatabase,tdata and array
then the problem is not only to show two xbrowse with different filter but also to manage the archive for single service and multiple service, then at the end I need to open the servizi.dbf without filter to set the display orders

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: How Open the same dbf
Posted: Wed Jan 02, 2019 07:26 PM

Silvio,

Since you are only using less than 10 records, filters are not a speed issue. If you were using a thousand records, then they would be a big speed issue.

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion