Difference between revisions of "CalendarView.ImportFromDB"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (1 revision)
Line 4: Line 4:
 
| ownertype=class
 
| ownertype=class
 
| scope=public
 
| scope=public
| parameters=
+
| parameters=RS As RecordSet, ID As String = "ID", StartDate As String = "Start", EndDate As String = "End", Title As String = "Title", EventColor As String = "Color", Location As String = "Location", Description As String = "Description"
 
| returntype=Boolean
 
| returntype=Boolean
 
| platform=all
 
| platform=all
 
}}
 
}}

Revision as of 23:41, 29 April 2012

Method
CalendarView.ImportFromDB ( RS As RecordSet, ID As String = "ID", StartDate As String = "Start", EndDate As String = "End", Title As String = "Title", EventColor As String = "Color", Location As String = "Location", Description As String = "Description" ) As Boolean