
See DQL 8 for more information on the record entry and input using commands.
In a script, you tell DataEase to use the field values on the Data-entry form by placing the keyword data-entry before the field name. For example, the script statement
for MEMBERS with STATE = data-entry STATE
 tells DataEase to list only the members who live in the state specified in the STATE field on the Data-entry form.
The Data-entry form can only be used to input data at the start of a procedure. DataEase offers two other data input methods in addition to the Data-entry form.
The DQL record entry command allows records to be entered into a record entry form at any point during a procedure. The records are directly entered into the database; they are not processed by the script.
The DQL input using command also lets you use a record entry form to input information. The command may be used at any point during a procedure. The input using command lets the script process the records before they are entered into the database.
The differences between the three data input methods are summarized in the table below.
Data Input Method |
Use in Script |
Full Record Entry Facility |
DQL Control |
At Start Only |
No |
Yes |
|
|
|
|
|
Anywhere |
Yes |
No |
|
|
|
|
|
Anywhere |
Yes |
Yes |
Product: DataEase for Windows 7.x. Written by George Washington 11/04/14 at 08:26:17
Product: DataEase 8 Reporter. Written by eduardo paez 02/05/14 at 14:40:11
Product: . Written by Marco Marchesi 15/02/16 at 14:50:46
Product: . Written by Grossi Gioacchino 18/11/19 at 14:33:44
Product: Dataease [{8}]FIVE. Written by Rainer 22/03/21 at 11:13:10
Product: Dataease [{8}]FIVE. Written by Rainer 08/06/21 at 14:12:40