Results 1 to 2 of 2

Thread: Argument Not Optional

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    N.Ireland
    Posts
    651

    Red face

    What does this error mean??
    "Argument not optional".....im trying to call a sub procedure from ASP to my vb module ie:

    call obj.sb_InsertStandardJourney(cstr(strjourneyfrom),cstr(strjourneyto),cstr(standardmiles))
    Gilly

  2. #2
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    it thinks you are not supplying all of the arguments requierd by the sub

    how many arguments does the sub need - you seem to have supplied it with three??

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