Component
Records Component
8 language-reference entries were extracted for this component.
- Fnd_Hook_Rec_Delete
- Fnd_Hook_Rec_New This hook gets called when the user wants to add a new record. It returns True to allow Foundation to handle the request. Return False if you want to handle the request...
- Fnd_Rec_DeleteUserSet Fnd_Rec_DeleteUserSet deletes the highlighted records in the current selection (the “UserSet”). This method asks the user first if they are sure the records should be deleted....
- Fnd_Rec_Info Returns the requested information about the component. $version_t:=Fnd_Rec_Info ("version")
- Fnd_Rec_NewRecord This method creates a new record for the specified table (if any). Otherwise a new record is created for the current table. Fnd_Rec_NewRecord (->[Contacts])
- Fnd_Rec_OmitSubset This method omits the highlighted records from the current selection. Assumes the frontmost window is displaying a 4D output form.
- Fnd_Rec_ShowAll This method updates the selection to include all records. If the Macintosh Option key or Windows Alt key is down, the selection is reduced to no records. Assumes the frontmost...
- Fnd_Rec_ShowSubset This method reduces the current selection to just the highlighted records. Assumes the frontmost window is displaying a 4D output form.