Search found 103 matches: comix

Return to advanced search

Re: DBT ->FPT

I did it like this... Comix will become "DBFCDX" now FUNCTION dbffpt()   //use emaillog   //copy to c:\marc\fpt\emaillog.dbf via "COMIX"   //close all   //*    LOCAL aFiles[ADIR("c:\marc\*.dbf")]  ...
by Silvio.Falconi
Sat Nov 27, 2021 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBT ->FPT
Replies: 5
Views: 377

Re: DBT ->FPT

I did it like this... Comix will become "DBFCDX" now FUNCTION dbffpt()   //use emaillog   //copy to c:\marc\fpt\emaillog.dbf via "COMIX"   //close all   //*    LOCAL aFiles[ADIR("c:\marc\*.dbf")]  ...
by Marc Venken
Sat Nov 27, 2021 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBT ->FPT
Replies: 5
Views: 377

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... out of programmer control and does not have to be. In [x]Harbour you can disable this part of dbCommit() by: set( _SET_HARDCOMMIT, .F. ) In COMIX by: cmxSys( 1002, .f. ) As I said it does not cause any interactions to concurrent access. Try to add set( _SET_HARDCOMMIT, .F. ) to above code ...
by Antonio Linares
Fri Apr 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5706

Re: DBV Memo File Formats.

... not test it but i didn't found anything else with "flexfile" if you still have Cl*pper and LIB i recommend to export Memo to FPT using Comix / SixDrive which seems to work well with CDX
by Jimmy
Thu Dec 19, 2019 3:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBV Memo File Formats.
Replies: 1
Views: 314

Re: [HM] New post at Harbour Magazine

they are just too slow This is a very very old story. Yes, they were slow till Foxpro came up with Rushmore technology long time back. Later comix and six implemented same technology. Present DBFCDX too implements the same. They can be quite fast but we need to understand how the RDD optimizes ...
by Enrico Maria Giordano
Mon Feb 05, 2018 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [HM] New post at Harbour Magazine
Replies: 6
Views: 1164

Re: [HM] New post at Harbour Magazine

... they are just too slow This is a very very old story. Yes, they were slow till Foxpro came up with Rushmore technology long time back. Later comix and six implemented same technology. Present DBFCDX too implements the same. They can be quite fast but we need to understand how the RDD optimizes ...
by nageswaragunupudi
Mon Feb 05, 2018 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [HM] New post at Harbour Magazine
Replies: 6
Views: 1164

Is this Netopen function from 16 bit ok for FWH32 ?

Hello, In my project of converting from 16 bit to FWH, i need to change all my Ntx and partial COMIX files to CDX FWH. I have the folowing code for opening files in FW16 : Is this code still a good code, (change the COMIX to CDX...) or should I find a better one that uses ...
by Marc Venken
Fri Sep 22, 2017 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is this Netopen function from 16 bit ok for FWH32 ?
Replies: 4
Views: 1071

Re: Final conversion 16 bit to FWH

... simpler. I managed to get the app. into Fwh 32 bit. I have the master menu, but offcourse the first problems are there.. I used ntx and comix togetter. (will port them to cdx) but simply open a file will give the error (Error DBFNTX/1001 Open error: c:\marc\klant) I believe that there ...
by Marc Venken
Thu Jul 06, 2017 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5023

Re: Convert DOS application(s) to Harbour <== LIB compatibility

... the 'DBFCDX/1001 Open error' message... I found the following on this board: If you are working with DBF/CDX/FPT files created with Clipper, Comix or Six Driver, let me tell you that those FPT files are not compatible with xHarbour FPT structure, this is due because Clipper and friends create ...
by elrosa
Wed Aug 03, 2016 2:38 pm
 
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 18109

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

... bitmapped filtering technique, initially optimized with the help of indexes. That changed the entire scenario. Filtering was lightning fast. Comix and SIX RDDs came into market providing the same technology for Clipper. Now no limits on filtering. Later Clipper bought Comix from Loadstone ...
by nageswaragunupudi
Tue Feb 03, 2015 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8344

Re: Objeto ficticio

... de falta de divulgación, mirando std.ch en el directorio include de Harbour ME ACABO DE ENTERAR que SET RELATION SOPORTA LA CLÁUSULA SCOPED del Comix RDD. "SET RELATION TO ... SCOPED lets you handle true one to many relationships with ease! When you select the child workarea, only the records ...
by Carlos Mora
Wed Oct 01, 2014 2:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto ficticio
Replies: 18
Views: 3582

Does one know about this language. !

Description Language Clipper/XBase compatible compiler with initial support other xBase dialects. Multitasking, OOP,SIX/Comix, SQL and ODBC drivers,a C-API for third-party developers, a few wrappers for popular libraries (such as BZIP, GZIP, GD, Crypto, and Fcgi), Site := http://sourceforge.net/projects/clip-itk ...
by HATHAL
Wed Nov 14, 2012 5:47 pm
 
Forum: FiveWin for CA-Clipper
Topic: Does one know about this language. !
Replies: 0
Views: 1606

Re: FWH 11.11 + xharbour.com + xCC

... In a few days you will be using the best Harbour available. Antonio: I have been using xHarbour for years primarly because of rmdbfcdx driver (Comix/Clipmore). I haven't test it recently however, originally the default dbfcdx driver was much slower. Has anything changed? Is there anything comparable ...
by Randal
Tue May 15, 2012 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.11 + xharbour.com + xCC
Replies: 39
Views: 14819

Re: Wdbu compile with (x)Harbour

... wich only makes 16 bits apps wich are not compatible with Windows 7 64 bits. Most of the unresolved functions are from third party libraries like Comix or ADS. BTW, the port to [x]Harbour is also a not easy task.
by MdaSolution
Mon Aug 29, 2011 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wdbu compile with (x)Harbour
Replies: 20
Views: 3465

Re: To Antonio: I'm getting frustrated

I believe the commercial xHarbour includes the Six functions in their RDD. They also include Comix functions also.
by Gale FORd
Sat Jun 04, 2011 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: I'm getting frustrated
Replies: 17
Views: 5727
Next

Return to advanced search