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 TouchToneTommy 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: *

  1. Dreloch

    Java web dev newbie - guidance needed

    Hibernate seems to be a popular open source database persistance tool. You can get a plugin toolset for eclipse from JBoss/tools website. It has some code generators for some of the conection config files. I have noticed from a stack trace that ExpressScripts uses hibernate and Struts for its...
  2. Dreloch

    Learning Java... Complete Newbie

    The version of the book "Thinking in Java" that I bought came with a disk that presented some the material in a video lecture format if that would help. As far as IDEs go, the instuctior for my traing classes and the contractors developing the app for where I work use Eclipse. From a...
  3. Dreloch

    Problems retrieving Word Doc >1 mb using adodb.stream

    The driver company found some documentation that had references to a property that helped us with the problem. We entered "Default Length For Long Data=11000" into the connection string to allow up to 10-11mb . That solved that problem
  4. Dreloch

    Problems retrieving Word Doc >1 mb using adodb.stream

    It looks like this is a driver issue. The data direct driver is stopping sending data after it hits 1 mb
  5. Dreloch

    Problems retrieving Word Doc >1 mb using adodb.stream

    Is there any way to tell what my buffer size is? When I check mstream.size after the write it is 1024k
  6. Dreloch

    Problems retrieving Word Doc >1 mb using adodb.stream

    a 'hope someone sees my post' bump
  7. 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...
  8. Dreloch

    Closing word 2002 from VB6after printing a document

    I was able to have it shut down word properly if I set myword.printout Background:=False. It seems to close properly after changing this setting in both Word 97 and 2002.
  9. 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...
  10. Dreloch

    Problems with Filling Word Bookmarks from VB6

    The text from the Rich text box is copied to the clipboard then pasted into the bookmark in the template. Anyone else have any ideas?
  11. Dreloch

    Problems with Filling Word Bookmarks from VB6

    I put the code in after I set the template path and a couple other places. It seemed to execute the code correctly but I ended up with the same result. Any other suggestions?
  12. 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...
  13. Dreloch

    Support for Crystal report Control (ocx)

    Thanks for the info. I hope we will get a chance to convert to the RDC before we have to worry about it.
  14. 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.
  15. Dreloch

    backwards compatibility of CR 8.5

    I saved the template in version 8.5 and the info in the exported report characteristics said it was version 8.0. This seems to work but the info in the exported txt file is less than the template when it was created in version 8.0.
  16. 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.
  17. Dreloch

    How to determine what version of CR was used on report

    Thanks for the help. It confirmed my idea that they upgraded the templates. I don't have that one either but at least I know what I am looking for.
  18. 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?
  19. 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