i want to know how to add live time that updates every second while your on the form
second thing i want to ask is that i have a listbox which has valuelist as data type and i am using sql query to find the data and storing the data in record set and then using a loop i am going through each and every data and adding it to the list box
the listbox has 4 column
1st is id, second is name, third is qty, and last one is unitprice.
i want to do total of (qty*unitprice) for every record in the recordset
thank you in advance :)
second thing i want to ask is that i have a listbox which has valuelist as data type and i am using sql query to find the data and storing the data in record set and then using a loop i am going through each and every data and adding it to the list box
the listbox has 4 column
1st is id, second is name, third is qty, and last one is unitprice.
i want to do total of (qty*unitprice) for every record in the recordset
thank you in advance :)
Comment