Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VBScript / Javascript difference
Message
 
 
General information
Forum:
ASP.NET
Category:
Client-side development
Environment versions
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01348223
Message ID:
01348230
Views:
19
Hi Viv,

May be you need to check variable for undefined? Did you try to call some JavaScript function with simple alert for now, not passing references to the form (how JavaScript will understand thisform object ?)

Also since you're calling it from VFP, should it be in VFP forum?

>Hi,
>
>Two alternative pieces of code ; the first using VBScript and the second using Javascript:
<script language="VBSCRIPT" type="text/vbscript">
>	Dim oVFPForm
>	Function SetFormRef(lotheForm)
>	  Set oVFPForm = lotheForm
>	End Function
></script>
><script language="javascript" type="text/javascript">
>    var jVFPForm;
>    function SetFormRef(lotheForm) {
>        jVFPForm = lotheForm;
>    }
></script>
>
>Calling the VBScript version from VFP with ".DOCUMENT.Script.SetFormRef(THISFORM)" works fine but the same line used against the Javascript function raises an OLE error. I don't think the code within the function is the problem - even an empty version of the function behaves the same. Anyone know what the problem might be?
>TIA,
>Viv
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform