DelLogo

Use this procedure/function to delete a bitmap graphic (LOG) from a form in the current form set.

Syntax

DelLogo (Graphic, Section, Form, Group)

Parameter

Description

Graphic

Enter the name of the graphic to be deleted from a section or form. Graphic names are assigned in Studio.

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.

This procedure deletes the specified graphic from the section or form. The system optionally returns one (1) on success or zero (0) on failure.

Note Use the Refresh procedure after you use the DelLogo procedure.

Example

Here are some examples:

Procedure

Result

Explanation

DelLogo("LOG1")

1 or 0

Deletes LOG1 on the current section, form, group.

DelLogo("LOG1", "IMH1\3","UpRate")

1 or 0

Deletes LOG1 on the 3rd occurrence of the named section IMH1 on the form UpRate in the default group.

See also