Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
From
17/08/1997 09:14:17
 
 
To
13/08/1997 15:13:36
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grids
Miscellaneous
Thread ID:
00044433
Message ID:
00045178
Views:
31
>>>When I am using a grid with the record source as MYCURSOR, to keep the grid objects from being released when I issue a SELE....INTO CURSOR MYCURSOR statement to requery, I set mygrid.recordsource="" before the SQL , then restore recordsource to "MYCURSOR" after the statement.
>>>
>>>Here's the problem...I have customized columns, but when I set mygrid.recordsource to "", it sets all the columns recordsource to "" as well. I have to reassign them each time. Is there a better way to do this?
>>
>>That's normal. You could write this code into custom method 'RestoreGrid".
>Thats essentially what I did

I do this and I think it's the only way to avoid writing any code.
First I create a grid with the properties I want , then I save it as a class.
Then I run the SQL code I add the grid to my form.
So the only code I have to write is :

If type("myobject") = 'O' and not isnull(myobject)
removeobject('myobject')
endif


Hi, Alessio
Previous
Reply
Map
View

Click here to load this message in the networking platform