Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB3: File not found error message

Status
Not open for further replies.

AgeWizard

Programmer
May 8, 2000
3
US
On the VB3 environment I write this code:
Dim days, newday
newday = "12/31/2000"
days = DateDiff("d", Now, newday)

There's an error message saying "File Not Found" after this line was run.

I'm running VB3 on Windows 3.1 platform and in another computer with Win 98 VB3 runs the whole program fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top