Results 1 to 6 of 6

Thread: What does Normal mean? - Resolved

  1. #1

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Resolved What does Normal mean? - Resolved

    Can someone tell me what Normal means please, I am trying to add a project into another project and am getting the error ambiguous name detected, I know what the error means, what I am getting an error on is this line and the word Normal

    Code:
    Call OpenInternet(Me, txtAddress.Text, Normal)
    Shed any light please?
    Last edited by jokerfool; Jan 30th, 2013 at 12:11 PM.

  2. #2
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,206

    Re: What does Normal mean?

    Well if you would use the little search tool in your IDE you would see.
    It could be defined as a constant or as a variable ambiguous indicates that it is defined more than once and the IDE does not know what you want it to do.

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: What does Normal mean?

    "Normal" is not a keyword in VB6. There is no way we can tell what's going wrong.

    You really need to read and understand code before trying to copy & paste it "ransom note" style to make an application.

  4. #4

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Re: What does Normal mean?

    Its okay i will pay someone to fix the issue, thank you.

  5. #5
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,206

    Re: What does Normal mean?

    So using the search tool inside the IDE to see where and how it is used in your app is to much work?

  6. #6

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Re: What does Normal mean?

    Thank you for pointing me in the right direction and using the search, I sorted the issue and removed it.

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