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 derfloh 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. Karibu

    Difference from VB6 to VB.net

    VB.net wont compile VB 6.0 code, yes, but VB.net will transform old code into VB.net suntax and create warnings on every line which it is unsure of. I transformed one program (thousands of lines of code) this way and it was not difficult to make rest of the changes by hand. t:Karibu...
  2. Karibu

    Fatal execution engine error

    Greetings. I have been looking answer for this problem last 6 months but so far I have been unable to find solution. I have a program which I have translated from VB 6.0 -> VB.net and it works perfectly on my computer (where I did all the re-programming). However, on the any other computer I...
  3. Karibu

    Differences between MSWORD9.OLB and MSWORD8.OLB

    Hello everyone. I have a problem with Microsoft Word 9.0 Object Library. I have a VB program which opens a word document, finds certain words and replaces them. This program works perfectly in a computer where is Word 97 installed (which uses MSWORD8.OLB), but I have Word 2000 (which uses...
  4. Karibu

    Newbie question from query between two dates

    No need to answer. I figured it out :)
  5. Karibu

    Newbie question from query between two dates

    I am making a database query, where I give starting date and end date as parameters. The report should print the result. For some reason, there appears no lines whatsoever in my report, though formula syntax is right (no errors appeared). i have tried following formulas: s =...

Part and Inventory Search

Back
Top