I want to bulk convert about 10000 WordPerfect files to MS Word, through a macro.
I was able to record a macro that would open and save selected files, but I need to point at a directory and process everything in the directory.
original code follows...
Here's the situation, the follwoing script works with three combo boxes, when I attempt to add the forth it generates the following errors, from the Netscape JS Debugger
Line 1591
thirdGroup[i][j] has no properties
(there would be 1994 lines with all the arrays populated)
The arrays are...
One more, this is the last thing I can think of and this is a long shot. If it's an Access DB, there can be "workgroup" access set on the DB. It's a security measure that requires a user to be a member of a specific workgroup to make changes/updates to the DB. (there's a utility in...
Try calling it thru a script tag:
<script language="vbscript">
<% asp script %>
</script>
however, you cant exchange data between the two w/o using WDDX.
This may sound silly but it might be the crux of the problem. When you name the datasource in the CFquery tag, are you using the same name that is in the CF Administrator.
IE: if you set up a datasource in CFADMIN called "ds1", you have to call it in the CF query statement
<cfquery...
I've used IFRAME in several MSIE specific intranet apps. But the IFRAME tag is not supported under Netscape except in v.6.0
The tag works very similarly to a regular frameset.
example:
<iframe src="blah.html"></iframe>
you can set size parameters like a regular frameset.
here's an...
This could be an NT permissions error. Check the permissions on the database itself. "System" should have full (or at least read/write) access to the file.
System is the Operating System "user" it also the one that Cold Fusion uses.
Hope this helps
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.