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

How to declare a parameter default value dynamically

Former Member
0 Likes
745

Hi, I need to display a default value for a screen parameter, but this value must be determined at run time.

How can I accomplish this ?

Thanks

Avraham

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
428

Use the INITIALIZATION event.

matt

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
429

Use the INITIALIZATION event.

matt

Read only

Former Member
0 Likes
428

When you use dialog programming and not standard reporting this can also be done in the PBO part, process before output.

Wim