Skip to main content
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
Setup
Databases
Automation
My account
Administration
Webinars
Overview
Profile
Fred
Fred
San Francisco, USA
3381
533
4
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
Re: Populate a field with values from a list
This was an interesting ask. Here is my 2 cents on the matter. Put the following in a button and have a text field called Text on the same form. let letterArray := ["A", "B", "C", "D", "E", "F", "G",…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Date field does not remain empty
Wow, I thought this would have been fixed by now. Here is a post from a year ago with the same issue. I tried it out in 3.12.2 and was only able to reproduce it only on local stored DB.…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Populate a field with values from a list
Do you want a true random selection of values? Where you can get the same random number? Or do you want to exclude previous selections?
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Regarding the issue of modifying a sub-table of a sub-table.
This happens in both the public cloud and local DB with app v3.12.2.
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Regarding the issue of modifying a sub-table of a sub-table.
Well that is weird, I tried out your code@我是我的我 and Ninox only shows an alert for the last record that doesn't match the criteria. I would have thought an alert would've popped up for each instance…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Regarding the issue of modifying a sub-table of a sub-table.
@我是我的我 That means multiple alert windows will pop up. Are you using@John Halls new code? Where do you think the the if statement should go? Give it a try. Post where you think it might go.…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Trigger after hide bug
I haven't seen this before. Good job in finding it. Maybe move the Trigger after hide to Trigger after update of a particular field or the table?
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Regarding the issue of modifying a sub-table of a sub-table.
@我是我的我 Can you go over the conditions again? If nb >= 3 then.... if NOT then....
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Issue with a script that does not display the expected value when two fields are equal
Is this the same code as below? let Pgr := (create 'Progress-Disciplines'); Pgr.(Discipline := xFld0); Pgr.('Date CutOff' := xFld1); Pgr.('Week CutOff' := xFld2); Pgr.…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Selecting Location for Local DB on Mac
@eric said: I just want to share the database between two computers Also you should be aware that if you do use two computers you won’t be able to modify the DB on both computers.…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Selecting Location for Local DB on Mac
May I ask why a shared folder but not iCloud? Did you want to share the DB with another user on another computer on a local network? Ninox currently doesn't offer the ability to store the DB beside…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: How to use code to remove extra information?
You can try: let xBreak := urlDecode("%0A"); "// Split the text into lines"; let lines := splitx('Text 2', "\n"); "// Filter out empty lines"; let nonEmptyLines := lines[!= ""];…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Previous record
@Sotirios Zormpas I like the use of the record() command. I probably would've started with a select(), but this is much faster. May I recommend that with any new code,…
Fred
Fred
7 mths ago
2
Get help
Reported - view
Re: Some idea ?
@Rafael Sorry for not being more clear. Look at the two lines. There is a word missing and a semicolon that is not needed.
Fred
Fred
7 mths ago
1
Get help
Reported - view
Re: Some idea ?
@Rafael I made a mistake on line 6, what is the difference between the two loops statements?
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Some idea ?
You can try this: let vDd := 'Add Data|Date'; let check := dialog(" Warning ", " ¿Confirm the Progress Update by Disciplines ? ", ["Yes", "No"]); if check = "Yes" then for loop1 in select 'CutOff…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Choice (dynamic) Combobox Behavior
@Mike Nichols said: Currently it ain't pretty but it works except that when an option is selected from the dropdown, the position integer is written to the textbox instead of the selected text.…
Attachment
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Previous record
Will you ever enter two records with the same date? Might you ever enter in a record that is not sequential? You forgot a day and now want to go back and add it after you have added subsequent days?…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Some idea ?
Just to verify that you want to add a second loop inside the first loop? So instead of let xPry there would be another loop?
Fred
Fred
7 mths ago
Get help
Reported - view
Re: NINOX upgrade question - is it worth it?
@Louis Cornacchia I didn't experience any need for coding changes. I don't think they depreciated anything. Well at least I can't remember. I use the public cloud so I no choice but to keep up.…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: NINOX upgrade question - is it worth it?
I would think this new function would be a game changer. do as database Also, is autofill of commands after 3.8? createXLSX? Here is the complete list.
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Choice (dynamic) Combobox Behavior
Sadly there is not anything built into Ninox that allows updating of the dynamic field reference table through the dynamic field. It is a one way street where it only gets data from the table.…
Fred
Fred
7 mths ago
Get help
Reported - view
Re: Regarding the issue of the record limit in the database.
@我是我的我It is not cheap.
You will have to contact them. I think there is a minimum number of license, I think 5. Nioxus offers the ability to only purchase a single private cloud license.
Fred
Fred
8 mths ago
Get help
Reported - view
Re: Regarding the issue of the record limit in the database.
The enterprise level has no limits.
Fred
Fred
8 mths ago
Get help
Reported - view
Re: add prefixed text to textfield linked to multiple choice
@Brigitte Honsbeek I can see this post has gotten confusing about what goes where. The Button 'Display field only, if' should not be based on NumberFieldRW since the button modifies the field.…
Fred
Fred
8 mths ago
Get help
Reported - view
1
23
24
25
26
27
136
Ninox-Website
Overview
Learn and Share
Get help
Service status
Documentation
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
Scripting
Functions
API
My account
Subscriptions
Administration
Manage workspaces
Manage collaborators
Access permissions
Usage overview
Process monitor
View all topics