Hi,
I was messing with the idea of writing a Database Creator, and this is a part of the
program I was working on
What I need (want) it to do is when it fills the listbox with the list of available drivers, as
you cursor down the list, it puts a copy of the line you are on in the edit box at the bottom
of the screen. This is so it can be edited to create exactly the string you need to
open / create a database, before you press the OK button. I'm stuck!
Any ideas?
Brian
This works. You need to add @CTLISTNOTIFY to the List Box and trap @LBNSELCHANGE.
Bruce,
Thanks for the reply - @CTLISTNOTIFY made perfect sense, I had just forgotten all about it!
Many thanks,
Brian