Cancelling an RLIST SELECT (OpenInsight 32-Bit)
At 10 FEB 2010 12:31:16PM Don Muskopf wrote:
I use a symbolic with code similar to that below to show a progress indicator for RLIST when doing a SELECT. Is there an accepted way to cancel RLIST, such as using the STOP or ABORT ALL statements? I'm also not sure what the difference is between STOP or ABORT ALL.
Thanks.
Declare Subroutine [/color]RS_Progress [/color]Declare Function [/color]Get_Property [/color]If [/color]Get_Property([/color]@Window[/color], [/color]"HANDLE"[/color]) [/color]then [/color]RS_Progress([/color]"UPDATE"[/color], [/color]""[/color], [/color]""[/color], [/color]""[/color]) [/color]end else [/color]* ABORT ALL [/color]STOP [/color]end @ANS [/color]= [/color]1[/color][/color][/size]