Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Re: I need to see if a value = something from combo box that it will create a new event in my history table. Currently i have a project table and when i select "PENDING" i want it to create a new event in my history "New item pending"
You can add the code to "Trigger after update" in your main table. if text(Status) = "Bid" then let h := (create History); h.(Event := "Bid"); h.(Date := now()) else ... -
Strange behavior
When you subtract two numbers from different fields and then convert the result to text and then get the length of the text, the comma will be counted if the number field being subtracted from is…
-
Customized view when searching a linked table?
When I enter information in the data entry form, I have a field for a linked table that I can either search or add a new record to. This is standard for Ninox.…