Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SavePosition and RestorePosition in Multi-Lingual Apps
Message
 
To
30/01/2003 16:29:55
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00746435
Message ID:
00747633
Views:
14
Mark,

>BTW, in the GetOriginalcaption method it should be
>RETURN SUBSTR(This.cOriginalCaption, 1,
>RATC(this.cFormNumberSeparator,This.cOriginalCaption)-1) ]


Good point! I've made the following changes (and given you credit in the What's New Guide!):

*--- MM Code Change
In CBaseForm.GetOriginalCaption():

Changed...
RETURN SUBSTR(This.cOriginalCaption, 1, RATC(":",This.cOriginalCaption)-1)
To...
RETURN SUBSTR(This.cOriginalCaption, 1, RATC(This.cformNumberSeparator,This.cOriginalCaption)-1)
In CBaseForm.SavePosition()

Changed...
lcCaption = LEFT(this.Caption, ;
       RAT(this.cFormNumberSeparator, this.Caption) - 1)
To...
lcCaption = this.GetOriginalCaption();
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform