Windows 4GL List Field Selection

In article <40dho3$g2o@bcarh8ab.bnr.ca> Shillee Sparks  writes:
>I have just started using windows4gl and am trying to figure out how to be able
>to select more than one thing from a list field.  Right now, I am trying to
>modify the program which was developed before me and only one option can be
>selected.  Is it possible to be able to select more than one option from the
>list?  I have not been able to find anything in the reference books or online
>examples which came with windows4gl.
>(Note: The toggle box is not an option because the items in the list can
>change.)
>As well, is the double click option available?
>Any information would be greatly appreciated for this newbie!
>Thanks,
>Shillee Sparks
>internet: coopsyn@bnr.ca
>

In the current release of Windows4GL/OpenROAD, you can only select a single
item in a list field.  If you require multiple selections, you will have to
revert to using a tablefield and write code to manage multiple selections,
such as add a select toggle - my favorite - or use colors to indicate chosen 
rows.

Doubleclick is supported in Windows4GL by setting a logical name (I forget
right off hand, someone in the listening audience will know it and respond).
OpenROAD provides better support for Doubleclick as a trappable event
(i.e., ON DOUBLECLICK...).
-- 

Steve Caswell           |   (404) 448-7727    |  "The opinions expressed are my
Principal Consultant    |   sfc@tpghq.com     |   own.  They may not be perfect,
The Palmer Group        |   uunet!tpghq!sfc   |   but they're all I've got."
Ingres Q & A
To William's Home Page

© William Yuan 2000

Email William