SmarTeam - Development Suite


General, Open & Documentation Issues

General Issues

Flow server When hooking a script on the Before Promote system operation, the target state of the current object can be retrieved from the value of the RESULT_STATE of the First Parameter of the function.

 

Installation When SmarTeam Visual Components SDK (from V5R19 GA or from V5R19 service packs) is installed on a machine which includes SmarTeam, all .dll files are installed to the \Bin folder.

However, if VC SDK is installed on a machine that does not include SmarTeam, the VC .dll is not installed in the proper location, but is installed to the C:\Program Files\SMARTEAM\VisualComponents\Bin folder.

API ISmCommonDialogs.ExecuteSelectClass function

The following enumerators are available for SelectClassOptions Enumeration:

  • scoNone : Does not display any classes
  • scoShowStandardClasses : Display only Standard Classes
  • scoShowTreeLinkClasses : Display only Tree Link Classes in Link Classes Node
  • scoShowLogicalLinkClasses : Display only Link Classes in Link Classes Node
  • scoShowInternalClasses - Display only Internal classes in Link Classes Node
  • scoShowLookupClasses - Display only Lookup classes in Link Classes Node

 

Note: To display more than one class, use a plus sign ("+") between parameters. For example, to show Standard, Tree Link and Lookup classes, set the parameters as follows:
scoShowStandardClasses + scoShowTreeLinkClasses + scoShowLookupClasses

   

Open Issues

None

Documentation

None