Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C0000005 getting really anoying
Message
De
10/03/2005 09:10:17
 
 
À
10/03/2005 02:39:22
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00994318
Message ID:
00994397
Vues:
25
>A really nasty C0000005, only occuring from time to time. I've been tracking this specific C00005 for a few months now and it seems to occur on the following line.
>
>xOldVal = OLDVAL(FIELD(nT,cAlias),cAlias)
>
>From the code I can say that this a is record that is updated, not a new record or delted record.
>
>Is this a confirmed bug in VFP8 SP1 ?
>Any information on this C000005 is highly apreciated.
>
>Walter,

Hi Walter,

I use OLDVAL() very many.

cAlias Buffering is record or Table ?

Is time to time: hours,days,weeks,months ?

with ?:
xOldVal = OLDVAL(FIELD(m.nT,m.cAlias),m.cAlias)
or ?
cField  = FIELD(nT,cAlias)
xOldVal = OLDVAL(cField,cAlias)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform