-
how do I use ninox to print avery address labels?
how do I use ninox to print avery address labels?
-
Maybe the last question of the year, cough,cough.
Ok, so l,m now looking for a button script to add a record to linked customer. So let newRec :=(create Payment); newRec.(Payment.this id.......have no clue OpenRecord(newRec).…
-
Two questions
Hi All, I have many remote dslr camera trap “setups” for monitoring mountain lions in Southern California. Each setup comprises of multiple components: Camera box, camera, lens, sensor(s),…
-
precios especiales
Como hago para que si a un cliente le creamos una precio especial de un artículo, al entrar en las líneas de la factura de ese cliente nos salga dicho precio especial y no el precio normal del…
-
recargos de equivalencia
Como hago para que a un cliente que no tiene recargo de equivalencia, no se lo calcule en sus facturas
-
A big shout out to RoSoft_Steven Rooryck
Hi Steven, a big thank you for all of your help. You are greatly appreciated and without people like you to answer questions l would be well and truly up the creek.…
-
Merge record fields into an HTML email
Dear All, I am familiar with this command, but how would I include Ninox fields (like “First Name” “Last Name”) in the body of my HTML email? What is the syntax? sendEmail({ from:…
-
Is there a way to enforce the required fields so a record row will not be added unless all required fields are completed?
Is there a way to enforce the required fields so a record row will not be added unless all required fields are completed?
-
Noobie question
Hi All, I am building a database to monitor the many and disparate remote camera setups I have, photographing and videoing the mountain lions of Southern California.…
-
Button Script needed to open Invoice and link a regular customer.
Hi, I am looking for a button script to add to my “Invoices” table that will create a new Invoice to a customer that is used on a daily basis. I have the script to open new record...…
-
copy / move attached files to another record
Hi! I“m looking for an option to copy (or move) files from one record to a (linked) other record (by pressing a button or something). I haven”t found a NX command to access the attached file of a…
-
Are there any plans to support HEIC image files?
Does Ninox plan to support viewable HEIC format image fields in the near future? It is a pain to have to convert them to JPG so that they can be seen in the records. Thanks.
-
Emailing multiple records
Dear All, After a long hard, enjoyable week of learning I am gradually getting to grips with some programmimg in NX. I now want to be able to email a list of records to a client with the click of a…
-
change rich text field into a multiline text field respecting the break lines, not that it is a single line
good afternoonI have a field that is rich text with several lines I want to do a massive update and change it to a multi-line text because from cloud ninox the rich text field is exported to PDF in a…
-
How to use a text field for data entry in a subtable. I scan box that auto-populate new rows? Can I make a scan window auto populate fields within existing rows rows?
I work at a company that has a revolving serialized inventory of the same items going in and out for “jobs”. Often times it“s the same kinds of items going out. i.e.…
-
Formula does not display in subtable column: glitch or error?
Hello I have a formula (see below) that appears to work perfectly, but does not display in the subtable column. Is this a glitch or an error on my part? Either way, does anyone know a way around it?…
-
Looking for reference material to help understand coding.
Hi , l am looking for some reference material to read so l can understand the syntax in this program. I have looked at the manual but would like more in-depth information.…
-
How to add years to a date based on a choice value field
New to this software, I am trying to create a database for gear inspection and tracking. The retirement date of the gear can be based on either the manufacture date or date of first use.…
-
Is there a way to get internal information (like IP address / hardware (mac) address/ etc??
Let assume I have three iPads accessing an application via the Ninox Cloud.. A user may use any one of the iPads to log onto the application.. Is there a way to determine which iPad the user was…
-
Referenced tables
Could anyone tell me how I control what fields appear in these reference fields? I“d like to change what I see here...
-
Break line
how to get a line break after printing pdf I get this
-
Ninox 3.2.1 for iPad issues
since I upgraded to 3.2.1 on ipad all fields created with the create command lost their decimals. In web/iPhone/Mac it“s all right. Is it known? I can”t find anything online. Ty
-
I have a table that won“t allow fields to stack on top of one another.
I have a table that won“t allow fields to stack on top of one another. I have a large address box and then wanted to put phone number and email next to it on two lines as the address box is deep…
-
How can I view and use a form rather than table in the iPhone version?
How can I view and use a form rather than table in the iPhone version?
-
Can you a return a table response from a Select?
switch “ ” do case 1:html(“<html> <head> <table> <tr> <td>Incoming </td><br> <td>” + “Weight In” + “</td> </tr> <tr> <td>Outgoing</td> <td>” + “Weight Out” + “</td> </tr> <tr> <td>Net Weight</td>…