onImageError
/documentation/pages/Guides/Mobile and Web Components/Grid/Code/Client-side Events/onImageError.xml
Fires when an image in an element was not found. The e object passed in has an 'element' property.
onImageError
/documentation/pages/Guides/Mobile and Web Components/UX/Events/Client-Side Events/onImageError.xml
Fires when an image in an element was not found. The e object passed in has an 'element' property.
List Menu
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Defined Controls/List Menu.xml
A customizable menu that renders as a list of choices.
fedex_delivery_status Function
/documentation/pages/Ref/Api/Functions/Utility/Addressing and Tracking Functions/FEDEX_Delivery_Status Function.xml
Contacts the FedEx web site and looks up the status of the specified tracking number
DotNet Example: Working with Enumerated Types
/documentation/pages/Guides/Dotnet Integration/Examples/DotNet Example__COLON__ Working with Enumerated Types.xml
.NET enumerated types appear to be of type P in Alpha Anywhere. Using .NET enumerated types in Xbasic, for example *[extlink:System::Web::HttpCookieMode@http://msdn.microsoft.com/en-us/library/system.web.httpcookiemode.aspx]*, will require attention to the coding style. It is best to assign and test enumerated types as follows:
DotNet Example: Working with Streams
/documentation/pages/Guides/Dotnet Integration/Examples/DotNet Example__COLON__ Working with Streams.xml
Occasionally a .NET function will require that you pass or receive a stream as a parameter. This example shows how to create a stream to upload a file.
a5ws_getUserValuesActiveDirectory Function
/documentation/pages/Ref/Api/Functions/Web/Web Application/Security Functions/a5ws_GetUserValuesActiveDirectory Function.xml

Get the Active Directory properties for a user. Alpha Anywhere must be configured to use active directory.

Connecting to SQL Server
/documentation/pages/Guides/Databases/Connecting/Connecting to SQL Server.xml
Alpha Anywhere AlphaDAO provides an extension driver for SQL Server to simplify building connections using any of the SQL Server ODBC drivers provided by Microsoft. You must first install the appropriate driver for the version of your SQL Server database. In the connection string dialog, select the version of the database you are connecting to. Alpha Anywhere will select the installed driver that is the best fit for the target version.
How to Create an .A5W Page that Requires Basic Authentication
/documentation/pages/HowTo/Security/Page with Basic Authentication.xml
Basic Authentication is a simple HTTP form of authentication which can be used to restrict access to your server or web service.
Creating AlphaDAO Connection Strings
/documentation/pages/GettingStarted/GettingStartedTutorials/Basic Tutorials/Create a Connection String.xml
Alpha Anywhere Data Access Objects (AlphaDAO) let your web or mobile application communicate with a SQL Database. Learn how to create an AlphaDAO connection string to an Access, MySQL, or SQL Server database using the Northwind database that ships with Alpha Anywhere.