SetDTFlags Method (EDITDATETIME)


9.4D, PLBCMP GUI Only

 

The SetDTFlags method specifies the behavior bit mask value used for an EDITDATETIME object. This method uses the following format:

 

 

[label]

{object}. SetDTFlags

[GIVING {return }]:

 

 

 

USING=]*Value=]{value}

 

Where:

label

Optional. A Program Execution Label.

object

Required. An EDITDATETIME object that is accessed.

return

Optional. A Numeric Variable that returns zero.

value

Required. A Numeric Variable that defines the new flag value as described below.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. The EOS flag is always cleared.

  2. The ZERO flag is set when the return value is zero. The {return} value is a sixteen (16) bit value.

  3. The OVER flag is set if the {return} variable is too small to store that value without being truncated.

  4. The {value} bit mask values are defined as follows:

  5.  

    Value

    Scrolls the text ...

    0x1

    When this bit is turned on, the EDITDATETIME reports will always use NULL data any time that the DTS_NONE style is being used. Therefore, the behavior of the EDITDATETIME object is changed as described for the GETMODE *EDITDATETIMEMODE keyword.

     

  6. When using the PL/B Web Server, this method is not supported.

 

 

See Also: Method Syntax, EDITDATTIME Methods



PL/B Language Reference SelectAll Method SetUnicode Method