2007 Oct 23 1:39 PM
i want give default values in select option for date (for a period)
I used
SELECT-OPTIONS y_s_mnth FOR y_v_dt_month default first to last OPTION BT.
first and last are dates.
I am getting error dialog box....specify ranges...
i want give default values in select option for date (for a period)
I used
SELECT-OPTIONS y_s_mnth FOR y_v_dt_month default first to last OPTION BT.
first and last are dates.
I am getting error dialog box....specify ranges...
2007 Oct 23 1:45 PM
hi Suhas,
do like:
INITIALIZATION.
y_s_mnth-sign = 'I'.
y_s_mnth-option = 'EQ'.
y_s_mnth-low = <i>first_day</i>
y_s_mnth-high = <i>last_day</i>
APPEND y_s_mnth.
hope this helps
ec
2007 Nov 07 3:02 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |