Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_Vfp VS _screen
Message
 
À
23/01/2008 16:43:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01284500
Message ID:
01284823
Vues:
16
Hi Lim,

Try:
WITH _SCREEN.MyProperty AS MyClass
   .MyMethod(cParam1,cParam2)
ENDWITH

** or **

WITH _SCREEN.System.Drawing AS xfcDrawing
   .Graphics      && Intellisense works to here
   .Graphics.New  && but not to here, unless Graphics is a member object
                  && created using ADD OBJECT in the DEFINE CLASS
ENDWITH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform