Have a form with 1 button only -> Export Users to Excel.
In OnLoad, the dbRead is Multiread and it does find all users. The ModelID is Members.
In the OnSubmit event for xlsExport have set the Data Path to Members.
But when executing, the debugger returns
Array
(
[17] => Array
(
[XLS Export] => No data could be loaded or found, please check your action settings.
)
)
What am I doing wrong?
Thanks
In OnLoad, the dbRead is Multiread and it does find all users. The ModelID is Members.
In the OnSubmit event for xlsExport have set the Data Path to Members.
But when executing, the debugger returns
Array
(
[17] => Array
(
[XLS Export] => No data could be loaded or found, please check your action settings.
)
)
What am I doing wrong?
Thanks