Search:

Type: Posts; User: a_posse_ad_esse

Search: Search took 0.06 seconds.

  1. Re: Editing open source code- tracing a value set to a concrete variable

    I believe that I have found at least where the information is put into the database. Running the debugger yielded the following when creating a new customer tax category:



    Aug 21, 2011 6:32:45...
  2. Re: Editing open source code- tracing a value set to a concrete variable

    Customer tax categories are created through user input in the following panel:

    The graphical part



    public class TaxCustCategoriesEditor extends JPanel implements EditorRecord {

    ...
  3. Re: Editing open source code- tracing a value set to a concrete variable

    Yes, I think the code is from Netbeans or similar. Editing the code shouldn't be a problem because this particular file will not need the final change. I simply need to figure out how to find what...
  4. Re: Editing open source code- tracing a value set to a concrete variable

    Thank you for the replies and apologies for being vague.

    It appears, to me at least, that the variable that I am looking could be m_jCategory as this appears to be what is set to the drop box in...
  5. Editing open source code- tracing a value set to a concrete variable

    Hello, all. I apologize in advance for this undoubtedly foolish question, but I am very new to Java and programming in general, so I appreciate any assistance that can be given.

    I need to modify...
Results 1 to 5 of 5