hi,
How to indicate keys (composed with 2 fields) in the bufdataset?
FYI, I use .dbf files and I was looking for a solution to be able to sort on calculated fields. I don't want to (can't) change everything to use an SQL database.
I rely on the bufdataset to display and update it, and I maintain my DBF tables in parallel.
The problem with bufdataset:
"Indexdefs" is grayed out in the IDE and cannot document "IndexName" and "IndexFileNames".
I tried this:
on the "Indexdefs" line of the bufdataset, click on "..." and create an index by defining its name, its characteristics and the key fields,
then I document the "IndexName" property. The fields constituting the key are not displayed, and if I fill them in manually, everything disappears.
I tried to create this index by coding in my program.
The compilation runs fine, everything appears fine, but sorting on these keys does not work.
Thanks.