Is it possible to change table data using an Update Trigger or similar record validation in 'MODIFY STRUCTURE'.
When I call on a UDF that replaces a record in a field I get: "Trigger failed: table is read only". Of course this makes sense since changing the record would become nested.
I suppose I must always use buffered fields and forms to do it.
Thanks,
Philip
When I call on a UDF that replaces a record in a field I get: "Trigger failed: table is read only". Of course this makes sense since changing the record would become nested.
I suppose I must always use buffered fields and forms to do it.
Thanks,
Philip