Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cleanup error
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00179825
Message ID:
00179969
Views:
19
>>>I have a form which upon a ThisForm.Release, is apparently trying to go to a work area that currently isn't there...
>>>I'm not getting anywhere with this.
>>>The Error is: 0
>>>The Program is: my form's READEVENTS
>>>The Line is: 3
>>>The code for my readevents method is:
>>>
>>>this.BeforeReadEvents
>>>IF this.lReadEvents
>>>	READ EVENTS
>>>ENDIF
>>>
>>>As I step thru the error handler the error message is:
>>>Alias is not found.
>>>
>>>I've looked everywhere I know but can not figure out what's up or how to fix it.
>>>
>>>TIA (for any help),
>>>Rick
>>-------------------
>>What do you actually try to do with READ EVENTS? Normally, it's not the place for programmaing activity, i.e. you have just one line 'READ EVENTS' in root of your application (bottom of main.prg), and it should not be executed condinitionally.
>-------------
>I was wrong about the location of the readevents...it's at the application level, and was generated by VFP when I created the app.
>
>I'm gonna run the event log and see what that shows...but I'm not holding my breath.
>Rick
----------
Well I logged it. It did show that the form is using a class I didn't think it was. It was referencing the moverlists class from the samples library. I thought I copied that to my library...anyway, I rebuilt that class from scratch and rebuilt the form from scratch...now it's fine...sometimes those VFP 5 built-in classes are not worth it. Are the 6.0 classes any better?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform