Hi Chuck,
this tells you, what you can and can't do with VFP and PDAs, writing an app is a can't do:
What you can and can't do in FoxPro code
In VFP, you can perform these tasks:
Start an application on a Pocket PC
Enumerate files and folders on a Pocket PC
Transfer files between a desktop computer and Pocket PC
Create, modify, and delete files and folders on a Pocket PC
View and modify a Pocket PC System Registry
View and modify Pocket PC databases: Contacts, Tasks, Calendar, and others
Read Pocket PC configuration data
However, you can't build a FoxPro executable and start it on a Pocket PC. For developing mobile applications, you have to use programming tools specifically designed for this kind of development, such as Microsoft's eMbedded Visual C++ 4.0.
Bye, Olaf.