BrightWeb Appendix

Contents Hide


Introduction

This document details what features are currently unsupported in BrightWeb, and also which features behave slightly between the two platforms. Please consider these differences with regards to cross-platform development.

At the end of the document, there is also an explicit list of unsupported methods for reference.

General

Form Opening/Closing

Settings

About

Form Controls

Controls

Edit:

Button

DateTime

Image

Scribble

Combo

Listview

Forms

Dimensions

Navigation

Properties

Project

Aspects

Locale

Queries

App Settings

Deployment

Synchronisation

Due to direct access nature of web, this is not supported. For more information on the concepts of web, please refer to the Designing for BrightWeb section of this document.

Objects

Camera

Currently not supported

ConnectionManager

Currently not supported

Database

Database changes will occur directly onto the server when the AddRecord(), UpdateRecords() or DeleteRecords()/DeleteRecordsLocally() are used. Database must be set as a server data source.

MagneticStripeCard

Currently not supported.

File

Files may be uploaded to the server via edit controls' 'Web - File Input' property. File methods operate on the server's local disk space.

GPS

Currently not supported.

NFC

Currently not supported.

Query

Queries are run directly on the default data source specified by the BrightServer configuration.

Report

Print() will generate HTML report for printing. PrintToPDF() may be used in conjunction with System.MarkFileForDownload(), allowing the user to download the report generated.

Scanner

Currently not supported. Scanning functionality may be used with external scanner hardware add ons (converting to text).

Security

Methods which aren't MD5 are currently not supported.

SMS

Currently not supported.

Synchroniser

Not supported due to direct access nature of web. If a 'local' database for a user must be created, stored procedures and expressions may be used.

System

Trace

Outputs to BrightServer log stream.

List of Unsupported Object Methods

Database

Email

Form

System

Controls