I want the original DCSAY to then show the new value of the variable on the screen.
Below is a stripped down snippet from the code I think should work, but it doesn't.
What is the proper way to make this happen, please.
Thanks in advance. GeneB in Albuquerque.
Code: Select all
@ 0,0 DCTABPAGE oTabPage2 CAPTION "Something" ;
RELATIVE oTabPage1 PARENT oFrame
@ 1,1 DCGROUP oGroup4 ;
PARENT oTabPage2 SIZE 50,20
@ 1,1 DCSAY nGet ;
PARENT oGroup4 ;
SAYOBJECT oGet
@ 1,16 DCGET nGet PICTURE "999999.99" ;
PARENT oGroup4 ;
TABSTOP ;
VALID {|| DC_GetRefresh(oGroup4) }
DCREAD GUI