Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Dreloch
  • Content: Threads
  • Order by date
  1. Dreloch

    Problems retrieving Word Doc >1 mb using adodb.stream

    I am currently using an adodb.stream to save a word doc to a oracle blob field and retrieve it later using a stream. I have a document that is 1.23 mb in the blob, but when it is streamed back to a file, it get truncated to 1024kb. This is the code that is used ' Create ADO stream...
  2. Dreloch

    Closing word 2002 from VB6after printing a document

    I am currently using a word template to produce a document populated from VB6. The template was originally run and created in word 97. The flow is that if word was not originally running, it gets closed after printing the document. I am using: myWord.Quit savechanges:=wdDoNotSaveChanges to...
  3. Dreloch

    Problems with Filling Word Bookmarks from VB6

    On the project I am working on, I may have to paste up to 10k characters into bookmarks on a word template. The text goes in just fine but when the block would span the end of a page, it starts on the top of the next page. If it is longer than a page, it trunks at the bottom of the page...
  4. Dreloch

    Support for Crystal report Control (ocx)

    I saw in an earlier post that the ocx will be supported up to version 8.5. Does that mean that Crystal reports will not help with questions or that the ocx will not function if the report is generated with the post-8.5 crpe32.dll? Just kind of curious.
  5. Dreloch

    backwards compatibility of CR 8.5

    Will a template saved in version 8.5 run properly in an application setup for version 8.0? I do not have authority to run the application to test it on my own.
  6. Dreloch

    How to determine what version of CR was used on report

    I was given(had dumped on me) a system with many crystal reports templates. What documentation I could find said CR 5. I am starting to suspect that there a conversion recently. How can I determine what version of crystal reports are the reports in?
  7. Dreloch

    suppressing Cr 8.5 Parameter Box in VB6 while using ocx control

    I am trying to make an short term work-around for a crystal report that I am supporting. I have a CR 6 template with subforms that I create in VB6. Another application that <1% of our users get,Remedy helpdesk, overlays the CR6 crpe32.dll with the CR8.5 version. The template works ok but the...

Part and Inventory Search

Back
Top