selection list values

harpreet

New Member
Hello,

New to GUI.

I have a selection list. It gets populated with values. everytime i try to pass the values to another program, values passed are "?".

i am using:

message fi-prodcode:screen-value.

this outputs "?". how can i make the value in the selection list to be highlighted so that i can pass the value to another program. Unless the values are not highlighted, message fi-prodcode:screen-value just returns ?

please help.

Thanks.
 
Hi Harpreet,

If you're using Dynamics/openEdge then use:

message widgetValue('fi-prodcode':u).

or get the handle of the selectionlist and use:

message hSelectionlist:screen-value.

Regards,
Jack Reitsema.
VCD Automatisering - Groningen - the Netherlands.
 
Back
Top