Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C0000005 getting really anoying
Message
From
10/03/2005 09:10:17
 
 
To
10/03/2005 02:39:22
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00994318
Message ID:
00994397
Views:
24
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform