JList using Data model created via routine Programming Software Development by cisumma ….contains("payroll")) { // MasterForm.controlPanel.setVisible(false); PayrollInstructorRegisterForm.txtFieldArray[PayrollInstructorRegisterForm.… booking_totals CLASS public class ConnectBookingTotalsDAO extends MasterForm implements BookingTotalsDAO { {: --> … Prepared statement searching tables Programming Software Development by ceyesuma …: <--statement [code] CLASS public class ConnectBookingDAO extends MasterForm implements BookingDAO {: --> in public boolean bUniquePaymentNumber((1)…, PRIMARY KEY (pymt_num) ) CLASS public class ConnectBookingDAO extends MasterForm implements BookingDAO {: --> in public boolean bUniquePaymentNumber((1) … Re: Can u help me with hangman code in vb.net please :( Programming Software Development by SWET Student …Me.objOpenFileDialog1.FileName = "newWords.txt" ' 'MasterForm ' Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)…Me.txtNewWord) Me.Name = "MasterForm" Me.Text = "MasterForm" Me.ResumeLayout(False) End Sub… Can u help me with hangman code in vb.net please :( Programming Software Development by SWET Student … Class Form1 Inherits System.Windows.Forms.Form Dim mst As MasterForm = New MasterForm Dim hmp As hangManPic = New hangManPic Dim objColl As… help me with hangman. code wrong. Programming Software Development by blahbleh ….Windows.Forms.Form [B][U][COLOR=Red]Dim mst As MasterForm = New MasterForm[/COLOR][/U][/B] Dim objColl As StringCollection Dim objColl2… IE8 to IE7 Emulation Programming Web Development by cavpollo … seem to find anything that solves it. I got a masterform with the following code: [CODE]<%@ Master Language="C…" /> ... ... ... [/CODE] and all the pages who use the masterform are supposed to be displayed in IE7-mode, but for… Apache Derby Prepared Statement not working Programming Software Development by ceyezumma …DATE value: TIME value: TIME CLASS public class MasterRegisterTab extends MasterForm implements ActionListener, java.io.Serializable {: : true PAYEE_AVAILABLE :…empty table: [code] CLASS public class ConnectPayeeAvailableDAO extends MasterForm implements PayeeAvailableDAO {: --> in public ResultSet displayPayeeAvailable(… SQL subQuery Programming Databases by cisumma …MusicSystems.MusicSystemsJDesktopManager; import view.master.masterForms.MasterForm; import view.utils.CachingResultSetTableModel; import … @author Steves */ public class DisplayInstructorAvailableNowJTable extends MasterForm { public DisplayInstructorAvailableNowJTable(String aTableName, String aInstructor… Re: JList using Data model created via routine Programming Software Development by NormR1 Your 2800+ line post is unreadable. Please break it up into sections according to its type. Don't put all of the post in as program code. Where is the JListDataListener class defined? Re: help me with hangman. code wrong. Programming Software Development by plazmo try debugging with breakpoints and stepping thru the whole program. a "System.StackOverflowException" error is trying to set a value in an array higher then its length Re: help me with hangman. code wrong. Programming Software Development by f1 fan [code]Do line = objRe.ReadLine() If Not line = "" Then objColl.Add(line) End If 'txtWord.Text = txtWord.Text & line & ControlChars.NewLine Loop Until line Is Nothing [/code] line will never be nothing so will keep looping indefinately hence the stack overflow Re: help me with hangman. code wrong. Programming Software Development by plazmo no that is correct, because he should read the file until the it reaches null which is the termination for a text file Re: help me with hangman. code wrong. Programming Software Development by f1 fan My mistake... rusty vb code knowledge with the Nothing keyword. However i think i found his overflow problem. The randomizer is set to vary between 0 and the collection count. Shouldnt it be the collection count -1? As the next line is using the randomizer's result to index the collection Re: help me with hangman. code wrong. Programming Software Development by plazmo its strange because i ran this code without any problems but your right that is probably the reason why it shows the error and that would account for why i didnt get the error because i never hit that random number Re: Apache Derby Prepared Statement not working Programming Software Development by masijade Then you are getting an exception on one of those set lines that you are seemingly ignoring or you would have provided the exeption. Re: Apache Derby Prepared Statement not working Programming Software Development by ceyezumma Nope: no exceptions but thanks I happened to find a mis-spelled key in the xml. it was hard to find. It works now . Re: Apache Derby Prepared Statement not working Programming Software Development by masijade [QUOTE=ceyezumma;1644585]Nope: no exceptions but thanks I happened to find a mis-spelled key in the xml. it was hard to find. It works now .[/QUOTE] And I can guarantee that that was causing an exception.