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!

Search results for query: *

  • Users: tanveerhabib
  • Order by date
  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
  9. tanveerhabib

    need to learn VFP is VB necessary

    thats seems the right answer. but one more question I have saw lot of tutorials for learning basic VB but I have to found any good tutorial in PDF form to learn VFP so can you give me some links to good tutorials please.
  10. tanveerhabib

    need to learn VFP is VB necessary

    Hello i am a newbie and want to learn VFP but my question is if I first learn VB will it help me to learn VFP easily??? are the commands of both programs same or totally different???
  11. tanveerhabib

    need to link a file outside of a project created in foxpro

    Yes you explained it correctly and when i changed the file location to suppose c:/windows/file.xxx it worked as you said. Now one more question what if I want this file to be on a website location suppose abc.com/file.xxx how can we add it to our project how can we set it in foxpro????
  12. tanveerhabib

    decompile a dll file

    Hello how can we decompile a dll file which is used in a visual foxpro project?
  13. tanveerhabib

    need to link a file outside of a project created in foxpro

    Hello all, I need to link a file suppose client.dll which should be outside of the installed drive suppose my project is in E: drive and in folder newproject and want a file to be present suppose in C:/folder/ so how will i code it in foxpro?

Part and Inventory Search

Back
Top