Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default Object
Message
From
21/10/2014 09:19:46
 
 
To
21/10/2014 01:31:16
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8.1
Network:
SAMBA Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01609619
Message ID:
01609708
Views:
56
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform