-
Calendar entries out of order - how to fix?
Events in the calendar Month view are out of time order within a particular day. For example, there may be an appointment that is at 4:00pm, then one at 10:00am, then one at 1:00pm (top to bottom).…
-
creating a linked record in a subtable within a script
I want to create a record in a subtable from within a script. When I use let I := create 'subtable name', it creates a record, but it is not linked to the parent table.…
-
Ability to edit a database offline
Hi All, Bit of a random question. Background Information: I use the cloud version. I manage mates database for his company in my spare time. im constantly looking at it and doing small updates.…
-
Mutually exclusive choices
Hello forum, I have an extremely basic question. Imagine a list where each item should be assigned one and only one value. In my experience this ought to be the use case for a "radio button",…
- Answered
-
Calendar missing some dates
I've got a number of Data Fields in my various tables that have Show in Calendar set to Yes however they don't appear in the Calendar. I'm lost as to why since I assume that flag alone should have…
- Answered
-
Form to Sheet view
When one opens a table in form view and then selects (all) the form does not slide out of the way to reveal the sheet/table view which is now underneath, if you know what I mean.…
-
Can I work offline in the Ninox Cloud version ?
Sometimes I need to work offline in a database. I mean: not via a browser, but in the Ninox app. Can this database synchronize with Ninox Cloud once I'm online again ?
-
Gantt Date Format using European and not US
Even though the date field formats are done in US, when I created a view for Gantt, the top timeline dates are formatted for Europe (MM/DD/YYYY). I don't see a way to change that since it would need…
-
Rich Text Field frustration - help :-(
I use the odd RTF field but I find it very frustraing that I have no way of see the embedded formatting other than the actual applied formatting in text.…
-
Embedded Vimeo videos
Hello everyone, I'm trying to integrate videos from Vimeo on a Ninox form. The problem is that my videos are limited to specific domains so they can't be seen by anyone.…
-
Formula colour
Hey everyone, here's a question: I have a choice field where I have set different colours for every value. I also have a formula field which is linked to another table.…
- Answered
-
Email a Report from a form with PDF
I am struggling to send emails from a button. the current code is: let check := dialog("Email Guest?", "Guest Will Receive a Confirmation Email.", ["Email Confirmation", "Close"]);…
-
Lost Administration Mode (macOS app)
I want to change a layout view in a database. I can't find the 'wrench' icon to get me into Administration mode. It used to be at the top right of the Ninox window. Where'd it go? macOS app version 3.…
-
removing embedded quotes from a text object
still learning. How can I remove embedded double quotes from a text variable? xText contains -> this is a test'''to remove embedded quotes
-
What does it mean and what does it do ?
not (ninoxApp() like "android" or ninoxApp() like "iphone") on Display field only if
- Answered
-
Multiple choice field
Hello everyone, I have a small silly question: I'm using a multiple choice field, which has many many many records to choose from and I wanted to ask if there is a way (in the multiple choice field…
-
Export child table
I might be wrong but there doesn't seem a native way how to export records in a child table. Seems the best option atm is to use the ninext from @Jacques TUR https://forum.ninox.…
- Answered
-
Displaying a field that is null based on formula
I have a Serial No text field for input and once filled in is made invisble and replaced by a formula field showing the data. Idea being that it can not be changed once entered.…
-
How are images stored?
How is a file saved in an image field stored? Is the whole file stored within dBase or just a link? In practice, can an iamge file be deleted once it has been imported into the filed of a dBase?…
-
Image copy from Child Table to Parent Table
Here is the scenario I need help with: Multiple people perform maintenance on Master Items. When they complete, they take a picture of the item and that image gets posted to an Item Image table.…
-
Copying pictures from table to table not possible!
from image field into another one in same table works fine,but from table to table fails. check it out please! by the way! 10 stars app ! Thank you,
-
Copy a image or picture
How can copy a image or picture from a table to another. I have tryed many way but nothing work. I tryed : Table_1.image:= Table_2.Image Dont work I tryed with text name of image dont work.…
-
Zero negative result in Formula
Hi! I have two fields: Total Invoice Amount Paid I have a function that calculates the difference Total Invoice - Amount Paid If the result is 0 the formula gives me a result -0.00 €.…
- Answered
-
Round function
Hi! In the Ninox Manual in the Round function section I read: The function only rounds visually for the display of the respective value. Internally, the number in question is retained with all…
-
Alert on a deleted record
Hi! I have an alert placed via a trigger after a tab fades. This alert allows me to remind myself that an important field has not been filled in. But if I delete the record without the field being…