say objects not updating

say objects not updating

Postby DonDrew » Tue Aug 31, 2010 8:11 pm

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
DonDrew
 
Posts: 63
Joined: Mon Aug 02, 2010 5:38 pm

Re: say objects not updating

Postby Colin Haig » Tue Aug 31, 2010 11:58 pm

Hi Don

This is how I use says on folders

Code: Select all  Expand view


REDEFINE SAY oSayClient  ID SayClient    of oMainFold:aDialogs[2] UPDATE   picture '@'
oSayClient:SetColor(CLR_RED,getSysColor(COLOR_BTNFACE))

//  Then is another function
   oSayClient:bGet := {||'' "}
   oSayClient:Refresh()

    oSayClient:bGet  := {||oCode:Client}
    oSayClient:Refresh()





Hope this helps

Cheers

Colin
Colin Haig
 
Posts: 310
Joined: Mon Oct 10, 2005 5:10 am

Re: say objects not updating

Postby DonDrew » Wed Sep 01, 2010 8:49 pm

Thank you, Colin. Your advice worked.

Don
DonDrew
 
Posts: 63
Joined: Mon Aug 02, 2010 5:38 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Jimmy and 23 guests