To All
Is there a way to test which folder is open or has focus using the TFolderx class ?
Thanks
Rick Lipkin
To All
Is there a way to test which folder is open or has focus using the TFolderx class ?
Thanks
Rick Lipkin
Rick,
Try DATA nOption or oFolder:aDialogs[x]:lFocused
Regards
Paco
Paco
YES .. you were on the right track .. I added ON CHANGE( MsgInfo( nOption) ) and got what I needed.
Thanks
Rick