|
-
Jun 4th, 2000, 10:38 PM
#1
Thread Starter
Need-a-life Member
Hi Evreybody! I'm just wonderin' why this code is not working the way I'd like.
Code:
Grid.Col = 0
For i = 0 To rs.RecordCount - 1
Grid.Row = i
Grid.Text = EfectiveDate(Grid.Text)
Next i
In Grid.Text I have a date and time in this format: "23/05/00 07:00:00 p.m.", and the function EfectiveDate would change it to "23/05/2000 19:00". However, I don't know why, but it actually reads all the records, but writes the "edited" date/time in the first row. Does anybody knows how to force the writing in each "new row"??
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
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
|