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
Plugins
Documentation
Setup
Databases
Automation
My account
Administration
Solutions
Webinars
Overview
Profile
RoSoft_Steven
RoSoft_Steven.1
Ninox partner
Belgium
www.rosoft.be
Follow
Joined
Sun Sep 30 17:18:00 UTC 2018
1634
posts
234
likes received
5
followers
Badges
Latest Posts
Re: Sum of "Hours" up to "todays hours"
May I also suggest folowing videos Ninox recently adds new videos from time to time.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: Add userEmail() or field to dialog
Not sure if I understand your question... Do you want to know who the user is with the userEmail() function and display his email in a formula field? Do you want it to popup in your dialog?…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: Two Serious Problems... Required Fields & Trigger on new record/update
@Kent Signorini Thanks for the perfected addition 👌
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: OpenAI - GhatGPT
Well, it is even useful to generate Regex code...
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Html email template
Maybe this can help? : https://forum.ninox.com/t/x2h7fm9/send-emails-with-pictures-in-the-body-and-also-with-attachments-of-your-choice
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: do as server vs. local - missing data?
Some functions are executed locally and some server sided. Check this list of differences : https://docs.ninox.com/en/script/appendix/transactions/execution-context
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Formatting an email
Not sure if you're using the sendEmail() function because 'Email Body'? Isn't it html: normaly? Also have look at these examples:…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Unique Value Formula
@Jacques TUR Looking at your solution, I see that I am making things way too complicated when it can be simpler. But hey, I learned some regex again this way.... Thanks Again.
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: Unique Value Formula
@Mel Charles Thanks anyway, If you put this code in the trigger after update of the Username field you will at least get unique usernames. Sequential numbers or not....…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: Unique Value Formula
This could work for you but it always takes the highest number after the name+1, so if you delete for example SMoore2 in your list of 4, the next one will be SMoore4 (you always have one SMoore…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Learn and share
Reported - view
Re: Fields shown in calendar
You can convert the Date-time fields to appointment fields which do have a "show in calendar" option. You can use this script: Appointment := appointment(datetime(number('Date / Time')),…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: Proper Case code sample
The function capitalize() ?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Structural Problem - How to choose multiple items to add to an Invoice?
Maybe this can help you? https://forum.ninox.com/t/g9hrzlf/filling-lines-of-ordersarticles-with-dynamic-multiple-choice-fields-and-cascading-dynamic-choice-fields
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Server slowdowns !?
I don't have any problems for now. Sure it's not your internet connection? Steven
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Auto-populate field in child table with data from parent table
@carabooks Is "Client Info" the exact name of the parent Table? Do you have a field in the Projects table named ClientID ? (like you have in your Client Info table) Need more info about the layout of…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Two Serious Problems... Required Fields & Trigger on new record/update
@Kent Signorini If you love styled dialogboxes, you'll love this! Dialog boxes accepts html styling: try this: let t := this; let m := "<ul>"; if not 'Pet Name *' then m :…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Auto-populate field in child table with data from parent table
You need to create a button ( add project for example) in your Client info form, and use this script: let me:=this; let cid:=ClientID; let c := create Projects; c.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Two Serious Problems... Required Fields & Trigger on new record/update
@Kent Signorini What works for me is using the trigger after hide of the tabelement. What I do is create a tabelement, drag it to the first place of the fields list.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Check if 7 fields have been filled
@Fred 😂
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Check if 7 fields have been filled
@Mel Charles and @webmaster.antonioferriero Thanks guys, and it's only in the Get Help section I see. Never saw that before....
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: Check if 7 fields have been filled
@Fred You can mark your post answered? How? I thought this was done by the moderator of this forum?
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: In Out Button
You can make the number negative by multiplying it by -1 *-1
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
Re: Parameters it is possible to pass to a function
What about using the eval() function like: let myTable := "Table1"; eval("(select " + myTable + ")", this) EDIT: This only works on Ninox cloud
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: coding for create record
@Marjolijn If you want to create a new invoice in your sessies table, add a button with this code: let c := Coachees; let s := this; let newFact := (create Facturen); newFact.…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
Get help
Reported - view
Re: 15 Minute webinar
For some time now, some webinars have not been available due to privacy reasons. As a result, some links are no longer available. A series of lessons have now recently appeared on Ninox's youtube…
RoSoft_Steven
Ninox partner
RoSoft_Steven.1
3 yrs ago
1
Get help
Reported - view
1
18
19
20
21
22
66
Ninox-Website
Overview
Learn and share
Get help
Service status
Plugins
Documentation
Setup
Installed apps
Public Cloud
Private Cloud
On-Premises
Plugins
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
Private Cloud Administration
Manage workspaces
Manage collaborators
Access permissions
Backups and storage
Process monitor
Solutions
Ninox E-Invoice
View all topics