CreatedAppType (Property)

Applies To:

Document object

Description:

Returns the application name in which a document was created.

Action:

Read-only as BqAppTyoe

Constants:

The CreatedAppType (Property) uses the BqAppType constant group, which consists of these values:

Example:

This example shows how to display the application type for the Chart.bqy in an Alert box:

Alert(Documents["Sample - charts.bqy"].CreatedAppType =bqAppTypeDesktopClient)