Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this variable?
Message
From
09/08/2003 10:01:22
 
 
To
08/08/2003 16:19:54
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00818431
Message ID:
00818571
Views:
16
Hi Bill,

- don't use _VFP ( it's a COM), use _SCREEN
- don't use FOR EACH, it's slow

but the solution is simple:
IF !EMPTY(WPARENT(m.this.Name))
  ZOOM WINDOW (WPARENT(m.this.Name)) NORM
ENDIF
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform