Component
Input/Output Component
17 language-reference entries were extracted for this component.
- Fnd_Hook_IO_DisplayRecord This hook is called just before an input window is displayed. Here you can set the window title or position, or specify the input form to use. Use the Fnd_Gen_CurrentTable...
- Fnd_Hook_IO_DisplayTable This hook is called just before an output window is displayed. Here you can set the window title or position, or specify the output form to use. Use the Fnd_Gen_CurrentTable...
- Fnd_Hook_IO_InputFormButton This hook is called when a button on the inherited form named Fnd_IO_InputForm is clicked. It receives as the a parameter the name of the button that was clicked. The name will...
- Fnd_Hook_IO_SelectionChanged This hook is called any time the current selection of records displayed in an output list has changed by Foundation. If your code changes the selection, be sure to call...
- Fnd_IO_AddMultipleRecords By default, Foundation’s Fnd_IO_DisplayRecord command adds one record, then either closes the input window or returns to the output list (depending on the current configuration...
- Fnd_IO_DisplayRecord Displays the specified record of the table in a new process. If no table is passed, then the current form’s table is used (if available). If no record number is passed, then...
- Fnd_IO_DisplayNavButtons Fnd_IO_DisplayNavButtons allows the developer to display or hide the input form record navigation buttons for the current process. Fnd_IO_DisplayNavButtons (False) ` Do not...
- Fnd_IO_DisplayTable Pass a table pointer to the Fnd_IO_DisplayTable method whenever you want to display a new table window. If a window already exists for the specified table, it will be brought...
- Fnd_IO_Info Returns the requested information about the component. $version_t:=Fnd_IO_Info ("version")
- Fnd_IO_InputFormMethod The Fnd_IO_InputFormMethod method must be called from the form method of each input form that will be displayed in the Custom Menus environment. This method makes sure that the...
- Fnd_IO_InputFormName This method allows the developer to get and set the name of the form to use for any input screens opened by the current process. To set the name of the next input form name to...
- Fnd_IO_MultiWindow By default, Foundation displays input forms in a new process and window separate from the output form by opening a second window. This routine allows the developer to change...
- Fnd_IO_OutputFormMethod The Fnd_IO_OutputFormMethod method must be called from the form method of each output form that will be displayed in the Custom Menus environment. This method makes sure that...
- Fnd_IO_OutputFormName Call this method to set the name of the next output form to use. If you are using the Foundation Shell, you can call this method from the Fnd_Hook_IO_DisplayTable hook....
- Fnd_IO_RecordEdited This command is designed primarily for Foundation’s internal use, but it has been made available for use by replacements for Foundation’s default input and output handling...
- Fnd_IO_ToolbarIconGroup This command changes the icons used when displaying the output form toolbar. The default style is “bold.” Use this command to switch the icon group to any of the other groups:...
- Fnd_IO_UpdateToolbar Enables and disables the toolbar buttons based on the current selection of records and whether or not any records are highlighted. Generally there will be no need to ever call...