|
Home > Archive > FoxPro Help and Support > May 2005 > corrupt form-file ???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
corrupt form-file ???
|
|
| Piddepadde 2005-05-30, 1:24 pm |
| Hi,
I have a problem that just appeared....
when trying to open one previous coded form I get the message:
Error loading file - record number 7. ARBBESK <or one of its
members>. Methods : c:\... \patrik\skrivbord\qu
ickprint as
050508\forms\arbbesk
.sct is not an object file.
When I read in the help-file they recommend to open the file using the USE
command. This is not a problem... it opens fine but my problem is to find
the problem in line 7.. everything looks fine to me there (nothing seems to
be corrupt) but as I am a newbie to VFP9 its impossible for me to see whats
causing this error.
I can't remember that I have made something to that file to make it
unusable...
/Patrik
| |
| Stefan Wuebbe 2005-05-31, 3:24 am |
|
When you Browse the SCX and there is nothing obvious (in the memo fields
in particular), do you get an ERR file when you try to Compile for more infos?
COMPILE FORM form1.scx
MODIFY FILE form1.err
Or, when you can identify the member in record number 7 's field "objName",
does it by any chance turn out to be a less important control, as easy to rebuild
as "Text1" or something?, so that you can just delete the row (and Pack,
Compile the SCX again).
hth
-Stefan
"Piddepadde" < Piddepadde@discussio
ns.microsoft.com> schrieb im Newsbeitrag
news:2CD6B370-FDA3-4811-9863- 3E2282B78031@microso
ft.com...
> Hi,
>
> I have a problem that just appeared....
> when trying to open one previous coded form I get the message:
>
> Error loading file - record number 7. ARBBESK <or one of its
> members>. Methods : c:\... \patrik\skrivbord\qu
ickprint as
> 050508\forms\arbbesk
.sct is not an object file.
>
> When I read in the help-file they recommend to open the file using the USE
> command. This is not a problem... it opens fine but my problem is to find
> the problem in line 7.. everything looks fine to me there (nothing seems to
> be corrupt) but as I am a newbie to VFP9 its impossible for me to see whats
> causing this error.
>
> I can't remember that I have made something to that file to make it
> unusable...
>
> /Patrik
--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------
| |
| Piddepadde 2005-05-31, 7:24 am |
| Hi Stefan,
the record number 7 was the form object itself... I did one change in the
method memo field.. I change the order of to procedures. Don't know if this
was causing the error but now I can open the file in vfp9 again.. very
strange..
/Patrik
"Stefan Wuebbe" wrote:
>
> When you Browse the SCX and there is nothing obvious (in the memo fields
> in particular), do you get an ERR file when you try to Compile for more infos?
> COMPILE FORM form1.scx
> MODIFY FILE form1.err
> Or, when you can identify the member in record number 7 's field "objName",
> does it by any chance turn out to be a less important control, as easy to rebuild
> as "Text1" or something?, so that you can just delete the row (and Pack,
> Compile the SCX again).
>
>
> hth
> -Stefan
>
>
> "Piddepadde" < Piddepadde@discussio
ns.microsoft.com> schrieb im Newsbeitrag
> news:2CD6B370-FDA3-4811-9863- 3E2282B78031@microso
ft.com...
>
>
>
> --
> |\_/| ------ ProLib - programmers liberty -----------------
> (.. ) Our MVPs and MCPs make the Fox run....
> - / See us at www.prolib.de or www.AFPages.de
> -----------------------------------------------------------
>
>
|
|
|
|
|