<%@LANGUAGE="VBSCRIPT"%> <% Set objCart=new Cart %> <% Dim rsWorkshops Dim rsWorkshops_numRows Set rsWorkshops = Server.CreateObject("ADODB.Recordset") rsWorkshops.ActiveConnection = MM_connLogCabin_STRING rsWorkshops.Source = "SELECT * FROM workshops ORDER BY display_order ASC" rsWorkshops.CursorType = 0 rsWorkshops.CursorLocation = 2 rsWorkshops.LockType = 1 rsWorkshops.Open() rsWorkshops_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsWorkshops_numRows = rsWorkshops_numRows + Repeat1__numRows %> The Log Cabin, Brentwood - Quilting and Patchwork essentials

Selector

100% Cotton Fabrics
Waddings
Books & Videos
Magazines
Notions
Threads
Sewing Machines
Wools
Special Offers
Just select the area of the shop you wish to browse from the list above.
Site © The Log Cabin <%response.write Year(Now())%>
Design © k web design <%response.write Year(Now())%>

The Log Cabin runs a range of workshops to help you improve your skills and learn new ones.

Sewing Machines available so there's no need to bring your own machine.

Book early to save disappointment by telephoning us on 01277 622245

<% While ((Repeat1__numRows <> 0) AND (NOT rsWorkshops.EOF)) %> <% if rsWorkshops.Fields.Item("start_date").Value <> "" then ' Adv Conditional Region %> <% end if ' rsWorkshops.Fields.Item("start_date").Value <> "" %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsWorkshops.MoveNext() Wend %>
Workshop Name
Duration
Time
Cost
<%=(rsWorkshops.Fields.Item("start_date").Value)%>
<%=(rsWorkshops.Fields.Item("workshop_name").Value)%>
<%=(rsWorkshops.Fields.Item("duration").Value)%>
<%=(rsWorkshops.Fields.Item("times").Value)%>
£<%= FormatNumber((rsWorkshops.Fields.Item("cost").Value), 2, -2, -2, -2) %>
<%=(rsWorkshops.Fields.Item("description").Value)%>
You have <%=objCart.TotalNumberItems%> items in your trolley, total value £<%= FormatNumber(objCart.GrandTotal, 2, -2, -2, -2) %>

How to find us

Click here for a local map.
<% Set objCart=Nothing %> <% rsWorkshops.Close() Set rsWorkshops = Nothing %>