// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just show the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = 'images_ui/'

HIGHLIGHT = 1
HIGHLIGHT_BG = '#487599'
HIGHLIGHT_COLOR = '#ffffff'
WRAPTEXT = 1
foldersTree = gFld("Hyperion SQR Production Reporting Activator Help")

foldersTree.xID = "xobjxobj"
first0 = insDoc(foldersTree, gLnk("R", "Copyright Page", "copyrite.html"))
first0.xID = "copyrite"

first1 = insFld(foldersTree, gFld("Introduction", "launch.html"))
first1.xID = "launch"
second1 = insDoc(first1, gLnk("R", "About SQR Production Reporting Activator", "ch01s01.html"))
second1.xID = "ch01s01"
second2 = insDoc(first1, gLnk("R", "Prerequisites for Using SQR Production Reporting Activator", "ch01s02.html"))
second2.xID = "ch01s02"
second3 = insDoc(first1, gLnk("R", "Redistribution of SQR Production Reporting Activator Controls", "ch01s03.html"))
second3.xID = "ch01s03"
first2 = insFld(foldersTree, gFld("SQR Production Reporting ActiveX Control", "ch02.html"))
first2.xID = "ch02"
second1 = insFld(first2, gFld("Using the SQR Production Reporting ActiveX Control Local", "ch02s01.html"))
second1.xID = "ch02s01"
third1 = insDoc(second1, gLnk("R", "Troubleshooting SQR Production Reporting Local Functions", "ch02s01s01.html"))
third1.xID = "ch02s01s01"
second2 = insFld(first2, gFld("Using the SQR Production Reporting ActiveX Control Remote", "ch02s02.html"))
second2.xID = "ch02s02"
third1 = insDoc(second2, gLnk("R", "TCP/IP Connectivity", "ch02s02s01.html"))
third1.xID = "ch02s02s01"
third2 = insDoc(second2, gLnk("R", "Executing SQR Production Reporting Programs on the Server", "ch02s02s02.html"))
third2.xID = "ch02s02s02"
third3 = insDoc(second2, gLnk("R", "Running, Saving, and Printing", "ch02s02s03.html"))
third3.xID = "ch02s02s03"
third4 = insDoc(second2, gLnk("R", "File References in SQR Production Reporting Programs", "ch02s02s04.html"))
third4.xID = "ch02s02s04"
third5 = insDoc(second2, gLnk("R", "Cancelling Tasks in Progress", "ch02s02s05.html"))
third5.xID = "ch02s02s05"
third6 = insDoc(second2, gLnk("R", "Security", "ch02s02s06.html"))
third6.xID = "ch02s02s06"
third7 = insDoc(second2, gLnk("R", "Detecting the Success of Remote Execution", "ch02s02s07.html"))
third7.xID = "ch02s02s07"
third8 = insDoc(second2, gLnk("R", "Debugging", "ch02s02s08.html"))
third8.xID = "ch02s02s08"
third9 = insDoc(second2, gLnk("R", "Troubleshooting SQR Production Reporting Remote", "ch02s02s09.html"))
third9.xID = "ch02s02s09"
second3 = insDoc(first2, gLnk("R", "SQR Production Reporting ActiveX Control Properties", "ch02s03.html"))
second3.xID = "ch02s03"
second4 = insDoc(first2, gLnk("R", "DatabaseName (Property)", "ch02s04.html"))
second4.xID = "ch02s04"
second5 = insDoc(first2, gLnk("R", "SQR Production Reporting ActiveX Control Methods", "ch02s05.html"))
second5.xID = "ch02s05"
second6 = insDoc(first2, gLnk("R", "LocalRun (Method)", "ch02s06.html"))
second6.xID = "ch02s06"
second7 = insDoc(first2, gLnk("R", "LocalRunNoWait (Method)", "ch02s07.html"))
second7.xID = "ch02s07"
second8 = insDoc(first2, gLnk("R", "RemoteCancel (Method)", "ch02s08.html"))
second8.xID = "ch02s08"
second9 = insDoc(first2, gLnk("R", "RemoteCheckFile (Method)", "ch02s09.html"))
second9.xID = "ch02s09"
second10 = insDoc(first2, gLnk("R", "RemoteCleanup (Method)", "ch02s10.html"))
second10.xID = "ch02s10"
second11 = insDoc(first2, gLnk("R", "RemoteConnect (Method)", "ch02s11.html"))
second11.xID = "ch02s11"
second12 = insDoc(first2, gLnk("R", "RemoteDisconnect (Method)", "ch02s12.html"))
second12.xID = "ch02s12"
second13 = insDoc(first2, gLnk("R", "RemoteDeleteFile (Method)", "ch02s13.html"))
second13.xID = "ch02s13"
second14 = insDoc(first2, gLnk("R", "RemoteExec (Method)", "ch02s14.html"))
second14.xID = "ch02s14"
second15 = insDoc(first2, gLnk("R", "RemoteExecNoWait (Method)", "ch02s15.html"))
second15.xID = "ch02s15"
second16 = insDoc(first2, gLnk("R", "RemoteGet (Method)", "ch02s16.html"))
second16.xID = "ch02s16"
second17 = insDoc(first2, gLnk("R", "RemoteGetResults (Method)", "ch02s17.html"))
second17.xID = "ch02s17"
second18 = insDoc(first2, gLnk("R", "RemoteGetServerType (Method)", "ch02s18.html"))
second18.xID = "ch02s18"
second19 = insDoc(first2, gLnk("R", "RemoteGetShellType (Method)", "ch02s19.html"))
second19.xID = "ch02s19"
second20 = insDoc(first2, gLnk("R", "RemoteGetUniqueSqrFile (Method)", "ch02s20.html"))
second20.xID = "ch02s20"
second21 = insDoc(first2, gLnk("R", "RemoteGetUniqueSqtFile (Method)", "ch02s21.html"))
second21.xID = "ch02s21"
second22 = insDoc(first2, gLnk("R", "RemoteIsConnected (Method)", "ch02s22.html"))
second22.xID = "ch02s22"
second23 = insDoc(first2, gLnk("R", "RemotePut (Method)", "ch02s23.html"))
second23.xID = "ch02s23"
second24 = insDoc(first2, gLnk("R", "RemoteRun (Method)", "ch02s24.html"))
second24.xID = "ch02s24"
second25 = insDoc(first2, gLnk("R", "RemoteRunNoWait (Method)", "ch02s25.html"))
second25.xID = "ch02s25"
second26 = insDoc(first2, gLnk("R", "RemoteSetDebug (Method)", "ch02s26.html"))
second26.xID = "ch02s26"
second27 = insFld(first2, gFld("Advanced Topics", "ch02s27.html"))
second27.xID = "ch02s27"
third1 = insDoc(second27, gLnk("R", "Using SQR Production Reporting Activator with SQT Files", "ch02s27s01.html"))
third1.xID = "ch02s27s01"
third2 = insDoc(second27, gLnk("R", "Running Asynchronously and Checking for Results", "ch02s27s02.html"))
third2.xID = "ch02s27s02"
third3 = insDoc(second27, gLnk("R", "Printing Results from the Server", "ch02s27s03.html"))
third3.xID = "ch02s27s03"
third4 = insDoc(second27, gLnk("R", "Mailing Results from the Server", "ch02s27s04.html"))
third4.xID = "ch02s27s04"
first3 = insFld(foldersTree, gFld("SQR Production Reporting Viewer ActiveX Control", "ch03.html"))
first3.xID = "ch03"
second1 = insDoc(first3, gLnk("R", "About the SQR Production Reporting Viewer ActiveX Control", "ch03s01.html"))
second1.xID = "ch03s01"
second2 = insDoc(first3, gLnk("R", "A Sample Application", "ch03s02.html"))
second2.xID = "ch03s02"
second3 = insDoc(first3, gLnk("R", "Using the SQR Production Reporting Viewer ActiveX Control", "ch03s03.html"))
second3.xID = "ch03s03"
second4 = insDoc(first3, gLnk("R", "Troubleshooting the SQR Production Reporting Viewer ActiveX Control", "ch03s04.html"))
second4.xID = "ch03s04"
second5 = insDoc(first3, gLnk("R", "SQR Production Reporting Viewer ActiveX Control Properties", "ch03s05.html"))
second5.xID = "ch03s05"
second6 = insDoc(first3, gLnk("R", "CanCopy (Property)", "ch03s06.html"))
second6.xID = "ch03s06"
second7 = insDoc(first3, gLnk("R", "CanFind (Property)", "ch03s07.html"))
second7.xID = "ch03s07"
second8 = insDoc(first3, gLnk("R", "CurrentPage (Property)", "ch03s08.html"))
second8.xID = "ch03s08"
second9 = insDoc(first3, gLnk("R", "CurrentScale (Property)", "ch03s09.html"))
second9.xID = "ch03s09"
second10 = insDoc(first3, gLnk("R", "IsOpen (Property)", "ch03s10.html"))
second10.xID = "ch03s10"
second11 = insDoc(first3, gLnk("R", "PageCount (Property)", "ch03s11.html"))
second11.xID = "ch03s11"
second12 = insDoc(first3, gLnk("R", "ShowToolBar (Property)", "ch03s12.html"))
second12.xID = "ch03s12"
second13 = insDoc(first3, gLnk("R", "SQR Production Reporting Viewer ActiveX Control Methods", "ch03s13.html"))
second13.xID = "ch03s13"
second14 = insDoc(first3, gLnk("R", "Close (Method)", "ch03s14.html"))
second14.xID = "ch03s14"
second15 = insDoc(first3, gLnk("R", "Find (Method)", "ch03s15.html"))
second15.xID = "ch03s15"
second16 = insDoc(first3, gLnk("R", "Open (Method)", "ch03s16.html"))
second16.xID = "ch03s16"
second17 = insDoc(first3, gLnk("R", "PrintSpf (Method)", "ch03s17.html"))
second17.xID = "ch03s17"
second18 = insDoc(first3, gLnk("R", "Send (Method)", "ch03s18.html"))
second18.xID = "ch03s18"
second19 = insDoc(first3, gLnk("R", "SizeTo (Method)", "ch03s19.html"))
second19.xID = "ch03s19"
second20 = insDoc(first3, gLnk("R", "ZoomIn (Method)", "ch03s20.html"))
second20.xID = "ch03s20"
second21 = insDoc(first3, gLnk("R", "ZoomOut (Method)", "ch03s21.html"))
second21.xID = "ch03s21"
first4 = insFld(foldersTree, gFld("SQR Production Reporting Print ActiveX Control", "ch04.html"))
first4.xID = "ch04"
second1 = insDoc(first4, gLnk("R", "About the SQR Production Reporting Print ActiveX Control", "ch04s01.html"))
second1.xID = "ch04s01"
second2 = insDoc(first4, gLnk("R", "Using the SQR Production Reporting Print ActiveX Control", "ch04s02.html"))
second2.xID = "ch04s02"
second3 = insDoc(first4, gLnk("R", "Troubleshooting the SQR Production Reporting Print ActiveX Control", "ch04s03.html"))
second3.xID = "ch04s03"
second4 = insDoc(first4, gLnk("R", "SQR Production Reporting Print ActiveX Control Methods", "ch04s04.html"))
second4.xID = "ch04s04"
second5 = insDoc(first4, gLnk("R", "Print (Method)", "ch04s05.html"))
second5.xID = "ch04s05"
first5 = insFld(foldersTree, gFld("Error Exceptions", "ch05.html"))
first5.xID = "ch05"
second1 = insDoc(first5, gLnk("R", "About Error Exceptions", "ch05s01.html"))
second1.xID = "ch05s01"
second2 = insDoc(first5, gLnk("R", "SQR Production Reporting ActiveX Control Status Codes", "ch05s02.html"))
second2.xID = "ch05s02"
second3 = insDoc(first5, gLnk("R", "SQR Production Reporting Viewer ActiveX Control Status Codes", "ch05s03.html"))
second3.xID = "ch05s03"
first6 = insFld(foldersTree, gFld("The Visual Basic Sample Program", "ch06.html"))
first6.xID = "ch06"
second1 = insDoc(first6, gLnk("R", "About the Visual Basic Sample Program", "ch06s01.html"))
second1.xID = "ch06s01"
second2 = insDoc(first6, gLnk("R", "SQR Production Reporting ActiveX Control Function Group", "ch06s02.html"))
second2.xID = "ch06s02"
second3 = insDoc(first6, gLnk("R", "SQR Production Reporting Viewer ActiveX Control Function Group", "ch06s03.html"))
second3.xID = "ch06s03"
second4 = insDoc(first6, gLnk("R", "SQR Production Reporting Print ActiveX Control Function Group", "ch06s04.html"))
second4.xID = "ch06s04"
first7 = insFld(foldersTree, gFld("Configuring a Server Account for SQR Production Reporting Remote", "apa.html"))
first7.xID = "apa"
second1 = insDoc(first7, gLnk("R", "About Configuring a Server Account", "apas01.html"))
second1.xID = "apas01"
second2 = insDoc(first7, gLnk("R", "Configuring a UNIX Account", "apas02.html"))
second2.xID = "apas02"
second3 = insFld(first7, gFld("Configuring a Windows Account", "apas03.html"))
second3.xID = "apas03"
third1 = insDoc(second3, gLnk("R", "Step 1: Configure SQR Production Reporting on the Remote Machine", "apas03s01.html"))
third1.xID = "apas03s01"
third2 = insDoc(second3, gLnk("R", "Step 2: Install and Configure the REXEC Server", "apas03s02.html"))
third2.xID = "apas03s02"
third3 = insDoc(second3, gLnk("R", "Step 3: Create a Login Account", "apas03s03.html"))
third3.xID = "apas03s03"
third4 = insDoc(second3, gLnk("R", "Step 4: Configure the FTP Service", "apas03s04.html"))
third4.xID = "apas03s04"
third5 = insDoc(second3, gLnk("R", "Removing the REXEC Server", "apas03s05.html"))
third5.xID = "apas03s05"