Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible bug in VFP9.0
Message
De
20/06/2005 09:56:09
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01024822
Message ID:
01024835
Vues:
10
>I'm not sure if this is the right place, or if this has been posted before, but I noticed what I deem to be a bug in VFP9.0. The following code does not give the same result in VFP8.0 (or VFP7.0)
>
>
CREATE CURSOR moncursor (reference c(30))
>INSERT INTO moncursor (reference) values ('1064')
>ALTER table moncursor alter COLUMN REFERENCE i
>BROWSE normal
Interesting bug. If field len is lte 24 it works right or as a workaround if you first alter to len 24 or b(0). Depending on field len over 24 it adds 10^(fieldlen-24).
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform