Simplicty and flexibility!


Support::

Data-Entry


Parameters


Returns/Result


Examples


Reference

data-entry

image\Dql_0024.gifdata-entry

Type

Keyword

Purpose

The data-entry keyword identifies the Data-entry form as the source of the specified value.

Syntax

data-entry FIELDNAME

Usage

A Data-entry form is a form used to collect data and processing specifications from a user at the beginning of a procedure. Values retrieved from a Data-entry form are used in a script exactly like any other value or expression. The keyword data-entry is used in place of a table name when specifying a value entered in a Data-entry form.

Example

for MEMBERS with MEMBERID = data-entry MEMBERID ;

modify records

copy all from data-entry

ADDRESS := data-entry NEW ADDRESS .

end

 

This script might be used to post address changes into the MEMBERS table. It tells DataEase: (1) Find the MEMBERS record that has the same MEMBER ID as the MEMBER ID specified on the Data-entry form, and (2) modify the MEMBERS record by copying the value from the NEW ADDRESS field in the Data-entry form to the ADDRESS field in the MEMBERS table.

See Also


On the forum about Data-Entry

How to show data-entry form files on report

This is for dataease 8.2, In a DQL report I want to show the data the suer entered in the data-entry form for running the report. Please can you advgise how I do this ?Thanks...

Product: Dataease [{8}]FIVE. Written by David Sleight 14/09/16 at 14:50:46

Re:How to show data-entry form files on report

Hi David. It is rather straight forward. You simply list the data-entry field under list records like this: <img style="width:100%" src="/static/ulimag...

Product: Dataease [{8}]FIVE. Written by DataEase 16/09/16 at 08:52:40

On the blog about Data-Entry


dg3_HelpView