Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Refresh when using formclass
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01544463
Message ID:
01544464
Views:
50
This message has been marked as a message which has helped to the initial question of the thread.
>I have a formclass with code in the Refresh Method of certain objects. To my understanding all refresh methods are called as the final stage of the Init Event. However, in my case this doesn't occur if I instantiate the form with newobject(). It does occur if I call a form (scx) that is completely the formclass (vcx). There's no additional code in the scx. Who can explain this?
>
>This works well:
>
do form mpsjob
>read events
>
>This does not do the refresh as the final stage of the init, not even if I explicitly call it (2nd line):
>
loWindow = newobject( 'viafrm_viajob', 'viajob.vcx' )
>loWindow.refresh()
>loWindow.visible = .t.
Try

loWindow.Show()

instead.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform