FILE: kbdcaldg.zip FILE SIZE: 5215e bytes FILE DATE: 10-09-98 16:12 UPLOADED BY: Me... JohnLongarrow@pop3.com AUTHOR: Me... TYPE: freeware VERSION: V1 DESCRIPTION: Three Pop up calendars, a debug proc, and a mousable keyboard COMMENTS: The first to procs, PopDateC and PopDateH, work the same. They demonstrate the difference in speed and coding between using create/destroy and Hide/unhide. The second one (PopdateH) works best. The third proc is PopDateG. This fills in a group with two dates. The earlier date is first, and the later is second. This demonstrates the use of GROUPS when returning multiple values. It also is pretty handy when you need to prompt a user for two dates for ranged date selection. I use it for a report and have had good responses. I've posted the debug function before (CalnBug.zip), but I'm including it here because its in the same .clw file that I've been using for tests. Its handy, and I Like it. KeyBrd is a mousable keyboard. It currently only accepts mouse input, but is rather nice when you need it. In the future I'm going to try and code it for keystrokes, but its intended for when you DON'T want to/CAN'T use the keyboard. PROTOTYPE: PopDateC(),LONG PopDateH(),LONG PopDateG(),STRING !Returns a group over two LONGs. Debug( BYTE, STRING ) KeyBrd(),STRING