Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. what is this mean?

what is this mean?

Scheduled Pinned Locked Moved Visual Basic
helpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pandapatin
    wrote on last edited by
    #1

    Compiler Error Message: BC30455: Argument not specified for parameter 'strBiaya' of 'Public Function DBAuthenticate(strUsername As String, strPassword As String, strTajuk As String, strObjektif As String, strSokong1 As String, strSokong2 As String, strBiaya As String) As Boolean'. Source Error: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As Handles Button1.Click If IsValid Then If DBAuthenticate(txtnama.Text, txttajuk.Text, txtobjektif.Text, txtsokong1.Text, txtsokong2.Text, txtbiaya.Text) = True Then FormsAuthentication.RedirectFromLoginPage(txtnama.Text, False) Response.Redirect("homelec2.aspx") anybody can help?

    G T H 3 Replies Last reply
    0
    • P pandapatin

      Compiler Error Message: BC30455: Argument not specified for parameter 'strBiaya' of 'Public Function DBAuthenticate(strUsername As String, strPassword As String, strTajuk As String, strObjektif As String, strSokong1 As String, strSokong2 As String, strBiaya As String) As Boolean'. Source Error: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As Handles Button1.Click If IsValid Then If DBAuthenticate(txtnama.Text, txttajuk.Text, txtobjektif.Text, txtsokong1.Text, txtsokong2.Text, txtbiaya.Text) = True Then FormsAuthentication.RedirectFromLoginPage(txtnama.Text, False) Response.Redirect("homelec2.aspx") anybody can help?

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      If you compare the parameters in your call against the parameters in the function declaration, you see that you have missed the password parameter. --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • P pandapatin

        Compiler Error Message: BC30455: Argument not specified for parameter 'strBiaya' of 'Public Function DBAuthenticate(strUsername As String, strPassword As String, strTajuk As String, strObjektif As String, strSokong1 As String, strSokong2 As String, strBiaya As String) As Boolean'. Source Error: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As Handles Button1.Click If IsValid Then If DBAuthenticate(txtnama.Text, txttajuk.Text, txtobjektif.Text, txtsokong1.Text, txtsokong2.Text, txtbiaya.Text) = True Then FormsAuthentication.RedirectFromLoginPage(txtnama.Text, False) Response.Redirect("homelec2.aspx") anybody can help?

        T Offline
        T Offline
        ToddHileHoffer
        wrote on last edited by
        #3

        It means that DBAuthenticate requires 7 variables and you passed it six. how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things --thedailywtf 3/21/06

        1 Reply Last reply
        0
        • P pandapatin

          Compiler Error Message: BC30455: Argument not specified for parameter 'strBiaya' of 'Public Function DBAuthenticate(strUsername As String, strPassword As String, strTajuk As String, strObjektif As String, strSokong1 As String, strSokong2 As String, strBiaya As String) As Boolean'. Source Error: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As Handles Button1.Click If IsValid Then If DBAuthenticate(txtnama.Text, txttajuk.Text, txtobjektif.Text, txtsokong1.Text, txtsokong2.Text, txtbiaya.Text) = True Then FormsAuthentication.RedirectFromLoginPage(txtnama.Text, False) Response.Redirect("homelec2.aspx") anybody can help?

          H Offline
          H Offline
          HimaBindu Vejella
          wrote on last edited by
          #4

          The parameters in calling function doesn't match with with called function parameters Signature of ACtual paraments should match formalparameters "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups