11-29-2006 12:22 AM
11-29-2006 01:07 AM
Hi mrbean,
You can get to this property at 'TS.SData.ShowFrntPnl'
for example if you want the next step to show it front panel, the lookup string would be "RunState.NextStep.TS.SData.ShowFrntPnl".
You could use the CurrentUserHasPrivilege(privName), have a look under the Customize Tools Menu to see how some of the Tools menu items are enable / disabled, eg for the Import/Export Properties, in the Enable Expression, CurrentUserHasPrivilege ("Develop.EditSequenceFile") is used.
Hope this helps
Ray Farmer
12-06-2006 03:50 AM