Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add to Favorites when creating new property
Message
 
 
To
04/05/2006 10:36:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01025160
Message ID:
01119189
Views:
13
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform