Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add to Favorites when creating new property
Message
 
 
À
04/05/2006 10:36:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Divers
Thread ID:
01025160
Message ID:
01119189
Vues:
11
Try
ERASE (HOME() + "\NewPropertyDialog.app")
USE (_foxcode) again
SET EXACT OFF
*BROWSE LAST FOR type = "M" AND "NEW " $ abbrev
DELETE FOR type = "M" AND abbrev = "NEW PROPERTY"
DELETE FOR type = "M" AND abbrev = "NEW METHOD"
USE
DO (HOME() + "\Samples\Solution\Europa\NewProp\NewPropertyDialog.app")
>
>Any idea why this would stop working? When I select "New Property" or "New Method" now, all that happens is that the VFP titlebar and menu are grayed out ... but nothing else happens.
>
>This stopped working some time ago (I've been using "Edit Property/Method" instead), so I can't identify what change may have causes this.
>
>If nothing else, is it possible in unregister so that I can at least get the default back?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform