Scripting command to turn syrchnonized browsing ON?
Posted: 20 Feb 2015 15:49
Is there a command for turning synchronized browsing on or off--not toggling?
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
"Enable Sync Browse : syncBrowseOn"
if (! Get('#814')) {
#814;
}
"Disable Sync Browse : syncBrowseOff"
if (Get('#814')) {
#814;
}