Xbasic
A5_InstallAmyuni Function
Reports can no longer be created using the Amyuni driver in Alpha Anywhere starting with version 4.6.2.7 (build 7544). The Amyuni drivers are no longer distributed with Alpha Anywhere.
Syntax
Result_Flag as L = a5_InstallAmyuni([C folder ])
Arguments
- Result_Flag
Indicates whether the installation was successful.
- folder
Character
Description
The A5_InstallAmyuni() function installs the Alpha Anywhere printer drivers. You can specify an optional folder where the InstallAmyuniPrinters.exe file is located.
Example
This script installs the Alpha Anywhere printer drivers if they are not already installed.
if atc("alpha anywhere printer", ui_printers_get() ) = 0 then a5_installamyuni() end if
See Also