From maxiaoguang10000 at hotmail.com Sat Jan 4 09:04:27 2014 From: maxiaoguang10000 at hotmail.com (Ma Xiaoguang) Date: Sat, 4 Jan 2014 17:04:27 +0800 Subject: How to use class URL? Message-ID: Hello everyone, Happy new year! Hope this is not a wrong place to post. If I am wrong, please point me to the proper place. Thanks. My JDK version is 1.6.0_35 . I wrote the following code: ---------------------------------- import java.net.*; public class URLTest { public static void main(String[] args) { try { URL url = new URL("www.yahoo.com"); String s = url.getHost(); System.out.println(s); } catch (Exception e) { System.out.println("Error Occur!"); } } } ------------------------------------------ and I compile and run the above code in the comand-line of Windows XP Professional like this: javac URLTest.java java URLTest the result is: Error Occur! How to use the URL class? Thanks in advance. Best regards, Ma Xiaoguang From maxiaoguang10000 at hotmail.com Sat Jan 4 09:16:25 2014 From: maxiaoguang10000 at hotmail.com (Ma Xiaoguang) Date: Sat, 4 Jan 2014 17:16:25 +0800 Subject: How to use class URL? References: Message-ID: Oh sorry, the code should be this: URL url = new URL("http://www.yahoo.com/"); and this time, the result is correct. It is my bad. Sorry. From benjamin.john.evans at gmail.com Sat Jan 4 10:24:32 2014 From: benjamin.john.evans at gmail.com (Ben Evans) Date: Sat, 4 Jan 2014 10:24:32 +0000 Subject: How to use class URL? In-Reply-To: References: Message-ID: Hi, This isn't a mailing list for the discussion of user problems. A good resource for these type of questions is the website Stack Overflow - http://stackoverflow.com/ - you may well find an answer to your question there. Thanks, Ben On Sat, Jan 4, 2014 at 9:16 AM, Ma Xiaoguang wrote: > Oh sorry, the code should be this: > > URL url = new URL("http://www.yahoo.com/"); > > and this time, the result is correct. > > It is my bad. Sorry. > > > > > From maxiaoguang10000 at hotmail.com Sun Jan 5 06:00:15 2014 From: maxiaoguang10000 at hotmail.com (Ma Xiaoguang) Date: Sun, 5 Jan 2014 14:00:15 +0800 Subject: How to use class URL? References: Message-ID: Hi Ben, > This isn't a mailing list for the discussion of user problems. > > A good resource for these type of questions is the website Stack > Overflow - > http://stackoverflow.com/ - you may well find an answer to your question > there. Many thinks for the hint that is what I want. Best regards, Xiaoguang From danilo.ansaloni at usi.ch Tue Jan 7 10:15:12 2014 From: danilo.ansaloni at usi.ch (danilo.ansaloni at usi.ch) Date: Tue, 7 Jan 2014 10:15:12 +0000 Subject: Modularity '14 - Call for Contributions Message-ID: *** MODULARITY '14 *** 13th International Conference on Modularity April 22-25, 2014 Lugano, Switzerland http://modularity.info/ In cooperation with: * ACM SIGSOFT * ACM SIGPLAN *** CALL FOR CONTRIBUTIONS *** * Demonstrations http://modularity14.inf.usi.ch/demonstrations Feb. 7, 2014 * ACM Student Research Competition http://modularity14.inf.usi.ch/src Feb. 2, 2014 * Posters http://modularity14.inf.usi.ch/posters Mar. 2, 2014 ======================================================================== *** DEMONSTRATIONS *** Demonstrations serve the dissemination of advances embodied in research?oriented tools and systems that use or support modularity and composition. Attendees learn about emerging technologies and have opportunities to interact with their developers. Presenters gain excellent opportunities to increase the visibility and impact of their work. Modularity'14 solicits high-quality proposals for its demonstration track. Demonstrations may present commercial, academic, or corporate research systems. Demonstrations will be selected on the basis of technical merit, novelty, relevance to the modularity and composition community, and feasibility of presentation. The presentation has to focus on technical content and is to be given by technical members of the team. To each demo will be allocated 30 minutes, with 10 minutes for the presentation, 15 minutes for the demonstration, and 5 minutes for questions and discussion. Every demonstration will be scheduled twice for presentation. Authors of regular papers are also welcome to submit accompanying demonstrations. TOPICS Topics of interest include (though are not limited to): * applications of the mechanisms to support modularity and composition the in the software development life?cycle * new technologies for software modularization and composition * linguistic mechanism to support modularity and composition * modularity in domain specific languages design, implementation and application * composable and reusable library of programming entities IMPORTANT DATES * Submission: February 7, 2014 * Notification: February 16, 2014 * Camera ready: February 24, 2014 SUBMISSION GUIDELINES For detailed submission guidelines please refer to http://modularity14.inf.usi.ch/demonstrations. ======================================================================== *** ACM STUDENT RESEARCH COMPETITION *** Modularity'14 is hosting an ACM Student Research Competition (SRC). The competition, sponsored by Microsoft Research, is an internationally-recognized venue that enables undergraduate and graduate students to experience the research world, share their research results with other students and Modularity'14 attendees, and compete for prizes. The ACM Student Research Competition shares the Poster session's goal to facilitate students' interaction with researchers and industry practitioners; providing both sides with the opportunity to learn of ongoing, current research. Additionally, the Student Research Competition affords students with experience with both formal presentations and evaluations. IMPORTANT DATES * Submission: February 2, 2014 * Notification: February 16, 2014 * Camera ready: February 24, 2014 SUBMISSION GUIDELINES For detailed submission guidelines please refer to http://modularity14.inf.usi.ch/src. ======================================================================== *** POSTERS *** The Poster Event is always one of the most exciting and well attended social events of the conference. It is a perfect opportunity for every researcher to present their work to conference attendees while mingling in a social setting. Do not miss out on this opportunity to take your research to the next level, clarify problem statements, vet solutions, identify evaluation methods or, if you are a student, just prepare for your dissertation. IMPORTANT DATES * Submission: March 2, 2014 * Notification: March 10, 2014 SUBMISSION GUIDELINES For detailed submission guidelines please refer to http://modularity14.inf.usi.ch/posters. From behrangsa at gmail.com Thu Jan 9 03:24:20 2014 From: behrangsa at gmail.com (Behrang Saeedzadeh) Date: Thu, 9 Jan 2014 14:24:20 +1100 Subject: Installing Java 8 on OS X Message-ID: Hi, IIRC, it had become impossible to have multiple versions of Java installed on OS X at the same time. Is this still the case? Or can I install Java 8 on my system while letting my current Java apps continue using Java 7? Best regards, Behrang Saeedzadeh From John.Coomes at oracle.com Fri Jan 24 17:07:26 2014 From: John.Coomes at oracle.com (John Coomes) Date: Fri, 24 Jan 2014 09:07:26 -0800 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <21218.40398.184423.352729@mykonos.us.oracle.com> Vote: yes -John From volker.simonis at gmail.com Fri Jan 24 17:10:27 2014 From: volker.simonis at gmail.com (Volker Simonis) Date: Fri, 24 Jan 2014 18:10:27 +0100 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: Vote: yes On Fri, Jan 24, 2014 at 5:18 PM, John Coomes wrote: > We hereby propose the creation of the Java Memory Model Update Project > with Doug Lea as the Lead and Hotspot as the sponsoring Group. The > corresponding submitted JEP 188 [1] contains more technical details. > This is slightly unusual as a Project in that it will not produce > software, so there is no suggested initial list of Authors. The > sponsoring Group is also somewhat arbitrary, but Hotspot seems most > directly impacted. The main participants include academics and > researchers expert in the formal specification of shared-memory > concurrency, along with hardware and software engineers. The tentative > participants are already making progress on identifying problems and > solutions in ad-hoc discussions, so would be grateful to have an > approved home base and mailing list to continue on. > > Doug Lea is an OpenJDK Governing Board member, is the author of > "Concurrent Programming in Java: Design Principles and Patterns" and > co-author of "Java Concurrency in Practice", has also authored a > number of classes in the java.util and java.util.concurrent packages, > and served as the the spec lead for JSR166 Concurrency Utilities, > among many other contributions to the JDK. > > Votes are due by 8:00 PM Mon, February 3, 2014 UTC (12:00 noon PST > Mon, February 3, 2014). [2] > > Only current OpenJDK Members [3] are eligible to vote on this > motion. Votes must be cast in the open on the discuss list. > Replying to this message is sufficient if your mail program > honors the Reply-To header. > > For Lazy Consensus voting instructions, see [4]. > > John Coomes and Doug Lea > > [1] http://openjdk.java.net/jeps/188 > [2] http://www.timeanddate.com/worldclock/fixedtime.html?msg=CFV%3A+New+Project%3A+Java+Memory+Model+Update&iso=20140203T20 > [3] http://openjdk.java.net/census#members > [4] http://openjdk.java.net/projects/#new-project-vote From mark.reinhold at oracle.com Fri Jan 24 17:26:03 2014 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Fri, 24 Jan 2014 09:26:03 -0800 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <20140124092603.873304@eggemoggin.niobe.net> Vote: yes - Mark From rasbold at google.com Fri Jan 24 17:27:04 2014 From: rasbold at google.com (Chuck Rasbold) Date: Fri, 24 Jan 2014 09:27:04 -0800 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: Vote: yes From aph at redhat.com Fri Jan 24 17:27:34 2014 From: aph at redhat.com (Andrew Haley) Date: Fri, 24 Jan 2014 17:27:34 +0000 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <52E2A286.2040309@redhat.com> On 01/24/2014 04:18 PM, John Coomes wrote: > We hereby propose the creation of the Java Memory Model Update Project > with Doug Lea as the Lead and Hotspot as the sponsoring Group. Vote: yes. From paul.sandoz at oracle.com Fri Jan 24 17:31:53 2014 From: paul.sandoz at oracle.com (Paul Sandoz) Date: Fri, 24 Jan 2014 18:31:53 +0100 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.40398.184423.352729@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> <21218.40398.184423.352729@mykonos.us.oracle.com> Message-ID: Vote: yes Paul. From chris.hegarty at oracle.com Fri Jan 24 17:33:57 2014 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Fri, 24 Jan 2014 17:33:57 +0000 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: Vote: yes. -Chris. From joe.darcy at oracle.com Fri Jan 24 18:13:33 2014 From: joe.darcy at oracle.com (Joseph Darcy) Date: Fri, 24 Jan 2014 10:13:33 -0800 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <52E2AD4D.8040900@oracle.com> Vote:yes -JOe On 1/24/2014 8:18 AM, John Coomes wrote: > We hereby propose the creation of the Java Memory Model Update Project > with Doug Lea as the Lead and Hotspot as the sponsoring Group. The > corresponding submitted JEP 188 [1] contains more technical details. > This is slightly unusual as a Project in that it will not produce > software, so there is no suggested initial list of Authors. The > sponsoring Group is also somewhat arbitrary, but Hotspot seems most > directly impacted. The main participants include academics and > researchers expert in the formal specification of shared-memory > concurrency, along with hardware and software engineers. The tentative > participants are already making progress on identifying problems and > solutions in ad-hoc discussions, so would be grateful to have an > approved home base and mailing list to continue on. > > Doug Lea is an OpenJDK Governing Board member, is the author of > "Concurrent Programming in Java: Design Principles and Patterns" and > co-author of "Java Concurrency in Practice", has also authored a > number of classes in the java.util and java.util.concurrent packages, > and served as the the spec lead for JSR166 Concurrency Utilities, > among many other contributions to the JDK. > > Votes are due by 8:00 PM Mon, February 3, 2014 UTC (12:00 noon PST > Mon, February 3, 2014). [2] > > Only current OpenJDK Members [3] are eligible to vote on this > motion. Votes must be cast in the open on the discuss list. > Replying to this message is sufficient if your mail program > honors the Reply-To header. > > For Lazy Consensus voting instructions, see [4]. > > John Coomes and Doug Lea > > [1] http://openjdk.java.net/jeps/188 > [2] http://www.timeanddate.com/worldclock/fixedtime.html?msg=CFV%3A+New+Project%3A+Java+Memory+Model+Update&iso=20140203T20 > [3] http://openjdk.java.net/census#members > [4] http://openjdk.java.net/projects/#new-project-vote From iris.clark at oracle.com Fri Jan 24 18:22:49 2014 From: iris.clark at oracle.com (Iris Clark) Date: Fri, 24 Jan 2014 10:22:49 -0800 (PST) Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <726087ae-bf42-4a57-8b79-63c7527d0c4e@default> Vote: yes iris From roger.riggs at oracle.com Fri Jan 24 18:48:53 2014 From: roger.riggs at oracle.com (roger riggs) Date: Fri, 24 Jan 2014 13:48:53 -0500 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <52E2B595.2000300@oracle.com> Vote: Yes On 1/24/2014 11:18 AM, John Coomes wrote: > We hereby propose the creation of the Java Memory Model Update Project > with Doug Lea as the Lead and Hotspot as the sponsoring Group. From john.r.rose at oracle.com Fri Jan 24 19:27:03 2014 From: john.r.rose at oracle.com (John Rose) Date: Fri, 24 Jan 2014 11:27:03 -0800 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: Vote: yes From laurent.daynes at oracle.com Fri Jan 24 19:46:58 2014 From: laurent.daynes at oracle.com (Laurent Daynes) Date: Fri, 24 Jan 2014 20:46:58 +0100 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <52E2C332.2040805@oracle.com> Vote: yes From Alan.Bateman at oracle.com Fri Jan 24 20:33:13 2014 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Fri, 24 Jan 2014 20:33:13 +0000 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <52E2CE09.3000504@oracle.com> Vote: yes From brian.goetz at oracle.com Sat Jan 25 18:28:22 2014 From: brian.goetz at oracle.com (Brian Goetz) Date: Sat, 25 Jan 2014 13:28:22 -0500 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <52E40246.6060707@oracle.com> Vote: Yes On 1/24/2014 11:18 AM, John Coomes wrote: > We hereby propose the creation of the Java Memory Model Update Project > with Doug Lea as the Lead and Hotspot as the sponsoring Group. The > corresponding submitted JEP 188 [1] contains more technical details. > This is slightly unusual as a Project in that it will not produce > software, so there is no suggested initial list of Authors. The > sponsoring Group is also somewhat arbitrary, but Hotspot seems most > directly impacted. The main participants include academics and > researchers expert in the formal specification of shared-memory > concurrency, along with hardware and software engineers. The tentative > participants are already making progress on identifying problems and > solutions in ad-hoc discussions, so would be grateful to have an > approved home base and mailing list to continue on. > > Doug Lea is an OpenJDK Governing Board member, is the author of > "Concurrent Programming in Java: Design Principles and Patterns" and > co-author of "Java Concurrency in Practice", has also authored a > number of classes in the java.util and java.util.concurrent packages, > and served as the the spec lead for JSR166 Concurrency Utilities, > among many other contributions to the JDK. > > Votes are due by 8:00 PM Mon, February 3, 2014 UTC (12:00 noon PST > Mon, February 3, 2014). [2] > > Only current OpenJDK Members [3] are eligible to vote on this > motion. Votes must be cast in the open on the discuss list. > Replying to this message is sufficient if your mail program > honors the Reply-To header. > > For Lazy Consensus voting instructions, see [4]. > > John Coomes and Doug Lea > > [1] http://openjdk.java.net/jeps/188 > [2] http://www.timeanddate.com/worldclock/fixedtime.html?msg=CFV%3A+New+Project%3A+Java+Memory+Model+Update&iso=20140203T20 > [3] http://openjdk.java.net/census#members > [4] http://openjdk.java.net/projects/#new-project-vote > From david.holmes at oracle.com Tue Jan 28 02:20:32 2014 From: david.holmes at oracle.com (David Holmes) Date: Tue, 28 Jan 2014 12:20:32 +1000 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: <52E713F0.3040203@oracle.com> Vote: yes David On 25/01/2014 2:18 AM, John Coomes wrote: > We hereby propose the creation of the Java Memory Model Update Project > with Doug Lea as the Lead and Hotspot as the sponsoring Group. The > corresponding submitted JEP 188 [1] contains more technical details. > This is slightly unusual as a Project in that it will not produce > software, so there is no suggested initial list of Authors. The > sponsoring Group is also somewhat arbitrary, but Hotspot seems most > directly impacted. The main participants include academics and > researchers expert in the formal specification of shared-memory > concurrency, along with hardware and software engineers. The tentative > participants are already making progress on identifying problems and > solutions in ad-hoc discussions, so would be grateful to have an > approved home base and mailing list to continue on. > > Doug Lea is an OpenJDK Governing Board member, is the author of > "Concurrent Programming in Java: Design Principles and Patterns" and > co-author of "Java Concurrency in Practice", has also authored a > number of classes in the java.util and java.util.concurrent packages, > and served as the the spec lead for JSR166 Concurrency Utilities, > among many other contributions to the JDK. > > Votes are due by 8:00 PM Mon, February 3, 2014 UTC (12:00 noon PST > Mon, February 3, 2014). [2] > > Only current OpenJDK Members [3] are eligible to vote on this > motion. Votes must be cast in the open on the discuss list. > Replying to this message is sufficient if your mail program > honors the Reply-To header. > > For Lazy Consensus voting instructions, see [4]. > > John Coomes and Doug Lea > > [1] http://openjdk.java.net/jeps/188 > [2] http://www.timeanddate.com/worldclock/fixedtime.html?msg=CFV%3A+New+Project%3A+Java+Memory+Model+Update&iso=20140203T20 > [3] http://openjdk.java.net/census#members > [4] http://openjdk.java.net/projects/#new-project-vote > From neugens.limasoftware at gmail.com Tue Jan 28 11:44:01 2014 From: neugens.limasoftware at gmail.com (Mario Torre) Date: Tue, 28 Jan 2014 12:44:01 +0100 Subject: CFV: New Project: Java Memory Model Update In-Reply-To: <21218.37478.627541.995865@mykonos.us.oracle.com> References: <21218.37478.627541.995865@mykonos.us.oracle.com> Message-ID: Vote: Yes, Cheers, Mario 2014-01-24 John Coomes : > We hereby propose the creation of the Java Memory Model Update Project > with Doug Lea as the Lead and Hotspot as the sponsoring Group. The > corresponding submitted JEP 188 [1] contains more technical details. > This is slightly unusual as a Project in that it will not produce > software, so there is no suggested initial list of Authors. The > sponsoring Group is also somewhat arbitrary, but Hotspot seems most > directly impacted. The main participants include academics and > researchers expert in the formal specification of shared-memory > concurrency, along with hardware and software engineers. The tentative > participants are already making progress on identifying problems and > solutions in ad-hoc discussions, so would be grateful to have an > approved home base and mailing list to continue on. > > Doug Lea is an OpenJDK Governing Board member, is the author of > "Concurrent Programming in Java: Design Principles and Patterns" and > co-author of "Java Concurrency in Practice", has also authored a > number of classes in the java.util and java.util.concurrent packages, > and served as the the spec lead for JSR166 Concurrency Utilities, > among many other contributions to the JDK. > > Votes are due by 8:00 PM Mon, February 3, 2014 UTC (12:00 noon PST > Mon, February 3, 2014). [2] > > Only current OpenJDK Members [3] are eligible to vote on this > motion. Votes must be cast in the open on the discuss list. > Replying to this message is sufficient if your mail program > honors the Reply-To header. > > For Lazy Consensus voting instructions, see [4]. > > John Coomes and Doug Lea > > [1] http://openjdk.java.net/jeps/188 > [2] http://www.timeanddate.com/worldclock/fixedtime.html?msg=CFV%3A+New+Project%3A+Java+Memory+Model+Update&iso=20140203T20 > [3] http://openjdk.java.net/census#members > [4] http://openjdk.java.net/projects/#new-project-vote -- pgp key: http://subkeys.pgp.net/ PGP Key ID: 80F240CF Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF IcedRobot: www.icedrobot.org Proud GNU Classpath developer: http://www.classpath.org/ Read About us at: http://planet.classpath.org OpenJDK: http://openjdk.java.net/projects/caciocavallo/ Please, support open standards: http://endsoftpatents.org/ From franz.van.betteraey at googlemail.com Tue Jan 28 20:11:16 2014 From: franz.van.betteraey at googlemail.com (Franz van Betteraey) Date: Tue, 28 Jan 2014 21:11:16 +0100 Subject: Java Code Conventions Update In-Reply-To: <51ED8585.2060202@googlemail.com> References: <51ED8585.2060202@googlemail.com> Message-ID: <52E80EE4.2020506@googlemail.com> Hi, It seems as if Google made a reasonable attempt to define some up-to-date Java Code Conventions: http://google-styleguide.googlecode.com/svn/trunk/javaguide.html Regards Franz Am 22.07.2013 21:18, schrieb Franz van Betteraey: > Hi there, > > I find it very helpful that Java Code Conventions exist for a long > time now. They really "improve the readability of the software, > allowing engineers to understand new code more quickly and thoroughly" > (from the Code Conventions web page). > > But while the Java language evolves the code conventions remain the > same. Since the Java Code Conventions were last updated in 1999 > several new Java language features were introduced including lambdas > in the upcoming version of Java 8. > > Would it not be nice to update the Code Conventions so that we do not > need to follow rules from the last century in Java 8 (which are not > bad but probably missing relevant parts)? > > I wonder if (or where) someone could make an "official" request for > this. Dalibor Topic suggested to bring this up on this discussion list > (https://twitter.com/robilad/status/338350845315928064) - so that's > what I do now. > > Thanks for any support on this. > > Kind regards > Franz