From: rmiers@pinalinternet.net   
      
   On Wed, 13 May 2009 20:29:39 GMT, "Auric__"   
    wrote:   
      
   >On Wed, 13 May 2009 18:26:43 GMT, Bob wrote:   
   >   
   >> I have a VB6 project that uses SSTab. However, (somehow) it now   
   >> always marks as:   
   >>   
   >> Private Sub SSTab_Setup(SSTab1 As ssTAb, Frame_Setup As Frame)   
   >>   
   >>   
   >> Even though I type/retype "SSTab", not the "ssTab" that shows.   
   >> I had this same type of problem years ago with another VB keyword.   
   >>   
   >> I don't really remember how I solved it then (probably recreated the   
   >> project - as it occured early in the developement. This time I'd   
   >> rather not go down that road.   
   >>   
   >> Any help will be appreciated.   
   >   
   >Somewhere in the project, you typed "ssTab", and VB's genius formatter   
   >decided that you wanted it that way.   
   >   
   >You can try doing a universal search-and-replace ("ssTab" -> "SSTab", whole   
   >word only) but I don't remember if that'll work. Alternately, you can open   
   >the files in your text editor of choice, and search-and-replace there.   
      
      
   Thanks,   
   I did the search for 'ssTab' in all of the included files using   
   Notepad. That didn't solve the problem, so I took your suggestion and   
   did the 'replace' and that did the trick.   
      
   Thanks for the tip.   
      
   Bob   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|