<%Option Explicit%> <% Call IN_OpenConnection If Request("serial") > "" Then Login Request("serial"), False End If %> MULTILIZER - Technical FAQ
MULTILIZER - The Software Globalization Company
PRODUCTSCOMPANYPARTNERSSTOREFree TrialsSupportContact Us

Technical FAQ

Search and browse the Technical FAQ articles for MULTILIZER 6.0 products.

Search Options

<% Dim intTOC, intENV, strKWD Dim objRS, strSQL intTOC = Request.QueryString("toc") If intTOC > "" Then If IsNumeric(intTOC) Then intTOC = CInt(intTOC) Else intTOC = 0 End If Else intTOC = 0 End If intENV = Request.QueryString("env") If intENV > "" Then If IsNumeric(intENV) Then intENV = CInt(intENV) Else intENV = 0 End If Else intENV = 0 End If strKWD = Trim(Request.QueryString("kwd")) %>
1. Search by Topic
2. Search by Keyword
(e.g. "locale", or "export")  
<% Const MAX_RECORDS = 10 Dim intMode, intCategory, intCount If intTOC <> 0 Then intMode = 0 intCategory = CInt(Request.QueryString("toc")) ElseIf intENV <> 0 Then intMode = 1 intCategory = CInt(Request.QueryString("env")) ElseIf Len(strKWD) > 2 Then intMode = 2 Else intMode = -1 End If If intMode > -1 Then If intMode = 0 Then strSQL = "SELECT Document.Id, Document.Info1, Document.Info2 FROM Document, " & _ "DocumentCategory WHERE Document.CategoryId = DocumentCategory.Id " & _ "AND DocumentCategory.KindId = " & KIND_TOC & " AND DocumentCategory.Enabled = 'T' " & _ "AND DocumentCategory.Id = " & intCategory & " AND Document.Enabled = 'T' " & _ "ORDER BY Document.AddDate DESC" ElseIf intMode = 1 Then strSQL = "SELECT Document.Id, Document.Info1, Document.Info2 FROM Document, " & _ "DocumentCategory WHERE Document.CategoryId = DocumentCategory.Id " & _ "AND DocumentCategory.KindId = " & KIND_ENV & " AND DocumentCategory.Enabled = 'T' " & _ "AND DocumentCategory.Id = " & intCategory & " AND Document.Enabled = 'T' " & _ "ORDER BY Document.AddDate DESC" Else strSQL = MLFormatSQL( _ "SELECT Document.Id, Document.Info1, Document.Info2 FROM Document, " & _ "DocumentCategory WHERE Document.CategoryId = DocumentCategory.Id " & _ "AND DocumentCategory.KindId IN (" & KIND_TOC & "," & KIND_ENV & ") " & _ "AND DocumentCategory.Enabled = 'T' AND Document.Enabled = 'T' " & _ "AND UPPER(Document.Name) LIKE {0} ORDER BY Document.AddDate DESC", _ Array("%" & UCase(Request.QueryString("kwd")) & "%"), _ Array(vbString)) End If %>

Search Results

<% Set objRS = IN_Connection.Execute(strSQL, MAX_RECORDS) If Not objRS.Eof Then intCount = 0 Do If intCount >= MAX_RECORDS Then Exit Do intCount = intCount + 1 %> <% objRS.MoveNext Loop Until objRS.Eof If intCount >= MAX_RECORDS Then %> <% End If Else %> <% End If objRS.Close %>
<%=objRS(1)%>
<%=Left(objRS(2), 100)%>... [Read more]
 

The search returned more than <%=MAX_RECORDS%> articles. Please try to search with different keywords to see more results.
The search did not result any articles. Please select different topic or environment or redefine the keyword. Use only at least three (3) characters long keywords.
<%Else%>

Please select the topic or environment or enter keyword to begin. Use only at least three (3) characters long keywords.

<%End If%> <% Set objRS = Nothing Call IN_CloseConnection %>
Support
How to Get Support?
Online Registration
Support and Maintenance Services
Registrated Customer Services
Evaluation Support Services

<%If IsSUMAClient Then%>
Services
Download
Technical FAQ
Technical FAQ for Previous Versions
Documents
Contact Technical Support
<%ElseIf IsClient Then%>
Services
Download
Technical FAQ
Technical FAQ for Previous Versions
Documents
Contact Technical Support
<%Else%>
Services
Technical FAQ
Documents
Contact Technical Support
<%End If%>