Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lockscreen.prg does not exist
Message
 
 
À
29/08/2001 17:04:13
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00550563
Message ID:
00550618
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform