You can obtain the value of a single field in the current record if you know the field's name using the FileFlex function DBGetFieldByName. This function returns the value of the indicated database field into the result variable.
This command can use a container name as an argument. In that case, FileFlex assumes the container holds the name of the field desired.
If you wish to decrypt a field, you'll need to use the "D" decrypt flag, along with your key code.
The FileFlex 3.0 write and read functions contain the same capabilities and limits of previous versions, even though the FileFlex file format now supports all FoxPro data types including binary and huge memos. Future versions of FileFlex will add intelligent support for large object data typing, but we've got plenty to keep us busy with the current release.
|