Hi Guys,
I have a xbrowse where I'm adding columns at runtime, throught the command bellow:
ADD COLUMN TO XBROWSE oBrw DATA {|| oLbxBrw:oDbf:Fields(cCampo):value } HEADER cCampo size 150.
IF I use cStat := oBrw:SaveState() and after execute oBrw:RestoreState(cStat) the columns I have added at runtime are not being restored. Do you know why?
Other thing - Is there any way to know that the user made a change in the xbrowse layout ?