|
-
Mar 28th, 2004, 04:57 AM
#1
Thread Starter
Lively Member
-
Mar 28th, 2004, 05:36 PM
#2
PowerPoster
HIi,
Not quite sure what you are saying.
Do you have one database table containing many records, each with 5 fields and you want to display all of those 5 fields (from one record) for the client to select one? If so, why do you need this - what are you going to do when the client has made his selection?
You could have 5 labels databound to each field and place a check box level with each label. (You may be able to bind each checkbox to the fields with their text properties displaying the contents of the field but I am not sure)
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
-
Mar 29th, 2004, 02:19 AM
#3
Thread Starter
Lively Member
actually i want to loop all the info from my Accedd DB to VB.net
after looping i can click the check box to confirm something ~
-
Mar 29th, 2004, 02:35 AM
#4
PowerPoster
Hi,
Understood, but why do you want the user to be able to select the fields individually? You can use a combo or list box to view one of the fields in each record, to identify the record, and then update the record if you wish. What details do each field contain?
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
-
Mar 29th, 2004, 03:40 AM
#5
Thread Starter
Lively Member
oic ~
i know wat u mean already ~
thank you for ur help ~
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
|