
I am using AppGini Prof Ed. version 5.5 rev 835 - My first post to board
I'd use tablename_init() to set a count of records into a hidden field, then use tablename-{tv,dv}.js to remove the "Add New" button as needed. You will, of course, have to have some sort of user record - or co-opt a field in the membership info - to store the table + maxrecords info.limit number of records user can have on a specific table
Sending the email should be easy, so I assume you mean developing the logic to decide when/what to send?email notifications
I do something like that with one of my apps. Once a record is "closed" (a checkbox field), when the record is rendered thereafter ALL the fields are disabled. It would have been easy enough to selectively disable some and not others.I don't want user to be able to change once verified
I'll let the AppGini folks address this one. My apps are used internally and don't face the Internet, so it's no a major concern for me.'upgrading' log-in to more robust secure system
I've never exceeded 30 tables, and my user and group counts are never more than double digit. I have generated tables with over a hundred fields in them without any issues, and that's running on a CentOS virtual server hosted on a Windows 10 system (ie, not exactly a speed demon!)any limitations on use (number tables, groups, users)
Glad to help!Tab Forms & Day/Time calculations