Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RichText Control Question
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
RichText Control Question
Miscellaneous
Thread ID:
00735425
Message ID:
00735425
Views:
34
In the mouse move of a RichText control, I change
the Bold, Italic and Underline buttons on a toolbar:
WITH This

  .cntToolbar.optBold.Value = .oleRTFPad.SelBold
  .cntToolbar.optItalic.Value = .oleRTFPad.SelItalic
  .cntToolbar.optUnderline.Value = .oleRTFPad.SelUnderline

ENDWITH
The problem is that if the selected text is both Bold AND
Italic, it doesn't work.

Anyone know what I'm doing wrong?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform