Guy A. Buyle

Greenhorn
+ Follow
since Nov 07, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Guy A. Buyle

When I save first the generated PDF-document and open this document with the Acrobat Reader. Clicking on the hyperlink opens the link in a new Window. So this works but I can't save the PDF document because I don't known the PC-configuration of my clients. So if I can send a byte stream (my generated PDF doucment) to the Acrobat Reader it should solve the problem but I don't know if this is possible.

Runtime.getRuntime().exec(C:\\Program Files\\Adobe\\Acrobat 6.0\\Reader\\AcroRd32.exe pdfFileStream);

If someone knows the parameters how to do it it would be very helpfully.
Guy
I have a PDF-document generated with Apache FOP. The PDF document contains a hyperlink. When I open the PDF-document, after generation, in the browser and I click on the hyperlink in the PDF-document. The hyperlink will be opened in the same window as the PDF-document. So I am losing my generated PDF-document, and I need to regerate.
While I am looking in my generated XSL file, I find the following :

<fo:basic-link show-destination="new"><xsl:attribute name="external-destination"><xsl:value-of select="URL"/></xsl:attribute><xsl:value-of select="FR"/></fo:basic-link>


I think normally the link should be opened in a new window?
If someone has a sollution to solve this problem it would be very helpful.

Regards,
Guy
guy.buyle@gial.be
Hello,
Is there a printable version available of the Masterexam?
Or is it possible to get all the questions/answers from the included database and copy them to Excel to printout?
I would appreciate this, because I am trying to prepare me when I am going to work and I have not a mobile PC.
Thanks,
Guy
Hello,
You need first do the following :
Setting up your MSAccess driver (if you don't know how to):
>Control Panel
>Administrative tools
>Data Sources (ODBC)
>then push the <<Add>> button
>select Microsoft Access Driver (*.mdb) from the list, push the <<Finish>> button
>name the data source << ms_access >> without the <<>> obviously
>then in the Database section press the first button to the left (it's either called <<Find>> or <<Choose>>
>search your way to the folder where you unpacked (or created) your msaccess database file and you'll see it pop up in the window on the left of the folder window
>select it and it should then appear in the text field above called <<Database name>>
>click all the OK buttons until you're out of there.
What can cause a thread to stop executing ?
- The program exits via a call to System.exit(0)
- Another thread is given an hihger priority
- A call to the thread�s stop method.
Thanks for the advise, but I am currently busy with the preparation for the JSC1.4 exam and a lot of questions and answers are already posted in the JCP forum so I tried to read and understand the remarks.
If I have questions or problems which I do not understand I will not hesitate to posted my questions.
How can you become one of the 4 free copy's of the fabulous book ?
Hi,
I can't view the answers of the questions for chapter 6 Exam C.
Answer page not found.
The order of constructor calls for a complex object is as follows:
1. The storage allocated for the object is initialized to binary zero before anything else happens
2. The base-class constructor is called. This step is repeated recursively such that the root of the hierarchy is constructed first, followed by the next-derived class, etc., until the most-derived classis reached.
3. Member initializers are called in the order of declaration.
4. The body of the derived-class constructor is called.
I have tried to understand the way Object Reference convertion works. Do someone have a easy rule to remember when conversion is oke at compile time and when it is oke at run time.
You can find it on the following page
http://www.danchisholm.net/
Thanks all of you for the good advice.
I would like to start with the preparation for the "SUN CERTIFIED PROGRAMMER FOR THE JAVA 2 PLATFORM 1.4" certificate. But I like to know which of the proposed study guides covers also version 1.4