Hello list,
I have got two questions relating to the CommandInfo(CMD_INFO_DLG_DBL)
function. The first thing that I´m surprised about is that in the following
if clause

If CommandInfo(CMD_INFO_DLG_DBL) = TRUE Then
......
......
        choose directly from table_c
.....
Else
......
......
        choose from table_b and put selected items in the second
MultiListbox
.....
End If

the program carries out the else statement list in any case. Even if there
is a double-click.

The second problem is a bit more complicated. The program builds up a dialog
that basically consists of a PopupMenu , two MultiListBoxes and an OK and
Cancel Button. The user choses an item from the PopupMenu and according to
this choosen item the program selects the corresponding items from table_a
and puts them in the first MultiListbox. When the user clicks on one of the
items from this MultiListbox the program selects the corresponding items
from table_b and puts them in the second MultiListbox. Then the user picks
one or more items from the second MultiListBox and when the dialog is
dismissed by clicking OK the program chooses the corresponding polylines
from table_c.
When the user double-clicks on one of the items from the first MultiListBox
I want the program to choose directly from table_c. This works very well for
items that don´t have more than 50 corresponding items in table_b, but not
for those who have more than 50. In that case ( more than 50 ) the program
simply executes the else case and chooses corresponding items from table_b
and puts them in the second MultiListBox. 
Are there any limitations within a MultiListBox in combination with the
CommandInfo(CMD_INFO_DLG_DBL) function ?
Thanks for any help

Ulrike


Mit freundlichen Grüßen

microm
Micromarketing-Systeme und Consult GmbH

Ulrike Witte

Hellersbergstr. 14
41460 Neuss
Phone: 02131-10 97 51
Fax:     02131-10 97 77
mailto:[EMAIL PROTECTED]

Aktuelles:

Immer am Ball? Einmal pro Quartal erscheint der microm eNewsletter, der Sie
aktuell 
ueber die neuesten Entwicklungen bei microm rund um unsere Daten, Systeme
und 
Dienstleistungen informiert. Einfach eine kurze E-Mail mit Name und E-Mail
Adresse an 
<mailto:[EMAIL PROTECTED]> senden!
Die naechste Ausgabe erhalten Sie dann Anfang Maerz.

____________________________________________________________________________
__

Diese Nachricht wurde elektronisch versandt und ist daher auch ohne
Unterschrift rechtsgültig.
Der Inhalt dieser E-Mail enthält vertrauliche Informationen. Das Kopieren
und die Weitergabe 
an Dritte ist nicht gestattet. Sollten Sie diese E-Mail irrtümlich von uns
erhalten haben, 
bitten wir Sie, diese zu vernichten und uns darüber zu informieren. Im
Voraus vielen Dank.
____________________________________________________________________________
____
 

---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 6133

Reply via email to