Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids
Message
De
17/08/1997 09:14:17
 
 
À
13/08/1997 15:13:36
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Grids
Divers
Thread ID:
00044433
Message ID:
00045178
Vues:
26
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform