Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug ? Successfully having C0000005 error
Message
De
24/12/2006 06:54:20
Suhas Hegde
Dental Surgeon
Sirsi, Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Bug ? Successfully having C0000005 error
Divers
Thread ID:
01180000
Message ID:
01180000
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform