Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SavePosition and RestorePosition in Multi-Lingual Apps
Message
From
30/01/2003 16:29:55
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00746435
Message ID:
00747425
Views:
13
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 !
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform