This is actually useful. Let's say you have some fields which do some basic validations against database table constraints and some that do not require them. You could simpy dispatch a command to validate to all fields and only the ones which need to will handle the message. I like it.
Bob S > On Aug 23, 2017, at 08:44 , prothero--- via use-livecode > <[email protected]> wrote: > >> Right. >> Dispatch will return an "unhandled" status if it can't be executed, while >> send will throw an error. >> >> -- >> Mark Wieder >> [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
