| Stonefield Query SDK |
| Adding Existing Scripts to a Project |
The best way to do this is to rename the script files (SFSCRIPT.DBF, SFSCRIPT.CDX, and SFSCRIPT.FPT) in the first project directory to something applicable (such as ACCTSCRIPT.DBF, CDX, and FPT) and copy them into the second project directory. Then, edit the SFQUERY.INI file to specify the additional script file:
[Scripting] file1=sfscript.dbf file2=acctscript.dbf
You may also wish to add the existing data dictionary files to the project as well.
Note that the last file listed is the one new scripts added in Stonefield Query Studio are written to. Edits to existing scripts are written to the file they're defined in.
| Last Updated: 03/23/10 |