Component
Shell Component
20 language-reference entries were extracted for this component.
- Fnd_Hook_Shell_Administration This hook is called to display the shell's Administration Dialog. We have preconfigured it to display 4D's Password Editor, Foundation's List Editor and Sequence Number Editor,...
- Fnd_Hook_Shell_Setup Here is where the developer sets up information about this particular database. Fnd_Gen_SetDatabaseInfo ("NAME";"Super Accounting Program") Fnd_Gen_SetDatabaseInfo...
- Fnd_Hook_Shell_Find This hook gives you a place to configure Foundation's Find Dialog if you want to alter the default configuration. You can call the Fnd_Gen_CurrentTable method to determine the...
- Fnd_Hook_Shell_InitializePlugIns Use this method to initialize any plugins by calling their activation routines. This hook is called in the On Startup method for single-user and 4D Client, and also from the On...
- Fnd_Hook_Shell_NavPalette Fnd_Hook_Shell_Print Fnd_Hook_Shell_Print
- Fnd_Hook_Shell_OpenTable This hook sets up Foundation's Open Table dialog before it is displayed. Call Fnd_Shell_OpenTableAdd to specify the table names to display.
- Fnd_Hook_Shell_Sort This hook gives you a place to configure Foundation's Sort dialog if you want to alter the default configuration. You can call the Fnd_Gen_CurrentTable method to determine the...
- Fnd_Hook_Shell_SpecialFunctions This hook is called to display the shell's Special Functions Dialog. Routines in this dialog are available to all database users. By default, there are no options set up in...
- Fnd_Hook_Shell_Startup Place any startup code here that you want to run while the startup dialog is displayed. You can also call your startup stuff before or after Fnd_Shell_OnStartup is called from...
- Fnd_Shell_Administration
- Fnd_Shell_ExcludeFromQuit Normally when the user selects Quit from the File menu, Foundation does a call process to each process that was procedurally created and waits for all of these processes to...
- Fnd_Shell_Info Returns the requested information about the component. $version_t:=Fnd_Shell_Info ("version")
- Fnd_Shell_IsRunning This function returns True if the shell is running. This method is only needed during development. It will return False if you have selected Quit from the File menu, and the...
- Fnd_Shell_NavigationPalette Fnd_Shell_NavigationPallette
- Fnd_Shell_OnExit This method must be called from the database's On Exit and On Server Shutdown database methods.
- Fnd_Shell_OnStartup The startup routine for the Foundation Shell. This method must be called from the database's On Startup and On Server Startup database methods.
- Fnd_Shell_OpenTableDialog Displays a dialog with the names of all visible tables. If the user selects one and clicks the OK button the table is displayed in a new window (even if that table is already...
- Fnd_Shell_Print Call this method to display the shell's Print Dialog. Configure the contents of the dialog using the Fnd_Hook_Shell_Print hook.
- Fnd_Shell_Show4DSplashScreen Allows the developer to display the 4D splash screen, or default window, so the database can be used in the User environment. No longer necessary in 4D v11, as there is no User...
- Fnd_Shell_SpecialFunctions