Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GoConnectionMgr is NULL in CDynamicViewCursor.Close()
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00638777
Message ID:
00638869
Views:
23
Serge,

>I am running into a situation when goConnectionMgr is NULL in CDynamicViewCursor.Close() method.

How about the following code instead...in some situations, you can't guarantee that the goConnectionMgr variable exists (which is important when using VARTYPE()).
IF TYPE("goConnectionMgr") == "O" AND NOT ISNULL(goConnectionMgr)
P.S. Trying to get into the "What's New" Guide two days in a row, are we < s > ??????

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform