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
3701
591
5
Joined: Thu Feb 06 18:42:57 UTC 2020
Follow
My Posts
Latest Posts
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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr 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
1 yr ago
Get help
Reported - view
Re: Regarding the issue of the record limit in the database.
The enterprise level has no limits.
Fred
Fred
1 yr 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
1 yr ago
Get help
Reported - view
Re: add prefixed text to textfield linked to multiple choice
@Brigitte Honsbeek then follow my post above.
Fred
Fred
1 yr ago
Get help
Reported - view
Re: add prefixed text to textfield linked to multiple choice
@Brigitte Honsbeek just to be sure, the button adds the text you want? so what is the issue?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: add prefixed text to textfield linked to multiple choice
@Brigitte Honsbeek does the button work?
Fred
Fred
1 yr ago
Get help
Reported - view
Re: add prefixed text to textfield linked to multiple choice
@Brigitte Honsbeek said: the DOB Entry button does not need to be visible at any time as the Enter DOB field is visible You can modify the Display only if or move the button to a tab.
Fred
Fred
1 yr ago
1
Get help
Reported - view
Re: add prefixed text to textfield linked to multiple choice
@Brigitte Honsbeek said: What I actually want is for the text field to only show up if the button is clicked and with the predefined text. To do this you need another field that tracks the show/hide…
Fred
Fred
1 yr ago
Get help
Reported - view
1
36
37
38
39
40
149
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
Backups and storage
Process monitor
View all topics