O.P. delaying the parsecommand function
hi i'm trying to build a addin that will allow a user to input fields of a seperate form and then send those fields as a message to another user. i've made a command and in its parsecommand function i have created a form with the fields. the problem is that i only want to populate the sResult object/variable after the user has inserted all the fields on the seperate form. therefore i need a way of delaying the completion of the parsecommand function until the user clicks on a button on the seperate form.
Overview of project
i am trying to creat a addin that will allow a user to send fields via MSN to a seperate user (or server with a dotNet passport) where the message can be decoded and its information can be submitted into fields of a table in a sequal server database automatically (making use of a receiveNotify function in an addin on the servers MSN).
the plan is also to make the client MSN to be able to configure the server MSN (using a different receiveNotify) and for the input forms on the clients to be dynamically created. this will allow anybody with the addin to be able to send data to any sequal server database that has MSN with its relevant plugin installed, provided they have access rights and they know the table and field names of the database.
ANY ideas or different ways of doing this will be much appreciated Thanx
|