Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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]         
               

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/f5490d0953636f22852576c600603f5f.txt
  • Last modified: 2024/01/04 20:57
  • by 127.0.0.1