Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Place of DODEFAULT()
Message
De
05/08/2014 18:27:31
 
 
À
05/08/2014 15:24:37
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01605192
Message ID:
01605211
Vues:
49
That's why I usually

IF NOT DODEFAULT()
RETURN .F.
ENDIF

before I add custom code.


LOL!!! Very close to what I do:
LOCAL llRetVal
llRetVal = DODEFAULT()

IF llRetVal
  Custom code goes here
ENDIF

RETURN llRetVal
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform