WebLady
|
| Posted: 05/29/2002, 5:01 AM |
|
This only works in edit page not in my grid page. I get data mismatch. Anyone who can help.I use ASP with Access
|
|
|
 |
Nicole
|
| Posted: 05/29/2002, 5:21 AM |
|
Hello,
please provide more details.
The better way is to take a look at your project. Could you upload project file to GotoCode?
|
|
|
 |
WebLady
|
| Posted: 05/30/2002, 10:21 AM |
|
I have read the Article How to display date in different format. by Elena
I use ASP in Access97
This is what I have done.
I have included Elenas script in Modules and put in a newdate format.
In record form Before_show event:
fldupplagd = my_date_format(fldupplagd, 4)
this works splendid
In grid form without search Before_show event:
fldupplagd = my_date_format(fldupplagd, 4)
this gives me error message "Type mismatch: 'old_date' "
Tried to include into Open event:
sWhere = replace (sWhere, "'"&GetParam("upplagd")&"'", "#"&GetParam("upplagd")&"#")
Still gives me same error
How do I upload my project to you?
|
|
|
 |
Nicole
|
| Posted: 05/31/2002, 3:31 AM |
|
Hello,
just register under Registration section, then go to Submission one and find link to upload files.
|
|
|
 |
WebLady
|
| Posted: 05/31/2002, 12:02 PM |
|
dateproject.zip is uploaded.
Find the script in page tabell_medlem_detalj and edit_medlem_detalj
Hopefull for an answer.
|
|
|
 |
|