HLPBOX

Contents


Hlpbox displays the help on the record of an OBJect by hitting Alt+F1.

 

Syntax

  Hlpbox c_exp

 

Parameters

Element

Description

Restrictions

c_exp

Expression of the Char type that results in the help filename

None

 

Examples

   # Help on a parameter
    Hlpbox "ADP_"+[M]CHAPITRE+"_"+[M]PARAM(nolign-1)
   # Help on an activity code
    Hlpbox "ACV_"+[M]CODACT(nolign-1)
   # Help on a sizing element
    Hlpbox "ADM_"+[M]DIMCOD(nolign-1)
   # Help on an OBJect's record
    When GSTAHLO
   If TYPGES=2
   CHAINE = GABREV+"_"+evalue("[M]"+CLEPRIM+"("+num$(nolign-1)+")")
   Elsif CLECUR2<>"" & TYPGES<>3
   CHAINE = GABREV+"_"+CLECUR2+"_"+CLECUR1
   Else
   CHAINE = GABREV+"_"+CLECUR1
   Endif
   Hlpbox CHAINE

 

Description and Comments

Hlpbox displays the HTML help on an OBJect's record by hitting <Alt+F1>. This combination of the <Alt+F1> keys sets the box's status to 1822. It is while testing either this status, or the GSTAHLO variable (equal to 1822) that you may activate the help on an OBJect's element.

The help text is stored in the OBJ directory of the help under the name: key_abbrev.htm

If the help is requested but the HTML document was not created, an HTML page will display with the following error message:
HTTP 404 - File not found.

 

Associated Errors

Error

Description

 

 

 

Associated Keywords


CONTENTS


Copyright © Sage 1999 - 2007