Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't build a second time
Message
From
26/01/2005 18:36:56
 
 
To
26/01/2005 18:30:52
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00980994
Message ID:
00981025
Views:
43
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform