[[Template core/front/global/updateWarning is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
When creating a tag group, what is (Me.AreaName, 250) defining in the code snippet below?
If rpOneTagGroup Is Nothing Then
Set rpOneTagGroup = Application.CreateTagGroup(Me.AreaName, 250)
Call LoadSiloTagGroup(xSilos)
End If