Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tanveerhabib

  1. tanveerhabib

    need to make a small project in vb for employee income and tax calculator

    I AM GETTING ERROR I AM USING THESE CODE MAY BE I AM WRONG IN CODING AS ITS INCOMPLETE ALSO CAN YOU CORRECT IT ACCORDING TO MY NEEDS PLEASE. Private Sub CalculateDisplayAmounts(ByVal salary As Decimal) Dim taxRate
  2. tanveerhabib

    need to make a small project in vb for employee income and tax calculator

    If salaryAmount >= 10600 The you asking about abo tax of 25 percent.
  3. tanveerhabib

    need to make a small project in vb for employee income and tax calculator

    i have t caculate it on annual basis and want to code it so that it can show the highest salary person and the lowest salary employee also so how can i do these two things too.
  4. tanveerhabib

    need mysql to add debit and credit values separately

    suppose I have a table having these columns ID Asset Debit Credit and i need to add debit and credit separately like if asset has debit values 100+200+300 and credit have values -100-200-300 both of them must have total debit = =300 and credit = -300 what will be mysql command to enter regards
  5. tanveerhabib

    accounting software in php

    But the applications which are made in PHP don't run/execute that much faster as it runs in VFP and VB....
  6. tanveerhabib

    can i link or access a file present

    Hello @MikeLewis i just want to link a file present at http://abc.com/file.txt don't want to read any thing present in its content so that is my actual question thanks and waiting for your reply dear.
  7. tanveerhabib

    accounting software in php

    Hello all i have saw lot of people making accounting software for organizations in Visual Fox Pro. Is PHP not that much advance to make a goood accounting software in it? please answer...
  8. tanveerhabib

    can i link or access a file present

    can i link or access a file present at some website like suppose abc.com/file.txt ??? if yes how can i do it in VFP

Part and Inventory Search

Back
Top