Use of custom controls

pjStyle

Registered User.
Local time
Today, 11:00
Joined
Nov 24, 2003
Messages
13
Hi,

I have a question, i can't seem to find a suitable control to use on a form i'm making for a project.
First let me tell what the form is supposed to do.
At the right side of the screen there's supposed to appear a list with volunteers sorted by grade ( which are calculated in the system ). Now we must be able to select one of these volunteers and assign them to lead a team of volunteers. A total of three volunteers must be selected.
I'm thinking of something in the likes of of a TDBgrid like in Delphi and C++ builder from the Borland compilers. Where you can select a record and do stuff with it.
Does anybody have some guidelines for me?
 
To shed some light into the situation i'm trying to create, i've attached a screenshot.
 

Attachments

  • example.jpg
    example.jpg
    30.6 KB · Views: 122
Hi,
Are you programming in access?
If so why create custom controls, will a listbox not do the job?
You can monitor a list box for choices made, store the choice, reset listbox after the choice has been made etc.
 
Thank you for your reply! I have absolutely no experience with Access so i accidentely overlooked the listbox :)
I'm used to programming in Borland delphi, where i can just retrieve information about the currently selected record in a Gridview.

Thanks again for your reply,

Ted de Vries
 

Users who are viewing this thread

Back
Top Bottom