Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing the properties field of a label in a scx file
Message
From
06/08/2001 05:30:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
06/08/2001 05:18:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00539357
Message ID:
00540046
Views:
21
>yeepi,sorry
>
>thnx tht worked !!!
Kurt,
You're welcome. If I were you I would do a favor myself and first create a form that would get captions in all languages I use (say getcaptions.scx). I would change code to :
if _Tally > 0
 this.Caption = arrTemp[1,this.Language]
else
 do form GetCaptions with this.Caption
endif
If say 'Hello' caption is used but missing from mytranslator GetCaptions would launch with only Enlish field is populated :)

*GetCaptions.Init
lparameters tcCaption
insert into myTranslator (English) values (tcCaption)

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform