Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't build a second time
Message
De
26/01/2005 18:36:56
 
 
À
26/01/2005 18:30:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00980994
Message ID:
00981025
Vues:
42
>>I don't know what else to tell you, then. Like I said, I've seen this and know only that it's related to repeated build-run-rebuild-rerun cycles during development. In my case, running my reset environment macro after each run seems to avoid it. Your situation must be different.
>
>It is really buggy. Check this out.
>
>The following works:
>
>
>loImage9=CreateObject('Image')
>loImage9.Picture='Undo.gif'
>loImage10=CreateObject('Image')
>loImage10.Picture='Close.gif'
>loImage11=CreateObject('Image')
>loImage11.Picture='FirstDisable.gif'
>loImage12=CreateObject('Image')
>loImage12.Picture='NextDisable.gif'
>return
>*loImage13=CreateObject('Image')
>*loImage13.Picture='PreviousDisable.gif'
>
>
>I can enter VFP, build, run, build, run, etc.
>
>But, having this code:
>
>
>loImage9=CreateObject('Image')
>loImage9.Picture='Undo.gif'
>loImage10=CreateObject('Image')
>loImage10.Picture='Close.gif'
>loImage11=CreateObject('Image')
>loImage11.Picture='FirstDisable.gif'
>loImage12=CreateObject('Image')
>loImage12.Picture='NextDisable.gif'
>*loImage13=CreateObject('Image')
>*loImage13.Picture='PreviousDisable.gif'
>return
>
>
>I can enter VFP, build, run, build and VFP freezes.
>
>This is non sense.


just a wild guess, if this is a method in a form/class, possible a memo file corruption? check the other methods to see if you got some incomplete code in there because of it.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform