DELETE - Access example |
Post Reply |
Author | |
PeySoft
Newbie Joined: 07 August 2006 Location: South Africa Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 10 August 2006 at 1:57pm |
I've been looking at the Access Sample and found that you can simply create new events on the Calendar control, you can Move them, you can adjust the times by simple dragging, BUT when you press the DELETE key it does NOT delete the event. Must a program this manually using some kind of keydown event?
Regards
Pey
|
|
MS Access Expert
(or trying to be!) |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Actually Calendar control react for Del button press and deletes all selected events.
However Access environment intercept some key up/down events, and prevents the control from receiving the notification. A solution for you could be to press Ctrl+Del, which allows the Calendar to process event and delete a selected appointment. -- WBR, Serge |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |