Retrieve Table Name

Hi All

I have a method that has the following code

globals.form_nameƒtrigger = application.getMethodTriggerFormName()

Is it possible to retrieve the “tableName” from the global formName?

Hi Tom,

This should do the job:

forms[globals.form_nameƒtrigger].controller.getTableName()

Thanks Marc

Works wonderfully