Jan,

Syntax is 
"11.7 Using CHKCUR
If you need to know whether a CURSOR is already DECLAREd or
DROPped, now you may use the CHKCUR
function to find the current status of a given cursor name.
Here's how:
SET VARIABLE vCheckCuror = (CHKCUR('cursorname'))
The CHKCUR Function checks to see if a cursor is declared and is
not dropped. The function returns an integer
value of 1
if the cursor exists and is not dropped, and 0 if it is not
declared or dropped.
The variable vCheckCursor will return a value of 1 or 0."

This is from "Tip of the Day" Digest PDF on the RBase website.

Jim
--- jan johansen <[EMAIL PROTECTED]> wrote:

> Emmitt,
> 
> Thanks. I've been digging more.
> The issue appears to be involving a cursor that runs upon
> selection in the ListView. For some reason (that I am still
> trying to determine) is that it occasionally doesn't find the
> end of the cursor.
> 
> I seem to remember something about determining the
> existance of a declared cursor but can't find the syntax.
> 
> Jan
> 
> 
> -----Original Message-----
> 
> From: "Emmitt Dove" <[EMAIL PROTECTED]>
> 
> To: [email protected] (RBASE-L Mailing List)
> 
> Date: Tue, 8 Apr 2008 10:21:53 -0400
> 
> Subject: [RBASE-L] - RE: Message
> 
> 
> 
> 
> Jan,
> 
> 
> 
> That message normally occurs when another error is encountered
> - perhaps one
> 
> specifically suppressed - and processing of the code cannot
> continue.
> 
> 
> 
> Emmitt Dove
> 
> Manager, DairyPak Business Systems
> 
> Evergreen Packaging, Inc.
> 
> [EMAIL PROTECTED]
> 
> [EMAIL PROTECTED]
> 
> (203) 643-8022
> 
> 
> 
> 
> 
> -----Original Message-----
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
> Of jan johansen
> 
> Sent: Tuesday, April 08, 2008 10:00 AM
> 
> To: RBASE-L Mailing List
> 
> Subject: [RBASE-L] - Message
> 
> 
> 
> Group,
> 
> 
> 
> While using my favorite tool (Variable List View) which is
> normally used 
> 
> with the mouse
> 
> if I use the down or up arrow key I get the message
> 
> 'Switching input back to keyboard'
> 
> 
> 
> I don't remember getting this message before but I am just
> 
> interested in turning it off. So how do I turn this message
> off?
> 
> 
> 
> Jan
> 


Jim Bentley
American Celiac Society
[EMAIL PROTECTED]
tel: 1-504-737-3293


      
____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com


Reply via email to