Date Component

Fnd_Date_EntryFilter

Fnd_Date_EntryFilter (->date field or variable)

Legacy manual page 65

Parameters

ParameterTypeDescription
datePointerPointer to date field or variable
Function resultDateLast day of the month of date parameter

Description

This method interprets what has been entered as a date. If the function key is pressed, the following actions take place.

Function Action + or = Add a day - Subtract a day T Today M First of the Month N Middle of the moNth H End of the montH Y First of the Year R End of the yeaR C Display the calendar

Place in the object method of the date field or variable. Be sure to enable the object's On Before Keystroke and On Data Change events.

Fnd_Date_EntryFilter(Self)
Extracted source text
            Fnd_Date_EntryFilter (->date field or variable)

              Parameter                Type                   Description
              date                     Pointer                Pointer to date field or variable
              Function result          Date                   Last day of the month of date parameter

            This method interprets what has been entered as a date. If the function key is pressed, the following
            actions take place.

              Function                 Action
              + or =                   Add a day
              -                        Subtract a day
              T                        Today
              M                        First of the Month
              N                        Middle of the moNth
              H                        End of the montH
              Y                        First of the Year
              R                        End of the yeaR
              C                        Display the calendar

            Place in the object method of the date field or variable. Be sure to enable the object's On Before
            Keystroke and On Data Change events.
              Fnd_Date_EntryFilter(Self)