Hello everyone,
I've got a problem on Progress v9.1A on a SCO Unix system.
I've got a down frame with an decimal variable (price for item) in it.
When the price is unknown, I'm using the following code to signal the user:
display '*E*' @ v_price
this works just fine, but as soon as I scroll with the frame (using the scroll statement) the '*E*' is replaced by the original value of v_price.
Is there a simple work-around for this, or do I have to go through al the lines in my down frame to display the '*E*' again?
Thank you for your time...
I've got a problem on Progress v9.1A on a SCO Unix system.
I've got a down frame with an decimal variable (price for item) in it.
When the price is unknown, I'm using the following code to signal the user:
display '*E*' @ v_price
this works just fine, but as soon as I scroll with the frame (using the scroll statement) the '*E*' is replaced by the original value of v_price.
Is there a simple work-around for this, or do I have to go through al the lines in my down frame to display the '*E*' again?
Thank you for your time...