Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EditBox and ScrollBars
Message
 
 
À
15/12/2004 11:20:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00969445
Message ID:
00969495
Vues:
8
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform