Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Text Symbol

Former Member
0 Likes
586

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.

4 REPLIES 4
Read only

Former Member
0 Likes
559

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

Read only

0 Likes
559

My doubt is

we define a text symbol by using DEFINE.

what is the use of it ?

Bye,

Muttu.

Read only

Former Member
0 Likes
559

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

Read only

Former Member
0 Likes
559

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.