Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding properties to Favorites
Message
De
06/05/2005 13:53:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01011617
Message ID:
01011698
Vues:
16
>>>>>Hi everybody,
>>>>>
>>>>>I've installed VFP9. I wanted to add RecordSource property of the grid to Favorites tab. I right click on the property and choose Add to Favorites. It gave me an error: file c:\mmviscollect\libs\cgrid.prg is not found. What should I do and why it's looking for prg file while the cGrid class is in cContrls.vcx?
>>>>>
>>>>>Thanks in advance.
>>>>
>>>>Is Grid's MembersClass used?
>>>
>>>AFAIK, no.
>>
>>try to do this into the cContrls.VCX cGrid class.
>
>What do you mean? What should I do? All I did was opening my form, opening properties sheet, selecting grid (which is based on grdSorting, that is subclassed from cGrid) and then trying to add RecordSource property to Favorites. How this should be done? How can I specify RecordSource, name, top, left, width, height to be in the Favorites? And I need these properties to be in Favorites for all controls.


If you set it into grdSorting or cGrid you have RecordSource ( and others properties ) into
all class instance/subclass Favorites panel.

At form level, you can control this with :
- select the object grid ( the grdSorting instance )
- mainmenu -> Form -> MemberData Editor.
With this you can control the MemberData setting scope.

Attention: not to misuse, otherwise VFP does not move more
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform