
Javier Gómez
-
Numeric array variable initialization
Hello there. I'm stuck with a somehow simple problem. I can't create a variable type array and initialize it unless I enter a number. Take a look at this code: let myArray := [];…
-
Sending emails reminders automatically in Enterprise version
Hi there. I'm searching the forums but can't find an answer for my needs. We have an Enterprise account, and want/need to send a remainder to our costumers when certain event occurs (time based):…
-
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'.…