Are you using a cursor to just check for null values and nothing else? Dan Goldberg
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Stuart Hellman Sent: Wednesday, June 28, 2017 6:55 AM To: [email protected] Subject: RE: [RBASE-L] - Peculiar Cursor Behavior Buddy, Thanks for the idea. Walking thru the code once again, I noticed a couple of thing. First, the second and third variables in the cursor were not defined in the form anywhere. Second, the second variable (length) had a null value. Went back, defined the variables and stored a 0 (zero) if the field had no length (such as a motor). Nope, that wasn't the problem. Still getting the same results on the FETCH. The environment is version 9.5 and I'm trying to convert this application from DOS to Windows. I know these two environments are different, just wondering if I've forgotten to do something in my conversion process. Stu Hellman Stuart Hellman Software Designer Email:[email protected] Toll Free: 800-446-2500 International: 01 630-529-7111 Extension: 1029 www.qmiusa.com ------------------------------------------ The information transmitted, including attachments, is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy any copies of this information. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Buddy Walker Sent: Tuesday, June 27, 2017 12:44 PM To: [email protected] Subject: Re: [RBASE-L] - Peculiar Cursor Behavior I would try this. Right before you open the cursor put in return. Now at the R prompt look at your vWhere and try manually typing the vWhere with the browse. Maybe that will tell you what is happening. Buddy Sent from my iPhone > On Jun 27, 2017, at 1:11 PM, Stuart Hellman <[email protected]> wrote: > > ENDIF -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

