Date format for sorting |
Post Reply |
Author | |
DavidSpain
Newbie Joined: 18 March 2009 Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 14 April 2009 at 6:04am |
Dear friends,
We have a problem when passing data type date. The programming environment in which we work is not Visual Basic. Therefore, it is not 100% compatible with the data types of Visual Basic. The problem is the compatibility with the Variant type. When passing data to the Report Control, interprets it as text and not as a date. We know this because the cell formatting, or does not interpret the format. The question is: Is it possible after passing the data as text, change the data type to date? Thank you very much in advance! |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
If you would assign value like this: rec.AddItem(CDate("15-4-2009"))
I don't know what language you use... but somekind of Date type should not be a problem...
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Use specific report record item type and it will propely sorted - not as simple string
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |