How to retrieve Static Text in a Form

That was my first question as well... and from what and what context??? What problem are you trying to solve?
 
The question is nonsensical - it's static so you know it's value at design time and it can't change at run time... so no need to query its value.
 
It's not possible . As its a static value at design time so we can't change at run time.

Regards,
Deb
JDE E1 Lead Consultant-Technical
EnterpriseOne XE to 9.2 Windows /OS400. Oracle/SQLserver/DB2
 
Hi All,

I have an Application where all the values are displayed in static text.

Once the application process is done, the displayed static field values are needed to be stored in my temp table for further processing.

Is there any way to get the static field values?
 
Shanmuga,

I think some terminology confusion exists.

"Static Text" are things such as Field Labels, Column Headings, etc.
You aren't referring to those are you?
 
Back
Top