Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CBizObjMaintenanceForm AddNew strange behavior.
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00621909
Message ID:
00622918
Views:
27
Igor,

My apologies for my previous post...clumsy fingers hit the "Send" button too quickly!

Anyway, try setting a breakpoint in cmdNew.Click() as follows:
IF MESSAGEBOX("Debug?",4+32,"Debug")=6
   SET STEP ON
ENDIF
DODEFAULT()
This displays a dialog that asks you whether you want to go into debug mode or not (since you don't want to the firs time through). At the point where this usually fails, I recommend tracing through the code to see what's happening...is a new record getting created? If so, are the values just not getting displayed due to a LockScreen problem?

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
Next
Reply
Map
View

Click here to load this message in the networking platform