Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Enform Query

18 views
Skip to first unread message

nsks...@gmail.com

unread,
May 26, 2009, 1:08:23 PM5/26/09
to
Hi,

Can we have an Enform query which lists only few records from the file
like we have in Sql

List_count 2;
Select * from emp where empno = 10;

It will fetch only 2 rows, so to have the same in for Enscribe file,
is there any command

e.g. List where empno = 10 ?????

Thanks

Keith Dick

unread,
May 26, 2009, 5:09:43 PM5/26/09
to

Go look up the option variables @DISPLAY-COUNT, @READS, @PAGES, and @TARGET-RECORDS in the ENFORM manual (start at docs.hp.com, page down to the NonStop Technical Library heading, click on H-Series, G-Series, or J-Series, depending on your system type, and look for the ENFORM manual).

@DISPLAY-COUNT probably is the closest to being like LIST_COUNT, but you might find the others useful in some situations.

nsks...@gmail.com

unread,
May 26, 2009, 10:45:11 PM5/26/09
to
On May 27, 5:09 am, Keith Dick <kdic...@comcast.net> wrote:

Hi Keith,

Appreciate your help, I found it in the doc

Thanks

0 new messages