hello sir can you help me sir what is the random access files?i want to learn that but i have no idea to make the code...please help me sir, hoping for your positive responds...thank you in advance...
jemz -1 Master Poster
Recommended Answers
Jump to PostIn VB's help files, look up the following...
FreeFile Function
Open Statement 'especially this one
Input Function
Line Input Function
Get Statement (under Get Keyword)
Put Statement (under see also)
Seek Function (under see also)
Close StatementGood Luck
Jump to PostJemz, by now I would have thought you would have known that a lot of these things that you can look up in help already have examples, not only in the help files, but at msdn, psc, and many other places on the web, you just need to use your …
Jump to PostOkay, you have a lot of error checking to add so you don't add a duplicate record with the same ID number (and what did I tell you about End!!!).
Alrighty then, lines 36 through 50 need to be above line 33 and your type contains two integers. Change …
Jump to PostLooks good to me and it looks like it should work. Does it?
Good Luck
Jump to PostOkay, the reason it is overwriting your record is because you have left an arguement out on this line...
Put #rndnum, [b]missing arguement[/b], studentrecord
That missing arguement is the record number you are writing. So to fix, you will need an integer declared in the general declarations …
All 28 Replies
asaukani 0 Light Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
jemz -1 Master Poster
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
vb5prgrmr 143 Posting Virtuoso
jemz -1 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.