-
New Process Manager App now available
I have just published our latest app, KAS Process Manager on www.onlinedatabase.solutions What is Process Manager This app is designed to help your organisation to standardise and manage your…
-
Problems with Date/Time field
The below code isn't working in the web version: --- let d := date('Date / Time');select Table where date('Date / Time') = d --- Works fine in the Mac app.
-
Unsorted Linked Table
I have a Table called WORK, which has a linked table for CUSTOMER. When I start filling in the form of WORK and come to the linked table field for CUSTOMER,…
-
Wanting a single record instead of the array.
I am using this reference in a formula field : (select ContactTypeJoinTable)[text(ContactTypeChoice.Category) = "Supplier"].Contact.Company In my formula field I now get all records of 'Company' with…
-
Formula - move record to another table
Hi all I have a Quotes table and an Orderstable. I'd like to add a "Convert To Order" button to quotes. I've gotten part of the formula working, but my issue is with the line items.…
-
I have a question about using a URL field.
Is it posible to not only enter a URL into the field, but also fill in a user name and password for that website.
-
Best Practice - Forcing search results - formula vs update text field on trigger
Hi all At the moment, to make results appear how I want in search/lookup functions, I have 7 formula fields at the top of the form that contain info I want to appear in the search.…
-
Tracking User Activity
Is it possible to build a table to count individual user actions in the database as a whole? I want to implement a fun rank and title system, similar to the one on this forum (Apprentice, Ninja, Monk,…
-
Ability to reorder tabs on forms or insert a new tab in the middle of the tabs?
With Ninox, I like the ability to organize my forms by placing fields on tabs and giving each tab a name. However, I don't see a way to reorder the tabs.…
-
Best solution to print texts with a record data if there are many of these texts?
I have a Patients table with their data (name, id number,...). Each time a patient does a different treatment he has to sign a corresponding informed consignment (IC).…
-
is it possible to program a button using statements contained in a choice pull down menu?
is it possible to program a button using statements contained in a choice pull down menu?
-
Additional File Attachment Options
I would love to be able to link in files through a native integration of Google Drive so that our school can attach links to files that are too big to actually upload and be part of the database.
-
Is it possible to have small field presentation ?
Hello everyone, I have a table with different kinds of field but when it came to make a layout, they seem to have a minimum space and I cannot shrink them.…
-
Is it possible to use a dot as a decimal separator instead of a comma in a numeric field ?
I think that everything is in the title. regards
-
popup tab
Hi good morning in a table I set two different layout tab views when I try to popup this table I always popup the first, the main layout. how can I popup the second? Which is the proper grammar?…
-
How would I populate a table with random elements from several other tables when I add a record?
I have a table to use as a display and the items from it need to be randomly generated from several other tables. All. of the tables have a unique integer key so randomly generating a number based on…
-
Console Improvements
Working with the console is extremely convenient, but it would be even better adding cursor position info (line/column) and allowing a floating split point between coding and result areas.…
-
Printout of values
Years back I programmed dBase 4 (and yes, I am very old). When troubleshooting, I could insert print statements which would let me look at calculated values.…
-
pc
is there a pc application
-
How to search from parent to child
Literally every day I learn something new about Ninox. This morning I learned something new that might help others as well. I imported data from a contacts table and a phone numbers table.…
-
Formula comment
How do I make a part of a formula a comment rather than deleting when I am troubleshooting.
-
Native iOS scrolling left & right (currently slow)
It would be great to have a smoother scrolling experience on iOS. Currently a fast scroll to the left moves just a few columns and stops. This makes it hard to get around on a bigger table.…
-
No attachment file in mail
Hi, I would like to send an email with attachment file, the email is sended but no file attached ! this is my code let myPdf := printAndSaveRecord(this, "DEPANNAGE"); let myName :…
-
how do I use "undefined" in a logical formula?
What is the code for "undefined" in a logical formula, for instance, if the answer to a yes / no question is missing? Thanks
-
How can I optimize a table with lot of data?
I have a table with 728,000 entries. Each entry has about 24 fields - six of which are formula fields. As you can well imagine, whenever I query this table, things tend to slow down,…