‎2007 Apr 16 8:34 AM
Hi ,
what is the use of Text symbol in scripts ? Where we use it ?
And
they are 5 windows in a page and I would like to hide one window ? How will we do it ?
Bye,
Muttu.
‎2007 Apr 16 8:38 AM
Hi,
Text Elements (not symbols) are used to print the exact
values in the correct place from the Program to script
We write
Perform Write_form using <text element/symbol> <window>
so the content of this is exactly printed in that Window and in that Text Element.
Delete the page window(which you don't want to display on that page) from that Page , so that it is not displayed on that page.
reward if useful
regards,
Anji
Message was edited by:
Anji Reddy Vangala
‎2007 Apr 16 8:46 AM
My doubt is
we define a text symbol by using DEFINE.
what is the use of it ?
Bye,
Muttu.
‎2007 Apr 16 8:39 AM
hi
it is not text symbol it is text element
click on the text element and give if condition (according to if condition u may display window or disable that particular window)
rewards if it helps
Vijay Pawar
‎2007 Apr 16 8:51 AM
hi muttu,
There are four types of symbols available in script.
They are
1)standard symbol
2)program symbol
3)text symbol
4)system symbol.
we define the text symbol using,
/: DEFINE &CUST& = '21'.
symbols are placeholders for the values that are inserted during print formating.
regards....
Arun.
Reward points if useful.