Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fonts VFP6 to MS Word
Message
From
18/01/2005 09:02:36
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00973567
Message ID:
00978059
Views:
44
>>How are you setting the font in Word? Also, are you sure it's really smaller, not just zoomed down?
>>
>Here is our export code:
>
>FYI our code to export paragraph from VFP:
>
>loRange = loWord.ActiveDocument.Range()
> loRange.Font.Name = Sladv.cHeadFont
> loRange.Font.Size = Sladv.nHeadSize
> loRange.Font.Bold = Sladv.lHeadBold
> loRange.Font.Italic = Sladv.lHeadItalic
> loRange.Font.Underline = Sladv.lHeadUnder
> loRange.ParagraphFormat.Alignment = 0
> loRange.InsertAfter(Sladv.cheadline)

And after you do this, when you click into Word, what does the font size dropdown say?

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform