Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (7 items)
-
An easier way to achieve this (in my opinion) is put both peices of informaiton into the value field seperated by a unique seperator like an underscore. eg.
Value Display Name
0_Patient Patient
1_Nurse ...
-
Hi guys,
Thanks to everyone who's replyed to this thread, your help is greatly appreciated. I have however, figured out the root of the problem. Before publishing the form all is well and the username can be read and wonderful things done with it. But after the form is published my work security steps in and disables ActiveX ...
-
Hi,
Thanks wsathip, but I didn't really extract anything useful from those links. One had a solution but it involed using VBScript instead of JScript and that's not really an option for me.
Am I not making a simple mistake? such as not declaring something or something equally as silly as that? Although that wouldn't ...
-
ah, thank you. that was going to be my next question. No, I'm actually getting the username, the error is in the first line
var wshshell=new ActiveXObject("wscript.shell");
Is there something I need to reference or declare? I'm very new to javascript. :(
-
I'm having problems with the following code. It worked yesterday but does not work now. What's going on?! I get an error informing me the the object can not be created.
function XDocument::OnLoad(eventObj)
{
var wshshell=new ActiveXObject("wscript.shell");
var ...
-
I used your second method and got an error. It said it couldn't create an object.
How come?
-
I know how to code this in VBA, but not in VBSCRIPT. How can I achieve this?
Page 1 of 1 (7 items)