Hi.
i use lansa V14 and use multilingual(English,Chinese,vietnamese)
for windows form -> repository details->multilingual have string.
but,when i use english Development interface complier and execute Program.
this program system variable *component_desc is empty.
but other linguage compiler ,*component_desc have value..
if i delete this program and recreate a new program .
thie program in english linguage , *component_desc have value.
How can i fix this program,without recreate program.
Thanks so much.
Welcome.
LANSA Windows Form *Component_desc question.
Re: LANSA Windows Form *Component_desc question.
Look under the tab "Repository Details" in the source editor.
Art Tostaine
Re: LANSA Windows Form *Component_desc question.
Hi atostaine..
The repository Detail multilingue description have value..
but ,when i bebug progrm ,the *component_desc is empty..
(the partition setup 3 language.. and 3 multilinguage description have value..)
The repository Detail multilingue description have value..
but ,when i bebug progrm ,the *component_desc is empty..
(the partition setup 3 language.. and 3 multilinguage description have value..)
Re: LANSA Windows Form *Component_desc question.
Could you create, compile and execute this form:
What do you see?
Code: Select all
Begin_Com Role(*EXTENDS #PRIM_FORM) Height(39) Width(16) Clientwidth(120)
Evtroutine Handling(#COM_OWNER.Initialize)
Use Builtin(MESSAGE_BOX_SHOW) With_Args(ok ok info *Component *COMPONENT_DESC)
Endroutine
End_Com