Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid object not found
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01194197
Message ID:
01194628
Views:
12
Your problem may be related to Grid reconstruction and how to avoid it FAQ #8019

>The error "Unknown member GRCWAREHOUSE" appears when the form Init() hits. The error is intermittent and we don't know what else to look for.
>
>Here's the background:
>
>The form has 3 grids in it. The error occurs in the form.init() where assignment of the record source and control source occurs. We have verified that the record source exists. Record source assignment is successful so it meant that the grid object exists. Control source assignment fails returning the error message. GRCWAREHOUSE is the name of the column in the grid (as opposed to the default COLUMN1). Coding looks like this:
>
>
>with .EgrdItemWhs
>   .RecordSource = "CurWhs1"
>   .GrcWarehouse.ControlSource = "CurWhs1.cWarehouse"
>endwith
>
>
>Any idea will be appreciated.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform