We are developing a Extra net software application using vb6 & firebird as database and crystal reports 10 as reporting tool. we have a centralized server having a static ip address. All the client connect to this server using vb6 application for data access using any type of internet connection such as broadband, dialup, wifi etc and this works fine.
We want to having all the crystal reports file in the same centralized server because we do not want to distribute then to all the clients, but they must access the reports from vb6 application.

All the runtime files for accessing the CR will be installed in the client using the merge modules.

But we are not able to open the crystal reports file, using report.openreport() function.
This function is working for only local physical path.
Please someone help us.