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 Wanet Telecoms Ltd 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 bushrob

  1. bushrob

    Divide By Zero Error

    I have an n-tier application that I am having a problem with. When I run the code locally and call a method from a class everything works fine. But once the class is compiled to a dll and the method is called on a remote server using RDS I get a "Divide By Zero" error. I know these...
  2. bushrob

    Number Format

    I am trying to duplicate a VB method that takes an integer and converts it to a string as follows: "A" & Format(intMyInteger, "0000#") This will generate A00001 if the integer passed was 1. I need to create a Crystal formula that will produce the same results. Thanks in...

Part and Inventory Search

Back
Top