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 gkittelson 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: Supps
  • Order by date
  1. Supps

    bitwise and

    I have a field that has a number in it. That number was created by adding values together 1, 2, 4, 8, etc.. What I wanted to do was Field and 1 = 1 but crystal reports kept saying a boolean was required. The way I got around it was to do something like this: fieldvalue := field; if...
  2. Supps

    bitwise and

    Is it possible to do bitwise and operations in a crystal report 8.5 formula?

Part and Inventory Search

Back
Top