[Thread Prev][Thread Next][Thread Index]

Re: PI-Address default address book



Eric Pack wrote:
> 
> Sometime ago someone sent me a neat way to change the program to automatically
> pick up the latest backup of my address book.
> 
> I have filed it so it wouldn't get lost and well...
> 
> Would you please resend it.
> 
> Thanks,
> Eric
> 

You can do one of two things:

	(1) Write a script to call pia with the current AddressDB.pdb

	(2) Create a CDE button that does it for you.

In either case you must backup your AddressDB using pilotmgr at each HotSync.

Both are attached.

AddressManager is the wrapper script for pia, it simply calls pia with the
path to your AddressDB.pdb

AddressManager.dt is the CDE front panel definition I use to put an Icon into my
front
panel for pia.


Hope this helps!

-Devin


--
Devin Richards, Lucent Technologies       Field Access Solutions
mailto:devin@xxxxxxxxxxxxxxxxxxxx
#!/bin/ksh

exec pia $HOME/.pilotmgr/Backup/LatestArchive/AddressDB.pdb

ACTION AddressManager
{
     LABEL         AddressManager
     TYPE          COMMAND
     EXEC_STRING   pia $HOME/.pilotmgr/Backup/LatestArchive/AddressDB.pdb
     ICON          IcMcomp
     WINDOW_TYPE   NO_STDIO
     DESCRIPTION   AddressManager for PalmPilot
}



SourceForge.net Logo