Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word Automation - Table Cells Formatting
Message
De
25/10/2002 16:24:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00715489
Message ID:
00715637
Vues:
14
Well, having solved that problem ...

Here is the next ... same sort of idea ...

This time, I would like to UNDERLINE the data portion of the entry.

This code underlines both the prompt and the data. (No good)

Any tips on this ?



oRange = oTable.Rows[1].Cells[2].Range
oRange.InsertAfter("Referral: "+ALLTRIM(qheads.referral))
oRange.ParagraphFormat.Alignment=wdAlignParagraphLeft
oRange.Select
oWord.Selection.FormattedText.Underline
WITH oWord.Selection
.Homekey(wdSelectionRow)
FOR j = 1 TO 10
.MoveRight(wdCharacter,1,wdExtend)
ENDFOR
.Font.Bold=.t.
.FormattedText.Underline=wdUnderlineNone

FOR j = 1 TO LEN(ALLTRIM(qheads.referral))
.MoveRight(wdCharacter,1,wdExtend)
ENDFOR
.FormattedText.Underline=wdUnderlineSingle
ENDWITH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform