Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lockscreen.prg does not exist
Message
From
29/08/2001 18:44:14
 
 
To
29/08/2001 17:04:13
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00550563
Message ID:
00550618
Views:
19
I dragged cmdCancelMaint button from the KCustCtl to my form. Now if I press this cancel button instead of the previous one it gave the same message. Are u saying that I need to fix the code in the cmdCancelMaint parent class. The code in the parent is

LOCAL llFormIsPresent

llFormIsPresent = ( TYPE('THISFORM') <> 'U' )

IF llFormIsPresent
*----------------------------
*-- ThisForm.LockScreen = .T.
*----------------------------
=LockScreen(.T.)
*---------------------------------------------
*--- Cancel the current Record. Pass .T. so
*--- that all records in any table-buffered
*--- cursors are reverted when cancelling.
*---------------------------------------------
ThisForm.Cancel(.T.)
ENDIF

thanks
bharat
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform