Re: getting a single record

2009-05-01 Thread Daniel Roseman
On May 1, 4:59 pm, deostroll wrote: > Hi, > > Suppose if I want to edit a contact in my contact book, I am able to > initiate the appropriate command because I know the primary key value. > How do you get the data pertaining to this key value in your python > code? Ultimate aim is to load a web f

getting a single record

2009-05-01 Thread deostroll
Hi, Suppose if I want to edit a contact in my contact book, I am able to initiate the appropriate command because I know the primary key value. How do you get the data pertaining to this key value in your python code? Ultimate aim is to load a web form, with appropriate data in the form... --deo