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

Dialog Programming

Former Member
0 Likes
472

Hi all,

How to default a value in dialog programming. For example, i want to default plant field to '1000'.

Thanks in advance,

Rajesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

Default that value in the PBO event of the screen ..and assign the field a value in PBO of the screen

it wil work

reward if helpfull

amit

3 REPLIES 3
Read only

Former Member
0 Likes
453

Default that value in the PBO event of the screen ..and assign the field a value in PBO of the screen

it wil work

reward if helpfull

amit

Read only

Former Member
0 Likes
452

Thanks Amit,

Rajesh.

Read only

Former Member
0 Likes
452

Hi,

In the TOP include wherein you declare the variables of a screen used in dialog-programming , you can write as follows:

data : zplant type xxx value '1111'.

If this is helpful to you, pls reward points

Regrds,

Shweta