Search 5,000,000+ questions and answers.

Frequently Asked Questions

How can i use i-net Crystal-Clear with other code pages / Using russian encoding?

FAQ for i-net Crystal-Clear
To use i-net Crystal-Clear with other code pages (e.g. russian code page), you need to use the version 1.13 (or higher) of i-net Crystal-Clear. You can set the codepage as follows:
Related Questions

Which version of Crystal Reports can i use with i-net Crystal-Clear?

FAQ for i-net Crystal-Clear
The current version of i-net Crystal-Clear supports report definitions of Crystal Reports 6, 7, 8, 8.5, 9, 10 and 11. There are two possibilities, you can either set the data from within the checkProperties(Engine engine, ...) call-back or you can write your own database class to provide the data. create a class from a file Foo.java (see the sample (DataWithoutJDBC.java in the jdbc folder of the documentation zip file) and compile that with javac -classpath . DataWithoutJdbc.
Related Questions

Can Opera browse compressed pages using gZip encoding?

Opera 5 for Symbian: Browser functionality
No, unfortunately Opera 5 for Symbian does not inherit this functionality from the desktop versions. It can only interpret and display pages sent as normal, uncompressed ASCII text. Similarly, Opera 5 only includes support for standard markup languages and protocols such as HTTP, HTML, WML, etc.
Related Questions

How can i use Crystal Reports 9 / 10 rpt files with i-net Crystal-Clear?

FAQ for i-net Crystal-Clear
I-net Crystal-Clear supports report templates designed with the Crystal Reports Designer version 9 / 10. For more information please refer to the document "Reading reports designed with Crystal Reports 9 / 10" in the i-net Crystal-Clear documentation.
Related Questions

How can i use the Euro symbol in my reports with i-net Crystal-Clear?

FAQ for i-net Crystal-Clear
You need to start i-net Crystal-Clear with a Java 2 compatible JavaVM (e.g. JDK 1.3.x) and you need to set the user.region property with the -D option, e.g.: If you use the JDK 1.4.x after January 1, 2002 then the default currency symbol for e.g. the German locale is Euro. You can use parameter fields (prompts) to send values from your Java application to formula(s) in the report. design time in the CR Designer you add one or more parameter fields to the report (Field Explorer).
Related Questions

What kind of datasources can we use with i-net Crystal-Clear?

FAQ for i-net Crystal-Clear
databases to that i-net Crystal-Clear can create a database connection with ODBC drivers (JDBC-ODBC bridge) databases to that you can create a database connection in your application (You can set the connection for the report with the API) your own datasource (You can set the report data with external ResultSet or object array (see API and samples in "sample/jdbc").
Related Questions

Which fonts are supported by i-net Crystal-Clear?

FAQ for i-net Crystal-Clear
The report engine i-net Crystal-Clear and the Java client are written entirely in the Java programming language. Therefore they can only use the fonts that the Java VM provides. The JDK 1.1.x compatible Java VMs only provide the following fonts: Arial, TimesNewRoman, SansSerif and Courier. All the other fonts will be mapped to these 4 fonts. Barcode fonts that have the string "code" in it's name are mapped to the font "BarCode1". If you use the Java Client with a JDK 1.1.
Related Questions

Can I download programs (or source code, etc.) from these pages to use on my computer?

NASA - JPL Solar System Simulator
Not yet... but I am working on making the softare public domain, and building a Mac OS X version which may be out in March 2005. The Simulator is not 100% bug free (especially when viewing Saturn very zoomed in or in certain geometries). Try again from a slightly different viewpoint or field of view. There is a bug list that gets worked on every couple of months.
Related Questions

How can I enable/disable the logging of i-net Crystal-Clear?

FAQ for i-net Crystal-Clear
If you like to enable the logging of i-net Crystal-Clear then you need to set the value of the property log.engine to true (log.engine=true). If you use i-net Crystal-Clear as servlet or in an Application Server then you need to specify a log file to get the logging output. You can specify this log file in the property log.file, e.g.: log.file=C:/CrystalClear_Log.txt. Since i-net Crystal-Clear version 4.2 you can set different log levels (e.g. log.
Related Questions

How can I run i-net Crystal-Clear 4.x or 5.x in an old servlet engine?

FAQ for i-net Crystal-Clear
The ReportServletVersion1 is not supported in i-net Crystal-Clear version 6.0 and above because it requires at least Servlet Spec. 2.2. If you have to use an old servlet engine which does not implement servlet spec 2.2, then you could use i-net Crystal-Clear 5.4.x and the com.inet.report.ReportServletVersion1 instead of the ReportServlet. Create a normal (generic) crystalclear.war file by using the i-net Crystal-Clear setup tool (since i-net Crystal-Clear version 3.2).
Related Questions

How do I install / start i-net Crystal-Clear as a service?

FAQ for i-net Crystal-Clear
On Windows XP / NT / 2000 / 2003 Server you can use the setup tool to install i-net Crystal-Clear as Windows service. Please note: If the service runs under the System account then it can not access the network, e.g. network printers or network drives. If you need to increase the memory heap of the JVM executing the service (e.g. for large reports) or you need to set other JVM command line parameters then you can do this with the ccservice.exe (since version 1.0.4.0).
Related Questions

How do I run i-net Crystal-Clear setup on remote Unix/Linux?

FAQ for i-net Crystal-Clear
If you have a system without a graphical interface you cannot run the setup on this system directly. A solution is to use a system with a working X server to run the setup remotely. The X server has to be running on the local system and the ssh server has to be running on the remote system. Then you can connect to the remote system using "ssh -X <user>@<remote system>". This will export the display to the system you're connecting from.
Related Questions

I-net Crystal-Clear does not discard null values, how do I suppress them?

FAQ for i-net Crystal-Clear
Yes, at runtime you can pass the values for the report parameters like parameter fields (prompts), selection formula (sf), stored procedure parameter (sproc) and ... to the report engine. in the report url on the client, like: ...&prompt0=1&prompt1=USA... or ...&sf=columnID=25... in the servlet or Java application on the serverside. See the sample files "MyListener_withMyReportProperties.
Related Questions

What can I do if the paper size of a page printed with i-net Crystal-Clear is not correct?

FAQ for i-net Crystal-Clear
If the paper size of a page printed with i-net Crystal-Clear is not the paper size that you have selected at design time in the Crystal Reports Designer then please note the following: If the checkbox "No Printer" is selected in the "Printer Setup" dialog of the Crystal Reports Designer then the default values for the paper size and paper orientation will be used. This default values are saved in the file crystalclear.properties.
Related Questions

How do I sort columns in the excel sheet that i-net Crystal-Clear has generated?

FAQ for i-net Crystal-Clear
If you receive the error: "This operation requires the merged cells to be identically sized.", then you must split the cells first.
Related Questions

How can I enable/disable the logging of the i-net Crystal-Clear Java Viewer?

FAQ for i-net Crystal-Clear
The logging of the i-net Crystal-Clear Java viewer is enabled by default. You can see the logging output in the Java console of the Java VM running the Java viewer. If you use the Java viewer in the Internet Explorer with the Microsoft Java VM then you can see the logging output in the Java console of the Internet Explorer.
Related Questions

How do I correctly send HTTP get requests to i-net Crystal-Clear?

FAQ for i-net Crystal-Clear
If you send URL requests to i-net Crystal-Clear, then these requests must conform to the URL specification (http://www.w3.org/Addressing/rfc1738.txt). http://localhost:8000/CrystalClear/ReportServlet?report=file:/tmp/test.rpt&sf={table.field}=value A most common error is that the parameters of a URL getline are not properly URL encoded. For example the example #2 above should be written as: http://localhost:8000/CrystalClear/ReportServlet?report=file:/tmp/test.rpt&sf={table.
Related Questions

How do I deploy i-net Crystal-Clear into a servlet engine running Unix?

FAQ for i-net Crystal-Clear
You can ignore these FAQ if you use i-net Crystal-Clear with JDK 1.4.x (or higher) and start the java virtual machine with the option -Djava.awt.headless=true. Please also read the FAQ: Support for Headless AWT (JDK 1.4) and IBM's RAWT. However, if you want to use the i-net Crystal-Clear report viewer bean to print on the server-side then the following discussion matters because server-side AWT is incomplete and cannot handle printing.
Related Questions

Can you use Crystal Clear in vases that aren't clear?

Floralife :: Frequently Asked Questions
Yes. Crystal Clear will yield a clear solution in any type of vase, but is not recommended for metal containers.
Related Questions

How do I use code pages?

CC5X Frequently Asked Questions
CC5X requires that you define which code page the functions should be located on. This is either done by a page type modifier or by #pragma codepage or #pragma location statements. CC5X will update the page bits automatically when a function is called (unless this updating is switched off).
Related Questions

Can I use the same JavaScript code in all of my pages?

BidRev.com - make money form You website, forum or blog.
The same code will work to serve ads for any of your pages. This is only recommended, however, if all of these pages share the same default category and the same look and feel. Generating a new JavaScript ad code is very intuitive and extremely fast ? Just choose your required parameters ? And it is ready instantly.
Related Questions

What character encoding does the generated code use?

Tree/FAQ - Code Synthesis Wiki
XSD has built-in support for two character types: char and wchar_t. You can select the character type with the --char-type command line option. The default character type is char. The character encoding depends on the character type used. For the char character type the encoding is UTF-8. In XSD prior to version 2.3.1, the so-called "local code page" encoding was used via the Xerces-C++ XMLString::transcode functions. On some platforms (e.g.
Related Questions

How can one ensure crystal clear cubes?

Water Coolers India, Commercial Refrigeration & Milk Coolers...
Good quality water is essential. The freezing cycle should be set properly by a trained engineer from Blue Star. Uninterrupted supply of electricity is essential.
Related Questions

How do I keep my pond crystal clear?

Lawn ponds, patio ponds, goldfish ponds, waterfalls, plantai...
Using MacCourt's Natural Pond Treatment products will certainly improve the water quality and bring more clarity to your pond or water feature. However, since it is a natural product, it will encourage a natural, balanced ecosystem, which isn't always crystal clear. Remember, your pond isn't a swimming pool so don't "treat" it like one!
Related Questions

When I enter my member number and Net Code and click the Login button, the boxes clear. Why is this?

Austral Credit Union - Netlink Registration Instructions
There are some accounts you cannot Transfer Funds to or from, or Make a Payment from. These are not shown in the drop-down lists and include: Accounts that require two or more signatures for over the counter transactions. Note: Please contact us for further details about our policy on allowing access to these types of accounts via the Internet Banking service. The Conditions of Use menu in your Internet Banking service also provides further information.
Related Questions

What about using private-use characters for encoding Tamil clusters?

FAQ - Tamil Language and Script
This is a fine solution for internal processing, if an alternate representation is useful for the particular process. For example, a text-to-speech program might use a private-use encoding for English, whereby letters were separated according to pronunciations -- the 'o' in 'love', 'rove', and 'move' all getting different private-use characters. However, such implementations have limited usage.
Related Questions

Who is Crystal Net Auction ?

Crystal Net Auction
Crystal Net Auction is a Japanese INTERNET AUCTION for used cars. Using the internet and today's technologies, this Auction is conducted in Real Time. Hundreds of vehicles are lined up each week to give our customers the opportunity to have direct access to the Japanese market used car market. This Auction is supported by Crystal Group Co., Ltd., which is one of the largest exporters of Japanese used vehicles from Japan . Established in Japan in 1998, Crystal Group Co., Ltd.
Related Questions

We have an Intranet using HTML pages. Why do I need Guide+.Net?

Facts About Guide+ from Cornus Corporation - FAQ
While HTML pages have their place, they don't offer the sophistication or the robust user-empowering features of the Guide+.Net screens, SmartCharts, Date Navigation, etc. Additionally, Guide+.Net applications do not require the extensive work by highly trained and often scarce personnel that is needed to create and continually maintain Web page dependent solutions. Guide+.Net will complement your Intranet if you already have one. Guide+.
Related Questions

What code do I use for my website pages?

Revenue FAQ - Frequently Asked Questions - FAQ Wysardry
although you do are no longer required to insert it due to the automatic addition of advertisements when each page is viewed. In addition to placing the <!--#spaceportsbanner--> code in one frame, you must put <!--#framecode--> in all your other frames. If used, the ordinary banner must be displayed in at least one frame of each frameset in a position that allows it to be completely visible on a 640 by 480 screen without needing to scroll.
Related Questions

How do I use XP Themes with Windows Forms using the .NET FrameWork 1.0?

Forms - Windows Forms FAQs
Follow these steps to introduce Windows XP visual styles into your Windows application. 1. Create a new Windows Application and add some controls to the default form. 2. For every control you place on the form that has a FlatStyle property, set the property...
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact