Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dot
Message
From
23/02/2006 11:02:31
 
 
To
23/02/2006 10:57:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Dot
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01098524
Message ID:
01098526
Views:
10
>Hi all
>Help please!
>
create cursor kids (id i)
>alter table kids add column idi n(5.2)
>append blank
>Why cant I enter 99.9 in idi column (only integer)?
>Thanks

You want a comma in the idi field between 5 adn 2 not a decimal. Also if you just want one decimal it should be N(4,1)
create cursor kids (id i)
alter table kids add column idi n(5,2)
append blank
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Reply
Map
View

Click here to load this message in the networking platform