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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compile error

Status
Not open for further replies.

adit39

Technical User
May 6, 2006
26
US
I'm able to compile project on XP computer (32bit) with no error.
When I try to compile same project with same files on Win7 computer (64bit) I get "ambiguous date" error on only 4 pr 5 program files.

Is this due to Win7, 64bit or ????
 
It's not because of Windows. It's a FoxPro environment setting (Set Strictdate) that's clearly different between the two systems.

Rather than turning off the error message, it might be better to make your dates compliant. [glasses]
 
Code:
? "empty date:",{^},"empty datetime:",{^:}

This for example does not execute when strictdate is not 0.

I like this short notation of empty date/datetime values, so I have strictdate set at 0. If you know what you're doing this can help. So take a look at the programs the compipler lists, if there is something totally wrong then fix it.

Bye, Olaf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top