Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem century / rollover
Message
From
27/07/1999 10:37:54
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
27/07/1999 10:24:08
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00246592
Message ID:
00246603
Views:
13
>SET CENTURY TO 19 ROLLOVER 30
>works with:
>
>? ctod("01/01/10")
>
>or
>a = CTOD(" / / ")
>@ 10,10 GET
>READ
>If i fill in 01/01/10 it gives 01/01/2010
>
>
>But not with a textbox
>If i fill in 01/01/10 it gives 01/01/1910
>
>Kind regards
>
>Jan Dorresteijn
Jan,
Set century, set date * are scoped to current data session and probably your form has private data session. In form.load add :
set century 19 rollover 30
Or better set them in your config.fpw.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform