Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE MSProject
Message
 
 
To
15/05/2001 14:34:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00507432
Message ID:
00507441
Views:
8
>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
Isn't look better?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform