[dev] Trying to read a form in Java

2008-06-09 Thread Agnisys
Hello all, I'm trying to read a Writer (OO 2.4) form in Java (IDE: Netbeans 6.1, java 1.6u6) on Windows 2003. I have two buttons in the form but the PropertySet always gives me information for the first one that was added when the form was created! Here is the relevant code snippet ... :

Re: [dev] Trying to read a form in Java

2008-06-09 Thread Sascha Jensen
Hi, just guessing: You use the wrong variable to extract the ControlProperties. Your for-loop defines a virable j, but you are using i. Agnisys schrieb: Hello all, I'm trying to read a Writer (OO 2.4) form in Java (IDE: Netbeans 6.1, java 1.6u6) on Windows 2003. I have two buttons in the

Re: [dev] Trying to read a form in Java

2008-06-09 Thread Agnisys
Thanks Sascha. That was it. :clap: Cheers, Anupam. Sascha Jensen wrote: Hi, just guessing: You use the wrong variable to extract the ControlProperties. Your for-loop defines a virable j, but you are using i. Agnisys schrieb: Hello all, I'm trying to read a Writer (OO 2.4) form in