Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding an orphan
Message
From
02/11/2000 13:18:35
 
 
To
02/11/2000 12:12:16
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00437151
Message ID:
00437218
Views:
17
>It occurs when I Modify the form.
>
>I am not using any classes except what is included in VFP, and I have not modified any of them.
>
>I actually searched every memo field the way you indicated and found nothing.
>
>The form runs fine, but that may be just because I haven't hit the error yet.
>
>???

It could be trying to evaluate a relative path that it can't find.

e.g. say form was in one directory and data was in another
then one or the other was moved
Form directory             c:\root\sub1\myforms
Data directory             c:\root\sub1\mydata
Relative form to data      ..\mydata

Form moved to              c:\root\sub2\myforms

Relative path              ..\mydata
   tries to resolve to     c:\root\sub2\mydata
If c:\root\sub2\mydata directory doesn't exist this could be the problem.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform