0
Change "+ Create record"
How do I change the text "+ Create record" for a given table on a form to something else, like "+ Add Invoice"?
24 replies
-
Unless Jacques TUR has figured out a way to hack the UI of the reference table, there is no way to modify the UI like that.
What you can do is use a View element. These do not have any added function like 'create record' or 'add link'. Then you can create buttons at the bottom of the element.
Here is a picture of something in my DB. You can see a table and at the bottom are buttons that I created.
-
Kent Signorini said:
For the sake of example, what query (select) would I use to duplicate the Cast subtable using a View on the Movies form in the Collections sample database?
I get to "select Actor where..." and then nothing I put behind the where is valid.You can try:
let t := this; select Actors[Movie = t]
-
Kent Signorini said:
Fred No, not right for that example.Well this is what I get:
I don't know what you are after then.
-
Jacques TUR said:
if you are still skepticalI am not nor was I skeptical. Just reporting what I saw. Have a great day.
Content aside
- 2 yrs agoLast active
- 24Replies
- 396Views
-
4
Following