Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SavePosition and RestorePosition in Multi-Lingual Apps
Message
 
À
30/01/2003 16:29:55
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00746435
Message ID:
00747633
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform