Re: Help Coverting Access Function to ASP Function
From: Bob Barrows [MVP] (reb01501_at_NOyahoo.SPAMcom)
Date: 01/14/05
- Next message: Dave Anderson: "Re: response.writeLine"
- Previous message: Vinaya: "response"
- In reply to: James Leech: "Help Coverting Access Function to ASP Function"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 Jan 2005 10:06:51 -0500
James Leech wrote:
> Hi guys
>
> I am trying to use an Access function that I found on the web from
> within an asp page, but I can't seem to correct all the subtle
> differances between the two languages. When I run a number through my
> version, i (seemingly) get no output. I would greatfully appreciate
> any pointers or help on this issue.
> My version:
> http://www.graphics-line.co.uk/mycode.txt
>
> Original:
> http://www.graphics-line.co.uk/origcode.txt
>
> Source Website:
> http://grandzebu.net/informatique/codbar-en/ean13.htm
>
First of all, ASP is not a language. It's a "platform" that supports several
scripting languages such as vbscript, jscript, etc. And I also suspect you
are talking about VBA code in an Access module. So I presume you want to
convert VBA code to vbscript. Here is the WSH (Windows Scripting Host)
documentation:
http://tinyurl.com/7rk6
After you install it, look in the vbscript section and find the topics about
the differences between vbscript and VB. That should get you goin.
Bob Barrows
-- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
- Next message: Dave Anderson: "Re: response.writeLine"
- Previous message: Vinaya: "response"
- In reply to: James Leech: "Help Coverting Access Function to ASP Function"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|