R
Roy Chastain
I am writing an application that will interface with the POOM via the
InTheHand's code. I think that at times the user will want to create
a new contact from my application.
My first idea was to simply take the first and last name from the
user, create a FIle As and save the contact and then use the display
method to allow the user to finish the rest of the fields (after all
why do I need all that user interface repeated).
Well that plan almost works, the contact comes up, but not in EDIT
mode.
This lead me to my 2 nd idea which was to somehow send a message to
the EDIT button on the contact form after displaying the contact, but
I don't have any real idea if it is doable or how to go about it.
Suggestions as to how to send the message to the EDIT button or other
alternatives for the complete process would me most appreciated.
Thanks
InTheHand's code. I think that at times the user will want to create
a new contact from my application.
My first idea was to simply take the first and last name from the
user, create a FIle As and save the contact and then use the display
method to allow the user to finish the rest of the fields (after all
why do I need all that user interface repeated).
Well that plan almost works, the contact comes up, but not in EDIT
mode.
This lead me to my 2 nd idea which was to somehow send a message to
the EDIT button on the contact form after displaying the contact, but
I don't have any real idea if it is doable or how to go about it.
Suggestions as to how to send the message to the EDIT button or other
alternatives for the complete process would me most appreciated.
Thanks