Results 1 to 3 of 3

Thread: Strange Occurance, is this normal?

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Posts
    54

    Strange Occurance, is this normal?

    I declared some variables in a sub procedure as Public variables

    and then in that sub procedure only, whenever i typed an object it didnt list the options after i typed in the "." operator.

    please excuse my lack of technical knowledge.

    -Jay

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    Make sure you have Option Explicit set and then try and recompile the app. Something is undefined or duplicate definition exists and it is baffling the IDE.

    HTH,
    Duncan
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  3. #3
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Is the sub set as public?
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


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