maeRefreshViolationDisplay
maeRefreshViolationDisplay(
t_sessionName
)
=> t / nil
Description
Refreshes the Checks/Asserts results view. When it is already open and the database is modified, use this function to refresh the displayed results.
Arguments
Value Returned
Examples
Refreshes the Checks/Asserts results view in the given session.
axlGetWindowSession( hiGetCurrentWindow())
=> "fnxSession0"
maeRefreshViolationDisplay("fnxSession0")
=> t
Return to top