2007 Mar 21 9:23 PM
hallow
i use the logical data base pnpce and i wont to now if i can change the date
like the user can choose <b>just</b> today
regards
hallow
i use the logical data base pnpce and i wont to now if i can change the date
like the user can choose <b>just</b> today
regards
2007 Mar 21 9:31 PM
I dont think we have any screen with just TODAY.
you can search or create one through attributes->hr report category.
Or choose any and use following code in INITIALIZATION event.
loop at screen.
if screen-name = 'PNPBEGDA'.
screen-invisible = '1'.
endif.
modify screen.
endloop.
regards,
Amit
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |