Alot of trial and error with hunting around for code snippites online lead to this solution:
<script>
function App_Launch()
{
if (!document.all)
{
alert ("Available only with Internet Explorer.");
return;
}
var ws = new...
I am trying to figure where I am going wrong here. I am looking to have a webpage trigger the code below which tunnels from my web server to my application to then kick off a batch file which calls up a program and begins automation of various functions.
Dim WshShell, oExec
Set WshShell =...
Does anyone have any examples or documentation on getting extra to connect to a SQL or MySQL database, including how to add, update, and move through the records?
I have done alittle poking around on here and trying different resources that I know of and still end up with a scripting error when trying to save the open workbook.
Here is the code to call the Excel session:
Dim xlApp As Object, xlSheet As Object
Set xlApp =...
I tried to search around on Google for several minutes, however I was unable to come up with any useful information.
If there a way I could write a script for Extra to have it disconnect from it's session and reconnect again (there is a button in the tool bar I use manually)?
Thank you for any...
A little more poking and brain stretching has now gotten this script, at least this part of it, working. Needed to drop the resize feature/class/command/???? on additional variables for columns other than my control.
So I've spent a little more time with this trying to figure out how to get it to stage each column as different variables. For some reason I was thinking that the script was running faster than the applications were performing and put in some delays but that failed with the same error (as...
I took this code (from http://www.tek-tips.com/viewthread.cfm?qid=1505010&page=1) and tried expanding on it to do a-bit more. Here is the code I currently have sans a majority of the variables:
Const g_HostSettleTime as integer = 1
Global System As Object,Sess0 As...
Skip, im hoping you can help me here some. I took this code and tried expanding on it to do a-bit more. Here is the code I currently have sans a majority of the variables:
Const g_HostSettleTime as integer = 1
Global System As Object,Sess0 As Object,Sessions As Object,Screen...
See the link below for a screen shot of the About window.
http://img143.imageshack.us/img143/39/3270terminalyk3.jpg
http://img143.imageshack.us/img143/39/3270terminalyk3.jpg
So, I am missing something here ... I am going to be running this script in a 3270 Terminal emulator which access a billing system command line to perform specified actions.
I am gathering that the scripting engine of the emulator can not comprehend how (or maybe where) to react to a FSO since...
That looks like it would do the trick, however I still get an error when the file is being mounted
Dim fs, objTextFile
Set fs = CreateObject("Scripting.FileSystemObject")
Dim arrStr
Set objTextFile = fs.OpenTextFile("c:\20081209A.csv")
Do While Not objTextFile.AtEndOfStream
arrStr =...
So far I have declared there will be variables, mounted the csv file, and turn the array into defined variables. The later two sections of code I actually got from a old post in this forum seen here: http://www.tek-tips.com/viewthread.cfm?qid=1231007&page=1
Here is my current code:
Sub Main...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.