<% Dim PageID PageID = Request.QueryString("PageID") If PageID = "" Then PageID = "1" End If OpenContentDB SQLStr = "SELECT PageID, LinkText FROM tblContent WHERE Active = 'Y' ORDER BY SortNumber" Set rsNav = ContentConn.Execute(SQLStr) SQLStr = "SELECT PageID, LinkText FROM tblContent WHERE Active = 'Y' ORDER BY SortNumber" Set rsFtNav = ContentConn.Execute(SQLStr) OpenLinksExDB SQLStr = "SELECT LinkText, LinkURL, LinkImage, ImgH, ImgW FROM tblLinks WHERE Active = 'Y'" Set rsExNav = LinksExConn.Execute(SQLStr) OpenContactDB SQLStr = "SELECT TollFree, Email, WebAddress, USAddress1, USAddress2, USPhone, USFax, UKAddress1, UKAddress2, UKPhone, UKFax FROM tblContact" Set rsContact = ContactConn.Execute(SQLStr) %> Container TRACKER - Tech Notes
Technical Notes
Click on the Titles Below to View the Associated .pdf file.
Container TRACKER® Files How We Send You Files by Email
Container TRACKER® Glossary Replacing .exe and .mdb Files
Adding Locations Finding the CT Version Number
Adding a Serial Number Sending Your DB to IIG
Adding Item Specific Information Manually Registering DLLs & OCXs
Configuring User Fields Rental Calculation Basics
Displaying Inventories by Location Using Custom Reports
Displaying Serial Number History  
Displaying System Information  
Editing User Specific Information  
Entering User Specific Information  
Finding Serialized Items  
Locating a Specific Serial Number  
Moving Items with Serial Numbers  
Tracking Concepts and Dwell  
   
   
   
   
Click on the Adobe Icon to download the latest version of Adobe Reader.
<% CloseLinksExDB CloseContactDB CloseContentDB %>