You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

If Message
      • Caption - Monograph / Serial
           - Message - Is the information being imported for a "Monograph"?
           - Buttons to Use - Yes and No
        Variable Set String T1 From prompt
                 Prompt Text - Item Title
            Variable Set String T2 From prompt
                 Prompt Text - Author
            Variable Set String T3 From prompt
                 Prompt Text - Publisher
            Variable Set String T4 From prompt
                 Prompt Text - ISSN Number
            Variable Set String T7 From prompt
                 Prompt Text - Total Pages
            Variable Set String T6 From prompt
                 Prompt Text - "001" field ID number
            Variable Set String T8 From prompt
                 Prompt Text - Call Number
            Variable Set String T9 From prompt
                 Prompt Text - Item Location
            If Variable T1 <> ""
                 Text Type : <TAB>%T1%<TAB>
            Else
                 Text Type: <TAB><TAB>
            End If
        If Variable T2 <> ""
                 Text Type : %T2%<TAB><TAB><TAB>
            Else
                 Text Type: <TAB><TAB><TAB>
            End If
        If Variable T3 <> ""
                 Text Type :
                      %T3%<TAB><TAB><TAB><TAB><TAB><TAB>
                      <TAB><TAB><TAB><TAB><TAB><TAB><TAB>
                      <TAB><TAB><TAB><TAB><TAB>
         Else
              Text Type:
                      <TAB><TAB><TAB><TAB><TAB><TAB><TAB>
                      <TAB><TAB><TAB><TAB><TAB><TAB><TAB>
                      <TAB><TAB><TAB><TAB>
         End If
     If Variable T8 <> ""
              Text Type : %T8%<TAB>
         Else
              Text Type: <TAB>
         End If
     If Variable T9 <> ""
              Text Type : %T9%<TAB>
         Else
              Text Type: <TAB>
         End If
     If Variable T4 <> ""
              Text Type : %T4%<TAB><TAB><TAB><TAB><TAB>
         Else
              Text Type: <TAB><TAB><TAB><TAB><TAB>
         End If
     If Variable T6 <> ""
              Text Type : %T6%<TAB>
         Else
              Text Type: <TAB>
         End If
     If Variable T7 <> ""
              Text Type : %T7%
         End If
Else
     Caption - Monograph / Serial
              Message - Is the information being imported for a "Mono-
                  graph"?
              Buttons to Use - Yes and No
         Variable Set String T1 From prompt
         Prompt Text - Item Title
    Variable Set String T3 From prompt
         Prompt Text - Publisher
    Variable Set String T4 From prompt
         Prompt Text - ISSN Number
    Variable Set String T7 From prompt
         Prompt Text - Total Pages
    Variable Set String T6 From prompt
         Prompt Text - "001" field ID number
    Variable Set String T8 From prompt
         Prompt Text - Call Number
    Variable Set String T9 From prompt
         Prompt Text - Item Location
    If Variable T1 <> ""
         Text Type : <TAB>%T1%<TAB><TAB><TAB>
                 <TAB><TAB><TAB><TAB><TAB><TAB>
    Else
         Text Type: <TAB><TAB><TAB><TAB><TAB>
                 <TAB><TAB><TAB><TAB><TAB>
    End If
If Variable T3 <> ""
         Text Type :
                 %T3%<TAB><TAB><TAB><TAB><TAB><TAB><TAB>
                 <TAB><TAB><TAB><TAB><TAB><TAB><TAB><TAB>
    Else
         Text Type:
                 <TAB><TAB><TAB><TAB><TAB><TAB><TAB><TAB>
                 <TAB><TAB><TAB><TAB><TAB><TAB><TAB>
    End If
If Variable T8 <> ""
         Text Type : %T8%<TAB>
    Else
         Text Type: <TAB>
    End If
If Variable T9 <> ""
         Text Type : %T9%<TAB>
    Else
         Text Type: <TAB>
         End If
     If Variable T4 <> ""
              Text Type : %T4%<TAB><TAB><TAB><TAB><TAB>
         Else
              Text Type: <TAB><TAB><TAB><TAB><TAB>
         End If
     If Variable T6 <> ""
              Text Type : %T6%<TAB>
         Else
              Text Type: <TAB>
         End If
     If Variable T7 <> ""
              Text Type : %T7%
         End If
End If

  • No labels