Search results

  1. G

    editing items within listbox

    Hello All, Just had a query with my order system. Currently i have a orderline where you can select a itemid and the details appear, once add has been selected this transfers the data into the listbox. If i want to edit a record, i want to double click on the record from the listbox and want...
  2. G

    total cost displayed

    Thanks Mate, It works a charm!!!!
  3. G

    total cost displayed

    No luck, it mentions Sum is not defined, am i suppose to be putting this within the txt field? under what event shall i write the code (on enter?)
  4. G

    total cost displayed

    Hi, I have a order system which allows customers to place items on. When an item is selected and a quantity has been entered and add button is selected, this adds the item into a listbox with all the details. Each item that is selected a quantity is selected, this would then work out a total...
  5. G

    getting total ordered displayed

    lol for example: product ID, Name, quantiy, item price, totalcost P0001 Top 5 1.00 5.00 P0002 Top 4 2.00 8.00 P0003 Top 3 1.00 3.00 i then have a text box where i want to display the total for these items...
  6. G

    quantity update

    hi ive been trying to do an sql query with no luck, would you have an example of how to do this?
  7. G

    getting total ordered displayed

    i will have be displaying product total. so each prodcut that is added, within the listbox will be displayed the total for that item , for example quantity= 10 * 19.99each the total 199.99 for each line will be displayed, i could get this to work so it adds the the total for each line to the...
  8. G

    quantity update

    hello all. Another problem, since i have joined all i have been doing is asking for help. i need to repay all these favours!!! I currently have an order form, and a product form, Scenario: if a customer was to place an order for an item with a quantity of 5 and there are only 4 left in stock...
  9. G

    populate listbox

    Hello All, I currently have an order form, when a record is selected and saved this should appear within the listbox below. i could get this to add but at the same time the order that i have placed from the previous order would display within the same listbox. when i only want the record from...
  10. G

    deleting saved data from a form

    Hello All, I currently have an order form, when an item is selected and then an add button is pressed this saves the data orderline within the table, for example half way through the order a customer wanted to cancel the whole order placed, i want to delete everything that had been saved so far...
Back
Top Bottom