Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Re: Trigger after update' ... how to self reference multiple choice and add record to another table...
Until you are able to join the webinar, you might want to try this... In the "Trigger after update" of the processing table you would enter... let t := this;create repository;last(select repository).… -
Re: Is it possible to link automatically (via a function) fields in two tables that contain the same text?
The code in my previous post is for a record level link. If the field of the selected record in table 1 matches any of the records with the compared field in table 2, the records will be linked.…