Call a Crystal report program

Hi there,anybody has a statement sample program to call a CRYSTAL REPORT program
[94 byte] By [RIMA33a] at [2007-11-26 20:57:36]
# 1

public class SearchGoogle {

public SearchGoogle {

System.out.println("I am a CRYSTAL REPORT program!");

}

}

On a somewhat serious note, I searched Google for about five seconds and found [url=http://www.must.de/en/default.html?../Jareport.htm]this[/url]. Helpful to you? Damned if I know. Try searching yourself.

Djaunla at 2007-7-10 2:26:59 > top of Java-index,Java Essentials,Java Programming...
# 2
Hey, Your answer is not funny, just I thiink you are a little boy?Sorry, just I thought this will be a serius Forum, but is not
RIMA33a at 2007-7-10 2:26:59 > top of Java-index,Java Essentials,Java Programming...
# 3

> Hey,

>

> Your answer is not funny, just I thiink you are a

> little boy?

Actually you're 100% accurate. I'm too young to dictate my thoughts clearly, so I tell my parents what I'm thinking and they write it.

>

> Sorry, just I thought this will be a serius Forum,

> but is not

This is a serious forum. Ask a decent question and you will receive a decent answer. Ask a completely open-ended question about something and show absolutely no initiative to solve the problem yourself, and you will get me telling you to search Google.

Which by the way is a valid suggestion. This is a Java forum, not a crystal report forum. Google is your friend. Do some research on your own, and come back here if you have a specific, java-related question.

By the way unlike most people I actually tried to help you out by posting a link to something (that I found in five seconds by doing a Google search) that looked useful. Did you look at it? The title of the article is "Interface to control Crystal Reports", and it explains how to do so using Java.

Message was edited by:

Djaunl

Djaunla at 2007-7-10 2:26:59 > top of Java-index,Java Essentials,Java Programming...