Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C00005 Error
Message
From
13/09/2001 16:48:21
 
 
To
13/09/2001 15:39:32
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00555753
Message ID:
00556192
Views:
19
>>I have a lot of gpf each day.
>>I posted a demo of VFP 7 C5 errors at
>>
>>www.eetasoft.ee/c5demo.zip
>
>The archive seems to be irregular - Winzip complains and won't open it. Would you check it, please?

Can you check the size - 1339277 bytes.
A number of people are downloading it and I haven't touched it.
Maybe try again. I narrowed now a problem and can prepare now a bit smaller
sample.

I have a command F3 "change grid form" in my form.
This command destroys all grid columns and adds new columns to grid.

To destroy columns I use
  this.gridbase1.columncount = 0  && C5 error occurs in this line
I tried also
  DO WHILE this.gridbase1.columncount>0
    this.gridbase1.DeleteColumn   &&& C5 error occurs in this line
    ENDDO
It seems that removing all grid columns causes C5 error in VFP 7 but works in VFP 5.

Is there a way to remove all grid columns in some other way ?
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform