[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Interactive inputs



Robbi
I do not have the -XCB flag in the command line.
 
What is the SQR communication box?
 
I want the program to display a dialog box with input information and the allow the user to make a selection.
 
Andrew
 
----- Original Message -----
From: Wendel, Robbi <rwendel@NESPOWER.COM>
To: <SQR-USERS@list.iex.net>
Sent: Monday, August 21, 2000 9:31 PM
Subject: Re: Interactive inputs

> 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