How to create a database table in SE11, which accepts only single record and if user tries to make an entry of more than one record, it should throw an error.I tried using TMG events, but, its not working as per the requirement.
First of all, lets understand how the triggering sequence works in different scenarios. Suppose, if you have both static and instance constructors in all the three classes and assuming that "Super" keyword is used as well in the subclasses. So, now, ...
How to get the number of entries which user is trying to insert into the database?How to restrict user to enter only one record in the table control of tmg??As while clicking on save for the first time, it will save/insert multiple data at once.