Page 1 of 1

LANSA Windows Form *Component_desc question.

Posted: Fri Dec 08, 2017 7:23 pm
by Welcome
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.

Re: LANSA Windows Form *Component_desc question.

Posted: Thu Dec 14, 2017 8:45 am
by atostaine
Look under the tab "Repository Details" in the source editor.

Re: LANSA Windows Form *Component_desc question.

Posted: Thu Dec 14, 2017 11:36 am
by Welcome
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..)

Re: LANSA Windows Form *Component_desc question.

Posted: Thu Dec 14, 2017 2:55 pm
by MarkD
Could you create, compile and execute this form:

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 
What do you see?