Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default Object
Message
De
21/10/2014 09:19:46
 
 
À
21/10/2014 01:31:16
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8.1
Network:
SAMBA Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01609619
Message ID:
01609708
Vues:
55
>>>Yes, only one. On this form there is only one. Enter from any other input object other then the grid works perfectly fine. :(
>>>
>>>Maybe you misunderstand. I have large containers and a lot of them. If I have the default object in the last one there is a lot of useless parsing. Also i parse all if there is no default object at all.
>>>
>>
>>Maybe add a property to your form class to point to the default button. I'm not sure whether an assign method on the Default property will fire if you set it in the property sheet; my guess is not. But if you set it in the button's Init method instead, then an assign method should fire to populate the form property.
>>
>>Tamar
>
>Hi Tamar,
>
>yes, _Assign will not fire by properties set at design time (I think in class definition of a prg too, but this is not tested.) It need to be called like
>
>PROCEDURE INIT
> THIS.Prop = THIS.Prop
>ENDPROC
>
Easy enough to build that into the base classes.

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform