Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling through a typed text ?
Message
 
 
To
19/11/2009 23:23:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01435706
Message ID:
01435744
Views:
36
>thank you naomi - unfortunately this still gets the pesky property is read-only message.
>LOCAL oFrm
>
>oFrm= createOBJECT("classrooms")
>oFrm.Top = 24
>oFrm.Left =400
>oFrm.Height = 373
>oFrm.Width = 500
>oFrm.showWindow = 2

Did you read help on ShowWindow - it says there that this property is read-only in run-time. Why you're not designing your form visually? You need to set its property in the Property Sheet.
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