|
-
Aug 25th, 2000, 10:03 AM
#1
Thread Starter
New Member
I am creating a one form application which will have multiple orders for a product. The form will be as follows:
College Code
Subject Name Subject Number
Student Number Student Result
Student Number Student Result
Student Number Student Result
Student Number Student Result
Student Number Student Result
Insert(button)
As you can see from the above it looks very simple or it might mbe for professionals like yourselves but it's not easy for a begginer like me.
For each subject there could be thousand students so I have enter their Student Number and Student Result 1000 times and finally I will insert all this data into a file.
Please help me with this that what component should I use or do I have to get any new addon I am using VB6 enterprise edition.
Thanks
Saqi
Visual Basic 6.0 Enterprise Edition
saqi_the_angel
-
Aug 25th, 2000, 10:17 AM
#2
One of the Grid controls sounds to me like what you should use. There are a couple that comes with VB6. MSFlexGrid, DataGrid or even the ListView control could fit.
-
Aug 28th, 2000, 09:10 AM
#3
Thread Starter
New Member
thank u
Joacim
Thanks a lot man for your help.
Tahir
Visual Basic 6.0 Enterprise Edition
saqi_the_angel
-
Aug 28th, 2000, 12:54 PM
#4
Hyperactive Member
I would use a DataBase to store the information ..
Even Access will do the trick, if you don't have access/sql server, then you can use a text file as your DataBase, but this might be tricky, you can make 2 text files, one to store a student number and a second to store the dtudent result.
if it helps, but if you are not sure about something, just ask :-)
In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.
- Douglas Adams
The Hitchhiker's Guide to the Galaxy
-
Aug 28th, 2000, 01:16 PM
#5
If you want the data to be edited, then use the DBGrid, otherwise use the MSFlexGrid.
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
|