Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen lock
Message
From
07/10/2005 10:29:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/10/2005 10:10:18
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01056105
Message ID:
01057178
Views:
30
>OK, I followed your directions and opened .scx as a table
>changed height and width in several places.
>
>New error 1881 in the MSND list of errors.
>
>Error loading file - record number n. "object" (or one of its members). "Issue": "error" (Error 1881)
>
>Opened .scx again
>did a GO 9 as suggested by MSND error 1881
>so now I'm on a record(9) in a table
>col baseclass is empty even though memo is capitalized
>col parent same
>col class same
>col objcode is not empty and is as follows:
> ( it wont copy )
>anyway the error message says the issue is col 'parent' and the error is 'class' which are both empty, not much help!
>
>I tried dele row 9 in the table and executing, same error!

I don't know what your scx's record#9 should be. It might be form, DE...
You can check:
use myForm.scx
browse for lower(baseclass)='form'

If it doesn't show anything then you might try crating a temporary form and copying its 'form' record (backups first). ie:
create form Dummy
*save&close 
use dummy.scx
locate for lower(baseclass)='form'
scatter name oHealthy memo
use myForm.scx
9
gather name oHealthy memo
use
compile form myForm.scx
PS: You'd lose properties,methods defined at form level even if this works.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform