Is there a way to somehow stop an RList SELECT search from the keyboard? I imagine if an RList statement is halted, an error code is returned in a following Get_Status call.
Matt.
Only way I know is to have the report/select execute in a window. Have a close button on there. In the report, have a symbolic that checks for the window's handle, and if gone, does an ABORT.
akaplan@sprezzatura.com
Far out! Thanks Aaron. Presumably this just aborts the RList, not the application? I'll give a go.
Matt.
Aaron,
Pardon my ignorance on this one, but how does one do an ABORT? I can't find any help on this in the Basic+ reference.
Thanks, Matt.
just
ABORT
or
ABORT ALL
amcauley@sprezzatura.com
World Leaders in all things RevSoft