Hi
According to your routine you have missed out S in D.FIELDS

try below

LOCATE "ACCOUNT.NUMBER" IN D.FIELDS<1> SETTING AC.POS THEN
                     ACCOUNT.NUMBER = D.RANGE.AND.VALUE<AC.POS>
     END



On 5/27/09, [email protected] <[email protected]> wrote:
>
> hello
>  i extracted the ACCOUNT.NUMBER for a NOFILE Enquiry but i dont get it
> from the selection fields. heres the code i used
>       LOCATE "ACCOUNT.NUMBER" IN D.FIELD<1> SETTING AC.POS THEN
>                       ACCOUNT.NUMBER = D.RANGE.AND.VALUE<AC.POS>
>       END
>
> how else can i get the account number the user enters in the selection
> fields for a NOFILE enquiry.
> thanx in advance
>
> pp
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to