4D v14.3FORM SCREENSHOT |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
FORM SCREENSHOT
|
FORM SCREENSHOT ( {{aTable ;} formName ;} formPict {; pageNum} ) | ||||||||
Parameter | Type | Description | ||||||
aTable | Table |
![]() |
Form table | |||||
formName | Text |
![]() |
Name of form | |||||
formPict | Picture |
![]() |
Picture of form being executed if first parameter(s) omitted, or Picture of form in Form editor if a form name is passed |
|||||
pageNum | Longint |
![]() |
Form page number | |||||
The FORM SCREENSHOT command returns a form as a picture. This command accepts two different syntaxes: depending on the syntax used, you get either a picture of an executed form, or a picture of the form in the Form editor.
Note: Since the first two parameters of this command are optional, you cannot pass a function returning a pointer, such as Current form table-> or Table->, directly as an argument. Although this syntax would work in interpreted mode, it would be rejected during compilation, so instead you need to use an intermediate pointer variable in this case. For more information, refer to "Direct use of commands returning pointers".
Product: 4D
Theme: Forms
Number:
940
Created: 4D v12.2
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)
Inherited from : FORM SCREENSHOT ( 4D v12.4)