473,387 Members | 1,481 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Accessing platform developped by PHP with VB

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.

Shinya
Dec 19 '05 #1
3 1159
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/dos...vatethisorthat

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


Dec 19 '05 #2
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.


So, you want to send the content to the server and have the
processed content returned back to the client? If so, you can possibly
create macros to do that. Google for macros and how to send content and
get processed; IIRC, you may need to fiddle with XMLHTTP activex
object.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Dec 20 '05 #3
On 2005-12-20, R. Rajesh Jeba Anbiah <ng**********@rediffmail.com> wrote:

So, you want to send the content to the server and have the
processed content returned back to the client? If so, you can possibly
create macros to do that. Google for macros and how to send content and
get processed; IIRC, you may need to fiddle with XMLHTTP activex
object.


Agreed. Have the office application gather the information (such as in
Excel or something), and then from there, have the application send the
request as an XML POST to the application. You will need to create
probably an application module to handle that, but that shouldn't be a
big deal. Then have it return an XML response. There is some samples
for just that sort of thing on the Internet. The last time I ran across
a need for it, it was using Microsoft Office and ASP, but you can just
as easily parse and generate the needed XML stuffs using PHP on the back
end.

Google is your friend. :)

Regards,
Mike

Dec 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Fazer | last post by:
Hello, I have a MP3 and I want to access the songs in them. I was wondering if Python could help me do that. I understand that this can be done using Linux by mountig it as a file system, but...
1
by: Julia Bell | last post by:
I would like to run the same script on two different platforms. The directory in which the script(s) will be stored is common to the two platforms. (I see the same directory contents regardless...
2
by: Keith E. | last post by:
I have implemented a Web Service on an IIS 5.0 platform using the ASP listener I can access the Web Service just fine from a VB 6 App and classic ASP using the SOAP 3.0 toolkit and its...
2
by: jcpmont | last post by:
Hi everyone, I am working on a java program (running on a PC) that will talk through TCP/IP to some embedded devices running VXworks. I need to send and receive messages from the devices,...
4
by: Vasanth | last post by:
Hi: I am using Sun JdbcOdbcDriver to access MS-Access from Java client on Windows platform. We are in the process of migrating from Win to Solaris and AIX platform. MS-Access will continue to...
0
by: Nijazi Halimaji | last post by:
Hi Newsgroup I have written a .NET Component, made the check on "register for COM interop" in Build options, create a strong name and registered the assembly in the GAC. Accessing this...
38
by: djhulme | last post by:
Hi, I'm using GCC. Please could you tell me, what is the maximum number of array elements that I can create in C, i.e. char* anArray = (char*) calloc( ??MAX?? , sizeof(char) ) ; I've...
89
by: Cuthbert | last post by:
After compiling the source code with gcc v.4.1.1, I got a warning message: "/tmp/ccixzSIL.o: In function 'main';ex.c: (.text+0x9a): warning: the 'gets' function is dangerous and should not be...
0
by: wizkid | last post by:
hi everyone.. Im having trouble in accessing an api from c++ dll using c# platform.. I would like to retreive data from this api... I think im lost pls help me... //this is the api created from...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.