Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP bugs on numeric field overflow
Message
De
12/10/2001 16:07:20
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
VFP bugs on numeric field overflow
Divers
Thread ID:
00567942
Message ID:
00567942
Vues:
69
I encountered the following two anomalies trying to use VFP 7.
Can you confirm, are they VFP bugs or not.

Bug 1
VFP Error does not occur if insert command causes overflow
create table test ( test n(1) )
insert into test values (10)
Bug 2

In REPLACE, VFP Error occurs, but data is corrupted
create table test ( test n(1) )
APPEND BLANK
on error note
* this line produces error but data is corrupted.
REPLACE test WITH 10
on error
SET ASSERTS ON
* this assertion fails.
ASSERT test=0
Andrus
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform