
Javier Gómez
-
Paste Excel cell intor RTF field with simple HTML
Ninox does a beautiful work when pasting a cell range into an RTF field: it is stored as HTML tables for free! That's great for our purposes but... the HTML tables stored do have some rich…
- Answered
-
Trigger after update record not triggered when linking/adding records to sub-table
I don't know if this is a bug or a feature, but the Trigger after update is only triggered when editing data in normal fields. Any change in a sub-table does not trigger the script.…
- Answered
-
Re: Displaying external Dropbox images. The solution if your database contain many pictures to keep the database size small.
Interestingly, the images DO APPEAR correctly using Ninox app on my iPad, but not working on the app version for Mac. So, clearly a bug. Hope the Ninox team reads these forums -
Re: Displaying external Dropbox images. The solution if your database contain many pictures to keep the database size small.
Hi there. I've tried the above formula... and it worked once! but now, the image is not displayed anymore! Any ideas/clues? My formula is this: let strt := index(Filename, "d/") + 2; let nd :… -
Setting Rich text field text justification and line height in print layout editor
I've found that Ninox automatically sets line height to 1 for every field ot type "Rich text" that I place in the layout editor. Also I can't use justified text, only left, center o right.…
-
Display rich text format content from a formula field
As Ninox can't hide empty fields, I need to create some "formula" fields that calculate the content to show. The formula is this: for i in range(count('Diagnòstics'.Ordre)) do if item('Diagnòstics'.…
-
Hide empty fields when printing a form
I can't find the answer in the user manual nor in these forums, so I'll make the question here. I'm creating a database for a Veterinay department. They study the cause of dead of different wild…
-
Hide empty image field when printing a report
I'm programming a solution that can have up to 10 images (with legend). When printing a report, I want to hide the empty image frames and legends. How can it be done?
-
Hide empty image field when printing a report
I'm programming a solution that can have up to 10 images (with legend). When printing a report, I want to hide the empty image frames and legends. How can it be done?