i'm working with nuBuilder since 3 weeks and i'm still a newbie on this great framework.
I created a database with several tables with phpmyadmin and managed the first lessons in nuBuilder successful.
Now Ihave following problem:
There's a table (tbl_tans) of Transaction-Numbers with these columns : tbl_tans_id, tans, date_created, date_used.
Now I search for a possibility to create a number of tans by using an Extra Action Button.
I tried to use the editform with the function nuSaveThis() - no success.
Then I tried to use the PHP-function nuRunQuery() with the sql-command "INSERT", but after lessons of trial&error and research, i found out, that nuRunQuery cannot be used with an INSERT-command.
Is there any other possibility?

Thanks
(please excuse my horrible ennglish...
