Your will need to use a combination of two keywords on your DDS,
RTNCSRLOC(&csrFmtName &csrFldName) and SFLCSRRRN(&SFLCSRRRN).

RTNCSRLOC(&csrFmtName &csrFldName) tells you what format and field your
cursor is at. The SFLCSRRRN(&SFLCSRRRN) tells you which subfile RRN#
your cursor is at.

So, the logic would look something like below (Note: I have not tested
it yet):

If csrFmtName ='MYSFLFMT' and
csrFldName = 'LOT#' and
SFLCSRRRN <> 0;
chain(n) SFLCSRRRN mySFLFMT;
if %found();
//prompt it
endif;
Endif;


<jeffw@xxxxxxxxxxxxxxxx> wrote in message
news:<mailman.9990.1221143378.2545.rpg400-l@xxxxxxxxxxxx>...
Hi everyone
I need to a read a subfile that has no user inputted changed records
on it.
So the READC command will not work. There are 3 fields on the screen
item
number, quantity and lot number. The user has the ability to prompt
the lot
number field and select other lots for that item. However I cannot
figure
out how to get the item # from the subfile for the prompt to work
correctly.
Other information, I am using F4 to prompt the field. Any ideas? Thank
you

Jeff Williams

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.