|
-
Jun 19th, 2000, 08:19 PM
#1
Thread Starter
New Member
Question:
I am very new to VB and was wondering is there a way to have a form running that has a listbox that opens a table and displays data. Then if someone else runs the same program from another workstation and adds data to the table the list box will refresh by itself without having to reload the form. My boss wants to be able to have the form running and if someone else adds data then his screen shound be update automaticly. Im pretty sure this can't be done with a listbox but can a grid control do it and if so how.
Thanks All.
-
Jun 19th, 2000, 09:33 PM
#2
Use a timer...
Try to use a timer on the form, and every few seconds just update the listbox, if there is not too much data to load.
Hope this helps
[Edited by Negative0 on 06-20-2000 at 02:30 PM]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|