Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE MSProject
Message
From
15/05/2001 14:34:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
OLE MSProject
Miscellaneous
Thread ID:
00507432
Message ID:
00507432
Views:
51
Can some one tell me why the code line fontbold will not work?

For t = 1 To oProjt.Tasks.Count
Seek(AllTrim(oProjt.Tasks.Item(t).Name)) Order (lcIndex2)
If Found() Then
If subno1 <> 1 Then
oProjt.Tasks.Item(t).OutlineIndent
oProjt.Tasks.Item(t).FontBold = .T.
If subno1b <> 1 Then
oProjt.Tasks.Item(t).OutlineIndent
EndIf
EndIf
EndIf
Next t
Next
Reply
Map
View

Click here to load this message in the networking platform