I have a J2EE app running already, but now I need to download a HTML page from the server side. I know the XMLHTTP object can download a page, but it runs on the client side...which is no good for me. Is there a way in JAVA (servlet) I can access a HTML file and store it in a variable...
Hi - I have an FTP site on our intranet, how can I get people to access it externally without changing the permissions on our intranet server?
thanks,
Sakheb
The report needs to be converted when a VB program is executed, which will take this crystal report and then convert it into a word document/PDF. Everything is done on the back-end. So I would need some sample VB code.
here's what I have so far:
Dim CrAppl As craxdrt.Application
Dim...
The report needs to be converted when a VB program is executed, which will take this crystal report and then convert it into a word document/PDF. Everything is done on the back-end. So I would need some sample VB code.
here's what I have so far:
Dim CrAppl As craxdrt.Application
Dim...
I have a crystal document (cyrstal 8.5) that I need to export to other formats. I need sample code that will export a crystal report to Microsoft Word/Excel or even PDF formats.
Any code is appreciated.
thanks,
Sak
I have a crystal report (8.5) I need to be exported to other formats. I just need some sample code in VB6 that will export a crystal document to Microsoft Word, Excel or even PDF format.
Any code will help.
thanks,
Sak
I have a crystal report designed in version 8.5. However, my co-worker needs to open it. She only has version 5 of crystal reports. I managed to convert from 8.5 down to ver. 7. Is there any way I can get this report converted to version 5??? Or can I do something to it so she can open it in...
Can somebody please help me with some VB code. I need to open up a crystal report and export it in PDF format. Does anybody have any code for that?
this is what I have so far:
Dim CRApp As New CRAXDDRT.Application
Dim CRRpt As New CRAXDDRT.Report
CRApp.OpenReport...
ya, I think the default is set to portrait. I tried changing the orientation of the printer by this code:
for each x in printers
if (x.devicename = "\\serve1602\printer1") then
x.orientation = vbprorLandscape
end if
next x
but, turns out, the x.orientation is just a read only...
when I print from a crystal object in VB6 everything works fine. All the portrait oriented reports get printed as portrait. All the landscape oriented reports get printed as landscape. But, when i change the printer properties in the crystal object (PrinterPort, PrinterDriver, PrinterName)...
I have a VB program which generates the Crystal reports and prints them off. The reports are printed to a default printer. I need to know how they can be printed to some other specific printer. Like, what is the code that I should put in my VB program to send some printing jobs to a non-default...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.