About 8 results
Open links in new tab
  1. Dialogue Manager Syntax Reference - Ibi

    -READFILE -READFILE reads Master File fields into Dialogue Manager variables. The syntax is: -READFILE [app/] mastername where: app Is the application directory in which the file resides. …

  2. Passing Parameters - Articles - ibi Community

    Apr 25, 2025 · This solved issue discusses how to pass parameters between WebFOCUS procedures using TABLE FILE and -READFILE commands to hold and capture values in variables for use in …

  3. Customizing a Procedure With Variables - TIBCO

    The -READFILE command reads a file by first reading its Master File and creating Dialogue Manager amper variables based on the ACTUAL formats for each field in the Master File.

  4. Looping through a Hold File - Articles - ibi Community

    Apr 25, 2025 · This solved issue discusses techniques for looping through a hold file in WebFOCUS. Various methods such as using -READFILE with a -REPEAT loop and handling variables …

  5. Uses for Dialogue Manager - Ibi

    Dialogue Manager is a part of the WebFOCUS language that allows you to control the flow of your application with the use of commands and variables. The following are some of the ways you can …

  6. Using Dialogue Manager - TIBCO

    Jun 11, 2003 · Executes all stacked WebFOCUS commands and returns to procedure for further processing.

  7. TIBCO WebFOCUS Script Commands

    Incorporates WFS logic from external files into standard WFS processing. The file must exist for processing to continue. For more information, see Separate WFS Logic Outside of Standard WFS …

  8. I have a fex that does a SQL passthrough to get some data in...

    Mar 7, 2022 · I have a fex that does a SQL passthrough to get some data into a temp hold file and the code does a READFILE to put the fields into amper variables. Two of the fields are the same size I …

    Missing:
    • WEBFOCUS
    Must include:
  9. Uses for Dialogue Manager - ecl.informationbuilders.com

    Dialogue Manager is a part of the WebFOCUS language that allows you to control the flow of your application with the use of variables. The following are some of the ways you can use Dialogue …

  10. Tips & Tricks video - how to combine the power of WebFOCUS

    Feb 27, 2024 · Just received this question from a customer outside of the community but I think this might be useful - so sharing it with you. https://youtu.be/Dt5MIBm0SnE. Here's the full fex code.