Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class Designer object reference
Message
 
 
À
17/10/2002 23:17:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00712548
Message ID:
00713210
Vues:
22
Pavel,

>For using this function, I must first select some objects in the
>Designer. But I have no selected objects, so it is useless. Likewise
>is the AMOUSEOBJ() function as it needs the mouse pointer over certain
>object. Selecting objects or positioning the mouse bothers me - there
>must be simpler way - after all VFP knows everything about the object
>being edited, just to find the way into it ...

As Dan said use the optional 2nd parameter to aselobj()

>I have no problem to get the name of the method being edited, but its
>characteristics :-(((

Once you have the aselobj() created reference use AMEMBERS() to find the visibility of the methods

aselobj( lax, 1 )
? amembers( lay, lax[1], 1, "PHGNUIB#" )
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform