Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SavePosition and RestorePosition in Multi-Lingual Apps
Message
De
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:
00747425
Vues:
14
Kevin,

>Let me know if the following Framework change works for you:
> ...
>Change to:
lcCaption = LEFT(this.GetOriginalcaption(), ;
RAT(this.cFormNumberSeparator, this.Caption) - 1)


This doesn't work for all forms. There is already a truncation in the
GetOriginalcaption method:
RETURN SUBSTR(This.cOriginalCaption, 1, RATC(":",This.cOriginalCaption)-1)
no need to truncate twice.

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


The following code does work and is simpler:

lcCaption = this.GetOriginalcaption()

Regards,


Mark
If everything seems to be going well, you obviously don't know what the hell is going on !
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform