You can launch VFP's own calculator with the ACTIVATE WINDOW CALCULATOR comand. The neat thing about VFP's calculator is it is a part of the program's MDI. When you minimize it, it remains at the bottom of your VFP program screen. Also, whatever you enter in the calculator stays there. Even if you close VFP (or a compiled program), when you start it up again and open the calculator, whatever you left there the last time is still there. You can do the same with ACTIVATE WINDOW CALENDAR to get a calendar with a scratch pad.