Re: idea for comboimage - Mailing list pgadmin-hackers

From frank_lupo
Subject Re: idea for comboimage
Date
Msg-id H15H7J$279E37DD2748D671AF07A1E4F8645D43@email.it
Whole thread Raw
List pgadmin-hackers
Thanks  Frank - that issue has annoyed me on and off. There's a minor bug in your code  though - if you hit 6 twice, the first time it displays 6pippo, then the  second time it goes blank :-(
Regards, Dave.
  
  
-----Original Message-----
From: frank_lupo    [mailto:frank_lupo@email.it] 
Sent: 20 August 2002    16:16
To: pgadmin-hackers
Subject: [pgadmin-hackers] idea    for comboimage

  
In comboimage e.g. trigger is not possible select and scrolling the    name of table using keyboard.
  
I write the code example to resolving this problem.
  
 
Bye !! Frank Lupo (Wolf) !!    

----
Prendi GRATIS l'email    universale che... risparmia: clicca qui    

Sponsor:
Il nostro catalogo completo a casa tua, gratis! Vieni da    Peraga, tanti prodotti introvabili per te.
Clicca qui 

---------------------

For resolving bug insert this event

Private Sub ImageCombo1_KeyDown(KeyCode As Integer, Shift As Integer)
    If KeyCode = vbKeyReturn Then KeyCode = 0
End Sub
Bye !! Frank Lupo (Wolf) !!

----
Prendi GRATIS l'email universale che... risparmia: clicca qui

Sponsor:
Un regalo, mille possibilità di scelta, una più preziosa dell'altra.
Clicca qui

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: idea for comboimage
Next
From: "Dave Page"
Date:
Subject: Re: idea for comboimage