Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EditBox and ScrollBars
Message
 
 
To
15/12/2004 11:20:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00969445
Message ID:
00969495
Views:
9
If you find that your setting are not sticking at runtime, the following code will work:
WITH THISFORM.txtRTF
    .Font = [Courier New]
    .Font.Size = 14
    .Font.Bold = .T.
    .Font.Italic = .T.
ENDWITH
>Using the rich textbox control, in the init of the form if I try to set a property's value (like scrollbars) it returns the error that the property is readonly. So far i have only been able to change it by using the properties sheet or the activex richtextctrl properties (right clicking on the control and selecting its properties there)
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform