Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug ? Successfully having C0000005 error
Message
From
24/12/2006 06:54:20
Suhas Hegde
Dental Surgeon
Sirsi, India
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Bug ? Successfully having C0000005 error
Miscellaneous
Thread ID:
01180000
Message ID:
01180000
Views:
52
hi,

These lines cause c0000005 error on VFP6


for m.xi = 1 to 10
release all
DIMENSION af1[10]
m.f1 = CREATEOBJECT("custom")
m.f1.addproperty('af1[1]')
ACOPY(af1,m.f1.af1)

m.f1.af1[1] = CREATEOBJECT('custom')
m.f1.af1[1].addproperty('af1[1]')
ACOPY(af1,m.f1.af1[1].af1)
?m.f1.af1.af1.name
endfor


is it a bug ?

suhashegde

Update :
Need to run twice in VFP6 sp5 and only once in VFP8
Next
Reply
Map
View

Click here to load this message in the networking platform