04-11-12, 11:00 PM
try change your code to
i couldnot understand your code here
are you trying to get count of recods inside the table
?
kindly inform me about objects used in this function
best regards
PHP كود :
if openfiledialog.showdialog=dialogresulut.ok then
'your code here
end if
are you trying to get count of recods inside the table
?
PHP كود :
Function UsersCount()
' get the password from the database
Dim DA As New ERPDataSetTableAdapters.User_Tbl_localTableAdapter
Dim TB = DA.User_Count
If TB = 0 Then
Return True
Else
Return False
End If
End Function
best regards

