Xbasic
A5_PRINT_CURRENT_RECORD Function
Syntax
C A5_print_current_record([C print_method [,C layout_type ]])
Arguments
- print_method
Optional. Default = "". The options are:
- "print"
- "preview"
- "save"
- "fax"
- "email"
- layout_type
Optional. Default = "". The options are:
- "letter"
- "label"
- "form"
- "browse"
- "report"
Description
The A5_PRINT_CURRENT_RECORD() function displays the Print Current Record dialog box. This function allows you to select a Print Option :
put description here
- Preview
- Save to File
- Fax
and Layout type :
- Browse
- Form
- Label
- Letter
- Report
and then choose from any available layouts of the specified type to print.
Example
a5_print_current_record("print", "report")
Limitations
Desktop applications only.
See Also