Quick and Quiz part-time

Robert j. Cullinan rcnan60@voicenet.com
Fri, 6 Nov 1998 18:47:07 -0500


I am interested in obtaining part-time telecommuting from home. Visit my web
page and thanks.
http://members.aol.com/rcnan60/prof/index.htm

                                                                        Bob
-----Original Message-----
From: STEWARTM@dteenergy.com <STEWARTM@dteenergy.com>
To: powerh-l@lists.swau.edu <powerh-l@lists.swau.edu>
Date: Friday, November 06, 1998 2:35 PM
Subject: Re: Quick display popup



Chris,

You could create a subscreen and make its perimeter right around the spot
where you want your popup.  In that subscreen you could do something like
the
following.

SCREEN field_popup                                                      &
   ACTIVITIES FIND                                                      &
   RECEIVING T_WHATEVER                                                 &
   FROM <whatever> TO <whatever>                                        &
   HELP POPUP FROM 14,20 TO 19,60                                       &
   NOMODE                                                               &
   NOACTION                                                             &
   FIELDMARK                                                            &
   MESSAGE ON LINE 24

TEMP T_WHATEVER

FILE whatever IN whatever OCCURS X

DRAW whatever TO whatever
SKIP TO 2
CLUSTER OCCURS

ALIGN (3,3,3) ;data overwrite label since they all start at the same place.

field style-text hidden label "         " ;blanks area the size of your
field
text

CLUSTER

PROCEDURE DESIGNER 1
   BEGIN
      LET whatever = whatever_they_pick_from_the_list ;or the same value the
field had
      RETURN
END

If you want them to scroll through this list FIELDMARK and cursor movements
will do it naturally.  The data will over write the label so it will appear
that the data is hilited with fieldmarking on.  If you do not want the user
the change the field than pass back the same value this screen received.

In your input procedure for the field put a message like "enter * to view
scrollable list".  If they do then it will kick off the subscreen.  They get
to see a list of data they can scroll through but can get back a different
value or the same.  Whatever you choose.  I'm not sure if this is what you
are
trying accomplish.


Mark Stewart
Consultants Club Corp.
Windsor, Ontario
Canada



= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.