ShowWait
This function will display a spinning icon (an animated image).
Group: Application-Based Extensions
Syntax: App.ShowWait( )
Show (Boolean) True enables this feature; False disables it.
Example:
'When the button is clicked a spinning icon will appear to indicate the system is processing a request.
Private Sub btnFOk_Click()
On Error Resume Next
App.ShowWait(True)
End Sub
Versions Supported: RFgen 5.2.4.2 and newer.