optron
Posts: 114
|
| Posted: 10/27/2006, 4:53 PM |
|
Project: ASP + MSACCESS (multilanguage - 3 languages)
After generating grid page from wizard I get following error:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'Join'
/YLPADMIN/Classes.asp, line 4072
Here is a line in CLASSES.ASP
4072 Ar(UBound(Ar)) = "CCS_FormatInfo=" & IIF(IsArray(Locales(Lang)), Join(Locales(Lang),"|"), Locales(Lang))
does anybody have a clue what might cause this ?
Arthur
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
optron
Posts: 114
|
| Posted: 10/27/2006, 4:59 PM |
|
worse - I just discovered that whole project got screwed up, none of the grids opens and all pages generate same error. Just for testing I removed two other Locales and left English only and everything went back to normal. Something then is related to Locale's.
Arthur
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
optron
Posts: 114
|
| Posted: 11/01/2006, 2:10 PM |
|
OK, I oppologize for the alarm, but this might be a hint for noew users.
Basiacaly the error I got was caused by the problem in database relationships. Once I corrected it everything went back to normal. Looks like inner and outer joints can mess up a lot in ASP classes.
Arthur
_________________
==============================
don't forget to check: www.youngliving.us
use: 739947 to register |
 |
 |
|