[if: database_name != '']
[include: 'tableview.inc']
[else]
[inline: database=(var: 'theDB', encodeNone), layout=(var: 'theTable', encodeNone), token=(token_value, encodeNone), maxrecords=5, findall]
[if: error_currentError == error_noError]
[include: 'tableview.inc']
[else]
|
|
|
An error has occurred: [error_CurrentError,encodeBreak] ([error_currentError,errorCode])
|
[/if]
[/inline]
[/if]