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 strongm 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. bcarney

    Word mailmerge not filling var in footers.

    You are most welcome sir, and if you don't mind I'll just accept that kiss "virtually". Robinr, if you find a way to prevent all the gyrations Word subjects the user to while populating the fields and changing the views, please post it. I'll do likewise.
  2. bcarney

    Word mailmerge not filling var in footers.

    Hi Robinr, Managed to get it figured out this morning. The following code works with fields in the header/footer as well as textboxes. Yesterday was the first time that I have ever tried working with Word from VB so if you notice anything in my code that could be improved upon please let me...
  3. bcarney

    Word mailmerge not filling var in footers.

    Hi Robinr, I stumbled across your post this evening and it solved a problem I've been battling with for hours. Thanks. Did you ever figure out how to get around the header/footer problem? I notice that the same thing applies to textboxes which puts a bit of a dent in things. I'd really...
  4. bcarney

    DataReport Zoom

    I would like to change the zoom factor of a DataReport from my code. Can this be done either from vb or via API calls? This has been asked before but never answered. I've searched the Net quite extensively and have found the same question asked a few times but never answered. Hopefully someone...
  5. bcarney

    Algorithm to compare binary files and create patch file.

    Geeeeezzzz guys,<br> <br> I was certain that EdEric or another bright spark would come up with a winner for this one. Still &quot;deperately seeking Susan - sorry solution&quot;.<br> <br> Regards<br> <br> Brad.
  6. bcarney

    Algorithm to compare binary files and create patch file.

    I don't think so Alt255 - if it were that simple the money would be in the bank. <br> <br> Many of the files that will be compared are several GB in size - you aren't going to read those in a single leap. So, we read the file in smaller chunks. After we come to the first difference between...
  7. bcarney

    Algorithm to compare binary files and create patch file.

    There is Mike. The client is adamant that they do not want to rely on non-proprietary software.
  8. bcarney

    Algorithm to compare binary files and create patch file.

    I have to write a utility to compare two versions of a binary file (new and old) and then to extract the differences between the two versions of the file. The extracted list will then be used to update the old file and make it the same as the new one (so basically it is a patch utility). I have...

Part and Inventory Search

Back
Top