I my form, everytime i try to do an insert record, i get the FRM-040508 error.
The sql for the WHEN-BUTTON-PRESSED triger is as follows simple:
create_record;
IF NOT Form_Success THEN
Message ('NOPAY Add new RECORD- FAILED!!!!');
END IF;
commit;
BUt i keep getting FRM-40508 error and dont understand why or waht to look for. Any ideas?
Start Free Trial