|
Posted by Erwin Moller on 12/19/05 11:32
RandyTh wrote:
> We are building the platform for document management system with PHP.
> Now, in order to attract more customers, we want to have the addins
> tool to access our system to automatically load these documents by a click
> from the toolbar in office applications. The question is which programming
> language i can use to achieve this feature.
Hi,
Well, if you want office-apps to fire some action, use VB. That is the
natural language for office.
Next question is how do you want to set it up?
If you want VB to just send some info to some server, do it.
Like:
http://www.yourphpsite.com/admin/dosomething.php?user=12&action=activatethisorthat
etc.
Just urlencode all relevant information into the url.
Maybe you should also send some username/passwordcombi.
Then get the url.
Maybe let the script return something like: 'succes' or 'failure' back to
the VB-function, so you can tell the officeuser that it did or did not
work.
But what was your question again?
Regards,
Erwin Moller
>
> Shinya
Navigation:
[Reply to this message]
|