I was able to work my way through the first error by installing the software that actually uses the SQLBase, but now I have come across another hurdle. It seems like the connection goes through but when I go to read the first line in the RecordSource, I get the error: "Operation is not...
I am trying to do something similar which is importing data from SQLBase to MS SQL through VB, not ColdFusion. I have had the same errors and I am already using the SQLBase85DriverPack.zip file from the Gupta site. I don't know what else to try b/c this is still not working. I am getting the...
I am actually inserting this file into a bookmark in a certain place on another template. That is why I would think I had to use this code (.Insert). I am new to this, obviously, so if there is another (better) way to go about doing this I would be up to try it. And yes, my file names are...
Skip,
Upon looking at your code again, I realized that I have done this when first getting the information into these templates. What I am now trying to do, is insert that file. The only way I knew to get that file name inserted (b/c it is variable) was to use the GetObject method hence the...
Skip,
Thanks for the tip but when I entered that part in, I have another error message:
"Method 'Insert File' of Object 'Range' Failed!"
Any ideas on that one? Thanks
Skip,
The program does what it is supposed to, by opening a template and filling the information, then it is supposed to insert that file, into another template; this is where it goes wrong. This code is what takes the already filled out template and places it into another. On the insert file...
I'm sorry, maybe I am not being clear. These templates are out there regardless of my application and what it does; I can access them at any time. Only, when I am running the program, and word is not already open (not the document itself, just the application) I get "Run-Time Error '5174'...
Thanks, but can you create an object that already exists? I have these templates setup and I have to use them. So I thought that I had to use GetObject rather than CreateObject. Is that not right? Is there anyway to making the system think that the word application is open and active, without...
Hello. Up until now I have had no problem with what I am trying to do; which is...use the GetObject function to grab a word template from our server, insert information, print it, then close without saving. I want this all to be done in the background without the user even seeing the Word...
Hello. I am trying to merge two word documents together. I am currently doing this by creating three different OBJECTS, one for each document and then the final "merged" one. I am using the line:
BMRange.InsertFile GetObject(sInvDocPath + sInvDocName)
to actually get the one...
I am trying to automatically send a fax number to my fax program so that the user will never have to enter one. I have seen this done using DDE with WinFax, but the same logic is not working for what I need. I have a Lanier Lan-Fax machine and all DDE commands don't seem to work on this...
Tony-
Thank you for your help with this. I went ahead and re-created the actual word doc that I was trying to update and now the code is working. I guess there was something wrong with the document not the code. Thanks again! [smile2]
What this does is take an existing doc and add information into its "bookmarks" then prints the document. The user never sees the document until it is printed. The problem I am having is trying to NOT save the information that is entered into the bookmark area. Thanks for your help...
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.