Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~9K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

7 Posted Topics

Member Avatar for tonyfonseca

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) …

Member Avatar for tonyfonseca
0
311
Member Avatar for tonyfonseca

<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 …

Member Avatar for tonyfonseca
0
3K
Member Avatar for tonyfonseca

Help needed I would like to know how to sum seven text boxes with time in vb.net. Anybody can help me please? Thanks

Member Avatar for abirami2908
0
4K
Member Avatar for stm4

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]

Member Avatar for tonyfonseca
0
86
Member Avatar for tonyfonseca

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 …

0
88
Member Avatar for abdalla_92

Watch this video is very nice.It will help your. [url]http://msdn.microsoft.com/en-us/vbasic/bb643830.aspx[/url]

Member Avatar for tonyfonseca
0
181
Member Avatar for roby22

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

Member Avatar for tonyfonseca
0
1K

The End.