|
-
Dec 7th, 2001, 02:19 PM
#1
Thread Starter
Addicted Member
Format a date or string in MSHFlexGrid
Hi Guys,
can you please tell me how to Format a date or string in cols in a MSHFlexGrid (dd/mm/yyyy)
-
Dec 7th, 2001, 02:21 PM
#2
How does the date get put into MSFlexGrid?
I'm thinking that if you are populating the MSFlexGrid based on the return of a recordset, you could format the recordset element containing the date before the grid gets populated.
If the date is being input via a Text box, then, again, you can format it before the code you have to place it on the grid.
-
Dec 7th, 2001, 02:23 PM
#3
New Member
MSHFlexGrid.TextMatrix(YourRow, YourCol) = Format$(MSHFlexGrid.TextMatrix(YourRow, YourCol) ,"mm/dd/yy")
-
Dec 7th, 2001, 02:46 PM
#4
Thread Starter
Addicted Member
Thanks guys
sethindeed, can't i just format a whole col instaed of every cell ?
-
Dec 7th, 2001, 02:56 PM
#5
Thread Starter
Addicted Member
Thanks Hack
I don't know why but Sethindeed method didn't work.
Can you telle me Hack how to format the recordset element containing the date before the grid gets populated.
Thanks for your time
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
|