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
How Open the same dbf
- TimStone
- Posts: 2956
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: How Open the same dbf
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
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
- Silvio.Falconi
- Posts: 7164
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 2 times
Re: How Open the same dbf
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
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
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
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: How Open the same dbf
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.
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