Results 1 to 4 of 4

Thread: Reading all Dictionary matches before moving to the next Dictionary

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2015
    Posts
    114

    Reading all Dictionary matches before moving to the next Dictionary

    How can I delete this question?
    Last edited by nqioweryuadfge; Jan 26th, 2017 at 01:52 PM.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Reading all Dictionary matches before moving to the next Dictionary

    You're still not doing two things I suggested in the other post(s) ... 1) set some breakpoints and follow through it to see what it is doing and why it is't doing what it should be doing. 2) you never restart the process when a match is found... you still push forward, so it's no different than the for loop you had before. When you make a replacement, you need to make a note of that so when you get to the end, you only move on IF you didn't make any replacements. Instead you need to re-start the check from the beginning... one thing I asked in the other thread that went unanswered (as far as I know - if you did answer it, you answered in a way that didn't really answer it) ... is that what should happen if a replacement happens in Dictionary3? Should it re-start over again with #1? Or just re-start #3?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2015
    Posts
    114

    Re: Reading all Dictionary matches before moving to the next Dictionary

    How can I delete this post, I have already found a solution?

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Reading all Dictionary matches before moving to the next Dictionary

    You don't delete the post... but rather you give back by posting the solution, what did... and then mark the thread as Resolved (top right, under the Thread Tools menu.)

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width