-
Awesome component, however 1 small flaw when compiling under BCB5.
DBF_PRSDEF.PAS will not compile, comes up with the error PDouble not defined (I don't recall exact wording).
Anyway, the fix is to define it in the Type section, I placed the following:
PDouble = ^Double;
after line 23 (PInteger = ^Integer)
Thanks again for the component.
2009-09-25 03:29:49 UTC by profm2
-
There is progress?.
2009-09-12 14:37:28 UTC by nobody
-
the index expression should be like this:
STR(Field1,12)+STR(Field2,12)
Because originally DBASE tables had all fields internally as texts, it is the easiest way to combine any fields be turning them into string form.
2009-09-04 23:41:26 UTC by vrull
-
How to create index on two integer fields? Why standard method for TTable does not work?
Error: 'Index based on unknown field ";".'
Anybody help me?.
2009-09-03 11:32:53 UTC by primak
-
D2009 support will be added soon.
2009-07-25 12:24:26 UTC by pl71
-
TDBF does not compile under Delphi 2009
Are you guys already working on a solution?.
2009-06-05 14:26:04 UTC by bob_marlowe