[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Interactive inputs
- Subject: Re: Interactive inputs
- From: "Wendel, Robbi" <rwendel@NESPOWER.COM>
- Date: Mon, 21 Aug 2000 15:31:30 -0500
Just a wild card, but see if you have the -XCB flag in your command line.
It disables the SQR communication box.
HTH,
Robbi Anne Wendel
SCT Corporation
rwendel@sctcorp.com <mailto:rwendel@sctcorp.com>
rwendel@nespower.com <mailto:rwendel@nespower.com>
(615) 747-3078
-----Original Message-----
From: Andrew Rivers [mailto:andrew.rivers@CWCOM.NET]
Sent: Wednesday, August 16, 2000 4:30 PM
To: SQR-USERS@list.iex.net
Subject: Interactive inputs
Hi
I need to check interactively a value in a field within the database.
e.g.
User has companyID and companyName:
!get companyID input from user:
input $companyID
For the companyID that the user has input, check that the companyName in
the database is the same as the companyName that the user has for the same
companyID:
do getCompanyNameForCompanyID
display/print 'companyName' !companyName in the database for
the companyID that the user has input
Now verify the companyName and companyID are those that user has.
So force user to input the same companyName as that returned from
the database for the companyID which was inputted by the user:
do verifyThatCompanyNameAneCompanyIDMatch !both for those that
user has and that are in the database.
Print only prints after all processing has been completed.
Display does not give a display (Currently using SQR v4).
Any advice on how to manage interactive inputs/outputs would be
appreciated...
Many thanks.
Andrew