General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Help Me to Cancel this Error In VB6
but when i write code like this :
Static numpress As Integer
Dim pos As Long
countrecord = Data1.Recordset.recordcount
the vb giveing me this error :
(( can't find project or library ))
also it's give same message if i use Date Function
if i write : dim countrecord as integer
it will work but before that i mean in the old program i had maked it was
work very well and i don't know what's wrong now