4D v14.3Current form table |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Current form table
Current form table
The Current form table command returns the pointer to the table of the form being displayed or printed in the current process. The function returns Nil in the following cases:
If there are several windows open for the current process (which means that the window opened last is the current active window), the command returns the pointer to the table of the form displayed in the active window. If the currently displayed form is the Detail form for a subform area, you are in data entry and you double-clicked on a record or a subrecord of a double-clickable subform area. In this case, the command returns:
Throughout your application, you use the following convention when displaying a record: To do so, use the object method to create the variable vsCurrentRecord, then copy and paste it into all of your forms: ` vsCurrentRecord non-enterable variable object method |
PROPERTIES
Product: 4D
HISTORY
Modified: 4D v11 SQL SEE ALSO
DIALOG ARTICLE USAGE
4D Language Reference ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||