Difference between revisions of "CalendarView.ImportFromDB"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 6: Line 6:
 
| 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", Editable As Boolean = True
 
| 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", Editable As Boolean = True
 
| returntype=Boolean
 
| returntype=Boolean
| version=1.2.0
+
| version=1.2.2
 
| platform=all
 
| platform=all
 
}}
 
}}

Revision as of 00:49, 6 September 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", Editable As Boolean = True ) As Boolean


Imports CalendarEvents from a Database. Returns True if import is successful