Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program works ok in VFP but not from explorer
Message
From
30/10/2015 09:57:00
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
30/10/2015 09:26:40
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01626541
Message ID:
01626704
Views:
47
>>>But understand that Naoto has explained why you had the problem. In general, you should avoid any code that relies on knowing the date format. If you must depend on it, then you need to set it when you need it.
>>>
>>>Tamar
>>
>>Hi Tamar,
>>
>>just out of curiosity.
>>How will one define a interface, let's say csv, and not define date format? I allways do something like
>>field n use blabla type date in the form YYYY-MM-DD in the interface documentation and SET DATE for the import.
>>If the import comes with DD.MM.YYYY it's like an alpha in a numeric field. Or would you parse each and every field? This could be a challenge - in time sense. :)
>
>So what I left out of my general warning was "wherever possible." Sometimes, you're presented with data that's already formatted and have to deal with it, like your CSV example. In that case, document the expected format and depending on the situation, either wrap the thing in TRY-CATCH, so you can report problems, or write the code that does the checking.
>
>Tamar

Hi Tamar,

the only thing is, that VFP is a bit fail safe on that. Problem comes if EMPTY() is allowed in import. VFP will read misformated date as empty. :)

But we don't need to go into deep with that. I think we both know the limitations. And I think we both could create a machine that can somehow search for it. If we realy need it. :)
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform