Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug when assigning non-integers to Top,Left,Height and W
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00855459
Message ID:
00855487
Views:
15
Does it really make sense to assign top and left without a container in which to display a line?

Try this:
_screen.AddObject("x","line")
_screen.X.Top = 180
? _screen.X.Top 
_screen.X.Top = 180.00
? _screen.X.Top

ox= createobject("form")
ox.addobject("x","line")
ox.X.Top = 180
? ox.X.Top 
ox.X.Top = 180.00
? ox.X.Top
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform