Applies To: |
|
Summary: |
Citect uses database files (dBASE III
format, DBF) for storing some of it's system data. An example of
this is the HELP.DBF. Occasionally you may need to modify these
files for specific reasons. However, before modifying them, are
there any other requirements ??
For example: I have made a new driver using the Driver Development Kit (DDK). I wish to modify the HELP.DBF to add a new record for the drop down lists on the communications forms. When I add the new record however, the new entry still does not appear on the drop-down lists. Why? |
Solution: |
Some of the database (DBF) files have an
associated index file (NDX). The NDX file does not get
automatically updated if you modify the DBF file. This must be done
manually. There are a few methods of doing this, including:
Refer to the dBASE instruction manual if you intend using the dBASE option. The method using the cicode is as follows:
The INDEX.EXE command line utility can be obtained from Citect Support, but is an independent product and is not supported by Ci Technologies. To use the utility on the HELP.DBF file, run the following command from the Citect Bin directory: INDEX HELP TYPE |
Keywords: |
Related Links
Attachments