In this form the data enviroment has two files opened exclusive(single user enviroment) I set SET EXCLUSIVE ON in the main prg
The jobs curser will delete correctly but, the dispositions curser
won't delete anything. I not sure why.
The jobs curser will delete correctly but, the dispositions curser
won't delete anything. I not sure why.
Code:
SET SAFETY OFF
SELECT jobs
DELETE FOR TRIM(jobs.projname) = jobdel
pack
SELECT dispositions
DELETE FOR TRIM(dispositions.projname) = jobdel
PACK
SET SAFETY ON