‎2006 Dec 26 6:50 AM
Hi all,
How to default a value in dialog programming. For example, i want to default plant field to '1000'.
Thanks in advance,
Rajesh.
‎2006 Dec 26 6:54 AM
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
‎2006 Dec 26 6:54 AM
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
‎2006 Dec 26 6:58 AM
‎2006 Dec 26 7:31 AM
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