No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
I have the following code to search the stores by name and and order by transaction date by Asc which works perfect. My questions is how to performe a subtraction by row (checkamount-redeposited-replacement-paidcash = balance) and totalize by columns (total checkamount, total redeposited, total replacement, total paidcash and total balance) …
<html> <head> <basefont face="Arial"> </head> <style> body { background-color: #E6E6FA; } </style> <body> <?php error_reporting(E_ALL); if (!isset($_POST['Submit'])) { // form not submitted ?> <H3>Search Records Application</H3> <form action="search.php" method="post"> Search <input type="text" name="search"> <select size="1" name="dropdown"> <option value="" selected>Search By...</option> <option value="BookID">Book Id</option> <option value="transactiondate">Transaction Date</option> <option value="storename">Store Name</option> <option …
Help needed I would like to know how to sum seven text boxes with time in vb.net. Anybody can help me please? Thanks
Click on the link below and watch this video.It helped me a lot. You can also use sql2005 instead acess database [url]http://www.youtube.com/watch?v=XMhwAG0pYJE[/url]
I am trying to do a project like a loan calculator but with fixed payments and interest rate. Anybody can give me a help on this project? Thanks Loan Amount Monthly Rate Payment Period 5,000.00 0.02 5 Number Date Loan Amount Rate Amount Total Date Paid Amount Paid Balance 1 …
Watch this video is very nice.It will help your. [url]http://msdn.microsoft.com/en-us/vbasic/bb643830.aspx[/url]
Nice code. How can i get the sum of all the times from Monday to Sunday and calculate the overtime if totalHours >= 40 there is overtime otherwise overtime is =0 Thanks
The End.
tonyfonseca