You are here: Function Reference > Alphabetical Listing > I > InlineLogo

InlineLogo

Use this procedure/function to cause a graphic (LOG) to be in-lined in the print stream. This means you do not have to store the graphic as a printer resource on the printer.

Syntax

InlineLogo (Graphic, Option, Section, Form, Group)

Parameter

Description

Graphic

Enter the name of the graphic to be in-lined in the print stream. Graphic names are assigned in Studio.

Option

This parameter sets the inline flag. You can choose from these options:

One (1) equals On
Zero (0) equals Off

The default is one (1).

Section

Enter the name of a section that contains the specified graphic. The default is the current section.

Form

Enter the name of a form that contains the section. The default is the current form.

Group

Enter the name of a group to use to locate the specified object. The default is the current group.

The system optionally returns one (1) on success or zero (0) on failure.

Example

Here are some examples:

Procedure

Result

Explanation

InlineLogo(Log1")

1 or 0

In-lines Log1 (on the current section, form, and group) into the print stream.

InlineLogo("Log1", 1,"IMH1\3","UpRate")

1 or 0

In-lines Log1 (on the 3rd occurrence of the named section, IMH1, on the form, UpRate) into the print stream.

See also