Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shortcut menu on main screen
Message
From
13/02/2003 07:58:13
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
13/02/2003 07:49:16
Denis Filer
University of Oxford
United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00752615
Message ID:
00752632
Views:
23
Glad to see it work for you, but, as I said, it is not my idea. Long life UT!

In VFP8 we have BINDEVENT() function for this:
PUBLIC oHandler
oHandler=NEWOBJECT("myhandler")
DO (_browser)
BINDEVENT(_SCREEN,"Resize",oHandler,"myresize")

DEFINE CLASS myhandler AS Session
   PROCEDURE myresize
   _obrowser.left = _SCREEN.Width - _obrowser.width
   RETURN
ENDDEFINE
>Dorin in Romania, Good man! The _screen class works and ive learnt something v. useful too. Denis
Previous
Reply
Map
View

Click here to load this message in the networking platform