מבקשת עזרה - דחוף
שלום אני מנסה לכתוב קוד אשר מקבל נתונים מהמשתמש ומכניס אותם לטבלה בבסיס הנתונים. קיימת בדיקה לפי תעודת זהות שלא הוכנס מידע על אותו משתמש פעמיים. הבעיה היא: בהרצת הקוד מתקבלת הההערה הבאה: Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30455: Argument not specified for parameter 'tz' of 'Public Function AddEmployee(userName As String, password As String, address As String, sS As String, remark As String, tz As String) As Integer'. Source Error: Line 115: ' "gfhfhgf" Line 116: ' else Line 117: AddEmployee(checkString(textbox1.text), server.htmlencode(textbox2.text), dropdownlist1.selecteditem.value.tostring(), checkString(textbox4.text), checkString(tz)) Line 118: textbox1.text="" Line 119: textbox2.text="" מה פירושה?? אינני מצליחה למצוא את הטעות. מצורף הקוד המלא. תודה
שלום אני מנסה לכתוב קוד אשר מקבל נתונים מהמשתמש ומכניס אותם לטבלה בבסיס הנתונים. קיימת בדיקה לפי תעודת זהות שלא הוכנס מידע על אותו משתמש פעמיים. הבעיה היא: בהרצת הקוד מתקבלת הההערה הבאה: Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30455: Argument not specified for parameter 'tz' of 'Public Function AddEmployee(userName As String, password As String, address As String, sS As String, remark As String, tz As String) As Integer'. Source Error: Line 115: ' "gfhfhgf" Line 116: ' else Line 117: AddEmployee(checkString(textbox1.text), server.htmlencode(textbox2.text), dropdownlist1.selecteditem.value.tostring(), checkString(textbox4.text), checkString(tz)) Line 118: textbox1.text="" Line 119: textbox2.text="" מה פירושה?? אינני מצליחה למצוא את הטעות. מצורף הקוד המלא. תודה