0
chiose table from a variable
Good morning everyone!
With this script assigned to a button, I would like that the name of the table on which to create a new record to be based on a field of another table where the script is present. The field is named "Tournament"
let xtableName := Tournament;
let myRecord := (create xtableName)
Ninox tell me that the Table is not found
How can I do it?
Thx all for attention
15 replies
-
Take a look at this post.
-
Thank you Fred. That seems to work with openTable. I wonder if is there a way to use something similar for creating a table.
-
In case you want to do some more intricate switches, take a look at this post.
-
I guess this could be possible with Ninox API...
I also tried with the eval() function but that doesn't work...
Content aside
- 8 mths agoLast active
- 15Replies
- 77Views
-
4
Following