Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two questions
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Two questions
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036462
Message ID:
01036462
Views:
46
Hi everybody,

In the cGlobalDataEnvironment.reset method we have
luTemp = this.cOldClasslib
*-- There is a bug in VFP that prevents a SET() function from 
*-- returning more than 254 characters. There have been 
*-- situations where this caused problems when trying to restore
*-- the setting of SET CLASSLIB. For safety's sake, I do not
*-- restore SET CLASSLIB if this.cOldClasslib > 200 characters.
IF LEN(luTemp) > 200
  luTemp = ''
ENDIF
SET CLASSLIB TO &luTemp
I think, we don't have 254 macro limitation any more. AFAIK, the limit is ~9000. So, would it make sense to remove the if condition?


2) For Modal forms MereMortals framework disables all buttons in all toolbars and almost all Menu options (some options in Edit menu are enabled, but I don't see them as applicable). Do you think, this is correct behavior? Should at least Exit button and Exit menu be always accessible?


Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Reply
Map
View

Click here to load this message in the networking platform