Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: What version of cute editor for ASP ?
Re: What version of cute editor for ASP ?
09-18-2005, 11:31 AM
olivierr
Joined on 08-21-2005
Posts 9
Re: What version of cute editor for ASP ?
Reply
Quote
Helloooooo - almost another month is gone - what support does CuteSoft offer to this problem?
I'm pretty convinced that this problem
occurs in all non-english installations
!
One can blame Microsoft or provide a fix.
The simplest fix I can think of would be to output all boolean argments via a Function, i.e. someting like:
Function WriteBoolean(x)
If x = true Then
WriteBoolean = "true"
Else
WriteBoolean = "false"
End If
End Function ' WriteBoolean
But this must be done in CE-Code!
What is CuteSoft's answer to this?
Thank you for your Help.
Regards
Olivier
View Complete Thread