Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Re: I’ve got this code from a button on a form but get error “not a data field” on the last line. Any help appreciated.
let i:= select Transactions is going to return an array of Id's for the Transactions table because Id is the default if you don't specfy another field like... let i := (select Transactions).… -
More options for the View layout element
When you click on a record in the View layout element, it slides a duplicate Form View in with that record selected. It would be useful to be able have the option to use openTable(tableName,…