Is it
now possible to suppress the Select Folder dialog that appears when a
user imports or copies a new document in the PowerUser in any view that
is not the Explorer View. Two registry settings control this behavior:
HKEY_LOCAL_MACHINE\SOFTWARE\Cyco\<ActiveProduct>\CurrentVersion\Client
Value: SkipSelectFolderOnImport
Type: REG_DWORD
Default: 0 (False)
Values: 0 or 1
This setting suppresses the Select Folder dialog when importing a document.
If the folder is not set after the wizard completes, the Select Folder
dialog will still be shown.
HKEY_LOCAL_MACHINE\SOFTWARE\Cyco\<ActiveProduct>\CurrentVersion\Client
Value: SkipSelectFolderOnCopy
Type: REG_DWORD
Default: 0 (False)
Values: 0 or 1
This setting suppresses the Select Folder dialog when copying a document.
The folder for the new document will be the same as that of the source
document. 23754 Need a way to suppress
Select Folder dialog for New Document
In the AMViewX2 viewer control it is now possible
to specify printer name, orientation and port through the PutProperty
API:
AMViewX1.PutProperty("Printer.Device", "\\<servername>\<printername>")
AMViewX1.PutProperty("Printer.Port", "<portname>") where "<portname>"
can for example be "FILE" AMViewX1.PutProperty("Printer.Orientation",
"<orientation>") where
"<orientation>" is either "Landscape" or "Portrait"22945 wish: make it possible to set print
orientation while printing from AMViewX in VB application (Status = Closed)
Bug 23473: "document new features of PutProperty method",
RefNum VL060913174010
In the
AMViewX2 viewer control it is now possible to programmatically enable
or disable layers in the viewer through the PutProperty API for an already
open document:
AMViewX1.PutProperty("SetLayer.<layername>", "<On
or Off>")23107 Programmatically
switching on and off layers
A new method Client.ClientID
returns a bitmask of one or more values from the AS_CLIENTID enumeration.
This method is also available in VB extensions through GetHostService(SERVICE_CLIENTAPP).GetClientID.23148 There is no correct event for Import
from the LWS sync log (Status = Closed)
Unlocking a document during the BeforeSubmitWorkingCopy
event failed. This is now fixed.22424
Unlocking the document fails in BeforeSubmitWorkingCopy event (Status
= Closed)
The BeforeCopy and AfterCopy events were not fired
when copying a folder, both in script and in extensions. This is now fixed.19567 BeforeCopy and AfterCopy not triggered
on folder copy (Status = Closed)
When using the 'Send to Mail Recipient...' command
in the PowerUser, an OpenInApplication event sequence
is now fired with the AppName argument set to
"Send Mail". 23003 Event
on 'Sent To' (Status = Closed)