VBSCRIPT calling

This is a discussion on VBSCRIPT calling within the Cold Fusion forums in Application Servers & Tools category; Is it possible to call VBScript function through CFM pages ? ThePolarExpress...

Go Back   Application Development Forum > Application Servers & Tools > Cold Fusion

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-26-2008, 12:55 PM
thepolarexpress
Guest
 
Default VBSCRIPT calling


Is it possible to call VBScript function through CFM pages ?


ThePolarExpress
Reply With Quote
  #2  
Old 08-26-2008, 01:03 PM
Ian Skinner
Guest
 
Default Re: VBSCRIPT calling

thepolarexpress wrote:
> Is it possible to call VBScript function through CFM pages ?
>
>
> ThePolarExpress


What kind of VBScript? Living where? How would you call it without CFM?
Reply With Quote
  #3  
Old 08-26-2008, 04:09 PM
thepolarexpress
Guest
 
Default Re: VBSCRIPT calling

I have serverside vbscript fuction which is little bit difficult to migrate to
cfscript , so I just have thought in mind that give direct call from cfm pages.


Script resides in server side and uses some vbscript componet like RegExp....
and some critical date functions.

Thanks
The{PolarExpress}

Reply With Quote
  #4  
Old 08-26-2008, 04:21 PM
Ian Skinner
Guest
 
Default Re: VBSCRIPT calling

thepolarexpress wrote:
> Script resides in server side and uses some vbscript componet like RegExp....
> and some critical date functions.
>


That does not tell me much. So I can only give the following for
general answers.

1) If this can be expressed in a .NET DLL then the newest CF 8 can call
..NET DLL files, I have never done this.

2) If the script can be called from a command line, then the
<cfexecute...> tag may be able to call it.

3) If the VBScript can be called from a URL then the <cfhttp...> tag may
be able to invoke it.

4) If the VBScript can be called from a URL as a web service then
<cfinvoke...> OR createObject() may be used to call it.

5) I have seen some blog posts about using some undocumented feature of
CF 8 and it's Java 1.6 underpinnings to call other scripting languages.
I have not seen this in relation to VBScript, but rather PHP and
others, but who knows.
Reply With Quote
  #5  
Old 08-26-2008, 04:28 PM
Dan Bracuk
Guest
 
Default Re: VBSCRIPT calling

You might be able to do it with cfexecute.
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 04:38 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.