Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i change bold to nobold
Message
From
25/08/1999 21:41:56
 
 
To
25/08/1999 20:31:13
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00257701
Message ID:
00257716
Views:
18
>objwddoc.FONT(cf1,cs2)
>objwddoc.bold
>objwddoc.Insert( 'DATE: ')
>objwddoc.FONT(cf3,cs3)
>objwddoc.Insert( DTOC(fac_date) )
>
>i don't want fac_date in bold, any body know how can i do this?
>
>thanks in advance





You're better to use Word Macros to find the actual setting!
To Bold:

objwddoc.Bold(1)

To Not Bold:

objwddoc.Bold(0)

^_~
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform