The settings form allows to add files outside project scope. Deleting this files via the setting form fails.
Fix will be worked in August 2024.
Work around
USE (_screen.gcb2t_path) This is the table shown as Storage in the settings form holding Bin2Text settings
BROWSE FOR cType="A"
- identify the record with the file
- delete record
- close the table
The settings form allows to add files outside project scope. Deleting this files via the setting form fails.
Fix will be worked in August 2024.
Work around
USE (_screen.gcb2t_path)This is the table shown as Storage in the settings form holding Bin2Text settingsBROWSE FOR cType="A"