Search:

Type: Posts; User: SeanyC

Search: Search took 0.13 seconds.

  1. Re: Query database to retrieve a column for all menu Items in an ArrayList

    Its alright, i have it working now, thanks
  2. Re: Query database to retrieve a column for all menu Items in an ArrayList

    This is what i have done:


    private double calculateSubtotal()
    {
    double total = 0;
    String[] items = billItems;

    try
    {
  3. Re: Query database to retrieve a column for all menu Items in an ArrayList

    This is the rest of the question: This method should then calculate the total price of all the items in the ArrayList and return this value as a double.

    Probably doesn't help?
  4. Query database to retrieve a column for all menu Items in an ArrayList

    Having trouble figuring out the code in order to find the price column for all items in a ArrayList

    so far i have:


    private double calculateSubtotal()
    {

    try
    {
Results 1 to 4 of 4