Hello,
As we know, Xbrowse shows all object information when we use :
REDEFINE FOLDEREX oFld ID 101 UPDATE ;
PROMPT "Basis" of oDlg;
dialogs "artfolbasis"
Xbrowse(oFld) // and we see all info about the object.
Is there a function that will give use a popup with all used object active in the project and that we then select and see all its props ?
Meaning : If oDlg, oFld, oBrw are in use, we can select and see detail ?
It would be great for devellopment.