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
Sean
Sean
1762
79
0
Joined: Tue Jul 31 23:45:13 UTC 2018
Follow
Coding Dart/Flutter in my spare time
My Posts
Latest Posts
Re: Where is the top-center of Ninox to select ?
No, it's possible, just not as flexible or convenient as copy/paste. You can run script from a button to do it. for rec in select Table1 where YourField = yourCriteria do let newRec := create Table2;…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Where is the top-center of Ninox to select ?
Table view might not be available on the iPad.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Where is the top-center of Ninox to select ?
That's the reason why you need to select table view instead of table/form view. I don't have access to an iPad right now so I can't tell you how to select it on one.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Where is the top-center of Ninox to select ?
Highlight the records and fields just like you would if you were selecting a section of text. You know how to copy and paste, yes?
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Where is the top-center of Ninox to select ?
Sakshi should have said the table view icon If you don't see it as it is displayed in the image, look around the menus to see if you can find it.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Copy paste a value on all the fields in a row ?
S Moore?
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Drop out of a FOR loop early
Yeah, it my solution only works for this style... let count := 0;for i from 0 to 10 docount := count + 1;i := 20end;count
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: html() function
The + Text + is a Text field inserted into the HTML
Sean
Sean
4 yrs ago
Learn and Share
Reported - view
Re: html() function
Hi Dean, It can, but you have to do it all at once. Meaning, you can't modify just part of the Rich text like... 'Rich text' := 'Rich text' + html("formatted text") Formatting is most commonly added…
Sean
Sean
4 yrs ago
Learn and Share
Reported - view
Re: html() function
Niclas, I'd like to point out that I'm not an HTML expert either. I did find out something interesting, and yet, unsurprising... new functionality in Ninox that is not documented, i.e.…
Sean
Sean
4 yrs ago
Learn and Share
Reported - view
Re: html() function
Hi Niclas, It might be easier to use the Ninox buttons and hide/show them as you like. I won't be to look into what you suggest until later. Sean
Sean
Sean
4 yrs ago
Learn and Share
Reported - view
Re: Database created flag on iOS version?
You could use "Trigger after open" in "Options" to create a record in a status table to record the Date/Time. let newRec := (create StatusTable);newRec.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Do functions support the use of comments?
@Jose, Thanks for pointing out multiline commenting between a single pair of double quotes. I had been using a pair of double quotes for each line
. I know it's not perfect,…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: In For - Where - Do Script - Add a loop
@Jose, I think it's a new version of spam post.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: File Name Pattern of Image Import
I can't help on the Ninox import aspect, but based on the RegEx you posted, the match will fail at the first / \w+ Only matches ASCII letters, digits or underscores
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Read Data from Tables without creating manual Links
I just got burned by the, inconsistent?, log out of the Ninox forum
. I'll try again... oneRec is the variable that holds the current iteration of the first for-loop which is looping through the…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Read Data from Tables without creating manual Links
Uh oh, I better watch what I say around here! Thank you Dean
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Read Data from Tables without creating manual Links
Dean, looks like we did it again!
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Read Data from Tables without creating manual Links
I know only one way to do it and that is to use some code attached to a Button. This is the code... for oneRec in select OneTable dofor manyRec in select ManyTable where Text = oneRec.Text domanyRec.…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Please explain Many-to-Many relationships and One-to-Self relationships in Ninox!
Here are a couple of links that should help... http://software.kirknessassociates.com/blog_files/a4c45ec917dd812368f9d773eb1c27a1-39.html https://www.youtube.com/watch?v=SmbtXjmsi_o
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Print a table list and hide a column (field)?
I've got too much on my plate right now to dig into it. Maybe someone else can help.
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Print a table list and hide a column (field)?
Mr. K., I don't have much experience with printing, but can't you modify the Nioxus method to suit your needs?
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: left pad function not working on mac os app 2.6.9
Who knew lpad() was such an interesting topic?!
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: left pad function not working on mac os app 2.6.9
Wow, 77 views and no answers? The function is lpad() not left pad(). https://ninox.com/en/manual/calculations/reference-of-functions-and-language Based on what you posted,…
Sean
Sean
4 yrs ago
Get help
Reported - view
Re: Ninox Community Group
https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/why-doesnt-the-german-language-forum-have-the-spam-posts-5ef0c34693e1b07ec134f4e5?post=5ef2202493e1b07ec134f528&page=1
Sean
Sean
4 yrs ago
Get help
Reported - view
1
29
30
31
32
33
71
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