HTML in Desktop Applications

Description

Guides to working with HTML in desktop applications.

Name
Description
Define/Edit Arguments Dialog Box

An argument requests a value to insert into a SQL SELECT statement at run-time. The SQL SELECT statement uses an argument value to complete a filter (WHERE or HAVING) or order (ORDER BY or GROUP BY) expression. The Define/Edits Arguments dialog box creates dialogs that prompt the user for values.

Responding to JavaScript Events on an HTML Page

This script demonstrates how you can use Xbasic to respond to events on an HTML page that is hosted in an Xdialog window. The techniques used here are useful if you want to design dialog boxes that take advantage of HTML's layout features, but still have the power of Xbasic to respond to events on the HTML page.