Ajax Dialog and Data Binding Help Pages
/documentation/pages/Index/Ajax Dialog and Data Binding Help Pages.xml
Page links relating to Ajax Dialog and Data Binding.
Alpha Five V11
/documentation/pages/Index/Alpha Five V11.xml
Page links and information relating to A5 V11.
What's New in Version 11
/documentation/pages/Index/What's New in Version 11.xml
Welcome to Alpha Five Version 11! If you thought we added a ton of functionality in Versions 10 and 10.5 plus the Feature Packs, you may have to recalibrate your notion of what defines a "ton of functionality".
Sending Dialog Contents via Email
/documentation/pages/Guides/Desktop/Design/Email/Sending Dialog Contents via Email.xml
There are times when the output of a dialog should not go directly to a database. You may want to email the entry, for example. Here is how you would do that, assuming that once again you are starting with our Simple Dialog example.
Passing a Record from a Grid to a Dialog
/documentation/pages/Server/Guide/Design/View/Grid/Passing a Record from a Grid to a Dialog.xml
Web publishing applications only. The problem is the following. You have selected a record in a grid and now want to display it in a separate page containing dialog component. The solution to the problem lies in the fact that you can set default values for a dialog component's variables in the URL of the page that loads the dialog.
Setting Focus to a Control on a Dialog
/documentation/pages/Server/Guide/Design/View/Html/Setting Focus to a Control on a Dialog.xml
It is a common requirement, after opening a dialog box, to set focus to a specific control. You can add Javascript to your A5W page to move the focus to any of its controls.
Adding Help To a Dialog Box
/documentation/pages/Guides/Desktop/Xdialog/Adding Help To a Dialog Box.xml
You can add pop-up help to a dialog box using the {Help} command. The pop-up help is accessed from a standard Windows help file (.hlp or .chm). You need a third party product, such as RoboHelp? to create Windows help files. The pop-up help is displayed when the user presses the F1 key. The pop-up help can also be displayed when the user presses a button on your dialog.
How to Put Up a Wait Dialog While The Grid is Performing an Ajax Callback
/documentation/pages/HowTo/Grid/Putting Up a Wait Dialog While The Grid is Performing an Ajax Callback.xml

If you Grid does a callback that takes some time (e.g. searching a large database), you might want to put up a custom 'working...' message.

This example shows how you can do this for a search, but there are client side events that would enable you to put up custom messages for many different types of actions, including sorting, page navigation, saving data, etc.

Put this in the [canSearchSubmit] event

Dropping DBF Tables or Sets from a Workspace
/documentation/pages/Guides/Desktop/Design/View/Workspace/Dropping Tables or Sets from a Workspace.xml
To remove a DBF table or set from a workspace:
Manually Inserting UX Component Data into a DBF Using Xbasic
/documentation/pages/HowTo/UX/Saving Dialog Contents to a DBF.xml
In this example we will save some UX Component contents to a DBF database record. First we will need to create a DBF table to store the data. Create a new DBF table in the control panel and add the following fields: