Hi all,
it seems that having a folder with an xbrowse inside and changing a value into the xbrowse
then the xbrowse is not refreshed using the oFld:Update method()
Marco Turco
SOFTWARE XP LLP
Hi all,
it seems that having a folder with an xbrowse inside and changing a value into the xbrowse
then the xbrowse is not refreshed using the oFld:Update method()
Marco,
Did you specify the OF clause of the browse?
Regards,
James
Yes, the problem appears on xbrowse over a folder,
anyway I will try to make a self-contained.....
Mr. Marco
Please assign oBrw:lUpdate := .t. Also as Mr. James suggested, make sure you have defined xbrowse as "of oFld".
If you have used the clause "UPDATE" while defining XBrowse, at present, this clause is only dummy and is not really setting oBrw:lUpdate := .t.. Let us expect this clause will work correctly from the next release of FWH onwards.
Ok, solved. I didn't know that the "UPDATE" clause was a dummy, now with oFld:lUpdate=.t. all runs fine. Thanks for your quick support, very appreciated.