Westy
Choices_Software_Dean
Joined: Sat Jun 15 16:44:57 UTC 2019
Latest Posts
-
Re: how to make a button in "table 1", change a no to a yes in a "table 2", depending if a different formula in "table 2" is = Yes
for t in select Artists do if t.'before today' = true then t.('artist paid' := true) endend If the "artist paid" and "before today" fields are of type "Yes / No" then the above may work.… -
Re: Hi I am new to Ninox and I think it's great. I have a problem though: how do I create a form where I can change the layout so it represents other fields in another layout than my other form layout. Any changes I make in form1 seem to be applied to form2 as well and if I want to remove a field from the view it seems to be deleted altogether. Any help would be greatly appreciated.
In the "Edit Fields" view the vertical order of fields controls their order on forms. You can hide any field by setting its "Display field only, if" property to Null.…