I have 6 folders, NONE of the says within these folders will update to reflect changed variable contents.
REDEFINE SAY oName_12 VAR alltrim(cName_l)+", "+alltrim(cName_f)+" "+cName_m ID 2100 of oFld:aDialogs[4] ;
Picture "@R ###-##-####" ;
UPDATE
REDEFINE SAY oSS_Num12 VAR cSS_Num ID 2101 of oFld:aDialogs[4] ;
UPDATE
Another function changes the contents of the variables.
oFld:aDialogs[4]:Update()
This works flawlessly in FW for Clipper but fails utterly in FWH.
What am I missing?
Don