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

Message display

Former Member
0 Likes
335

hi all,

In a screen i wanted to display message

MESSAGE E000 with DATETO.

the DATETO is not displaying in status bar...and

after getting the message on status bar i can;t able to edit the contents of screen fields ...how can i enable this.??

regards

Jose

2 REPLIES 2
Read only

Former Member
0 Likes
308

Hi,

double click on dat error message(E000) is it taking u to the message class...if s...do u have any & symbol in dat line....

What screen is that (selection/dialog)...?

Cheers,

jose.

Read only

Former Member
0 Likes
308

Hi Friend,

Cause of not displaying whole message with date is the message is too long to display (max 45 chars).

Solution: write it like - Message E000 with 'message' date.

To enable the field for input after message, if it is a dialog programming then you should write within CHAIN ENDCHAIN.

Regards

Krishnendu