Skip to main content
Forum
Privacy
Contact
How to enable Javascript
Sign Up
Log in
Welcome to the Ninox community
Search all topics or
ask a question
Learn and share
Get help
Service status
Documentation
Solutions
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Fred
Fred
San Francisco, USA
3614
569
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: Optimize this Code is to large
@Rafael Does today and 'Plan within' get set properly when Status =2?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Optimize this Code is to large
You can by putting the if statements in the variables instead of at the top. Something like: let t := this; if Status = 1 then s1 code else let reply := if Status = 2 then dialog(" M A J O R - Non…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Help with Button that inputs Date into parent record
@Dave Irving Look into the dialog() function. You will need to take out the do as server as alerts and dialogs will not show to the end user if they are run on the server.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Submit button with required fields notification.
@Michal Bor remember to mark the post answered if you are satisfied.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Page Break
@john cesta The forum is not the official support channel. You need to email Ninox support directly. support@ninox.com
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Pages - uncontrolled restoring of previous versions by Ninox
That is very troubling. I haven't really used Pages much yet, so I haven't seen this. You can email support and see if they can see if a restore had been initiated.
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Help with Button that inputs Date into parent record
Your third line says to get all records in Leads (select Leads) and change the 'Active Date' of all records that was selected to equal the xDate. You said Chronos is a subtable of Leads,…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: duplicate table problem
I would recommend you email Ninox support for this issue.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Submit button with required fields notification.
@Michal Bor take a look at lines 32 and 33. what is happening there? what line can be removed?
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: Submit button with required fields notification.
@Michal Bor at the end of the script you have to put newfield1 := null (for text, number fields, choice field) referencefield1 := 0 dynamicchoicefield1 := 0
Fred
Fred
1 yr ago
Get help
Reported - view
Re: word document
To the best of my knowledge Ninox does not have a word export feature.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Something wrong in this script.
@Rafael Trigger after update is a server side action so no dialog or alerts will show up to user if they use the browser. @Rafael said: This Work but, first delete the Record,…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Something wrong in this script.
@Rafael said: but first view the option of Delete Record and next the Confirmed Audit The logic only deletes if 1) status = 1 2) if you click on Delete from line 4 3) if you click on Not Confirmed…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Submit button with required fields notification.
@Michal Bor The script would be very similar to the Submit button you already have. Looking it over you can just copy the script over and just change the names to match the field names in dashboard…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Submit button with required fields notification.
@Michal Bor I am sorry to have misunderstood the issue. One way to take complete control of the data entry process is to recreate the all necessary fields in your dashboard.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Submit button with required fields notification.
@spinner. 7580 That is a good thought, but he did put it in a button. @Michal Bor said: it kind of creates two records when I click on the button
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Submit button with required fields notification.
@Michal Bor You want the field SHOP to be copied. That is just one of the required fields that the picture shows as required. So if you want to expand the code to include SHOP it would look something…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: chiose table from a variable
@francesco.stefanello That would be a big list.
May I ask why a country has a table to itself? I would understand a table of country names. Maybe with a bit of restructuring we can solve this…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: chiose table from a variable
In case you want to do some more intricate switches, take a look at this post.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: chiose table from a variable
@francesco.stefanello just replace the number with text: switch fieldname do case "Italy": create Italy etc... end
Fred
Fred
1 yr ago
Get help
Reported - view
Re: chiose table from a variable
@francesco.stefanello Sorry, I didn't process your post correctly. One way I can think of is to use a switch command. If you had a choice field with table names and you wanted to pass that into a…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: chiose table from a variable
Take a look at this post.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Weird browser constraint bug
So it is not a bug, just human error.
I had, and forgot, set the Binding of my choice field to Per Record in Memory (Browser), so, of course, in the browser the reference field constraint can't…
Fred
Fred
1 yr ago
Learn and share
Reported - view
Re: Create an appointment for next week
@Sam said: Also, I can not see why the +1 needs to be +2. And the +7 needs to be +8 for the date to be moved forward 1 and 7 days respectively. I'm not sure what you mean.…
Fred
Fred
1 yr ago
Get help
Reported - view
Re: Create an appointment for next week
@Sam said: You will see that the default method of making the appointment is with a plain Date field. I'm hoping to have the buttons create an appointment for tomorrow and one for next week.…
Fred
Fred
1 yr ago
Get help
Reported - view
1
45
46
47
48
49
145
Ninox-Website
Overview
Learn and share
Get help
Service status
Documentation
Solutions
Ninox E-Invoice
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Databases
Tables
Table relationships
Fields and elements
Pages
Views
Import and export
Modules
Printing
Templates
Use cases
Automation
Performance
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics