0

Data Field Types
Hi, I'm trying to use this Db for the first time on a mini-Ipad, I'm trying to use the data field "location" but I cannot find any instruction on the on line help.
I put the field in a form, when I click on it, a map comes out, find an address, click on save thinking that it will appear on the field, but nothing happened.
I added a text field, wrote on it an address, edit the location field adding aa command "location=address" but again nothing happens. Can someone please help me to understand? Thanks
I put the field in a form, when I click on it, a map comes out, find an address, click on save thinking that it will appear on the field, but nothing happened.
I added a text field, wrote on it an address, edit the location field adding aa command "location=address" but again nothing happens. Can someone please help me to understand? Thanks
Like Follow
90replies
-
Hi,
i am looking for a more flexible way of 'anniversary'.
i need to set a schedule that repeats after: 1 week, 2 weeks, 1 month, 2 months or 3 months based on a start date, to be repeated until an end -date and an interval (choice-field).
each date should show up in the agenda
any idea/suggestion?
much appreciated! -
Hi, thanks for your request. What kind of table do you have? Date entries will be shown in the calender. If you have questions, you can also write to support@ninoxdb.de.
Best regards, Alex -
Another challenge i am facing.
i created a database that stores information about domainnames:
what is their renewal date, who is the registrar, price etc.
the field renewal-date is set to show in the caledar & anniversary
so far so good.
it appears that all dates in December do not show in the calendar.
any idea? -
Hi jurgenvt,
thanks for your request. We will try to recreate the issue. Could you provide us more information? Which Ninox Version are you using, which operating system.
It would be helpful, as well, if you could send us a screenshot or the template to support@ninoxdb.de
Best regards and thanks, Alex -
Hi Yves,
there is no way to prevent users to enter any kind of data. As a workaround you can use a formula to detect duplicates:let X := name;
let Y := surname;
cnt((select Tabelle where name = X and surname=Y))
Let me know if this helps. You can also drop a line to support@ninoxdb.de
Best regards, Alex -
So, I need a work around to capture duplicated entries before the record is added.
The scenario: we have a inventory table which has a field for the inventory ID.
The issue: when we add additional inventory using the same inventory ID ,we create a second record instead of " flagging" and informing the user " this ID is already present " in the table.
Any solutions or ideas are greatly appreciated. In my olden days MS Access referred to this as a field parameter set to (non-duplicated)