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 bkrike 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: juliam921
  • Content: Threads
  • Order by date
  1. juliam921

    Round number to nearest .25

    Does anyone know how I can take a value and round it to the nearest .25? I have values like 1.33 and .40 and 5.20 and they need to be in quarters (1.25, .5, 5.25). It is a time entry value and they need to be displayed in the nearest quarter hour increments. Thanks. Julia
  2. juliam921

    simple question

    I have to calculate the value of e which is equal to e = 1 + 1/1! + 1/2! + 1/3! ... i know that the factorial for a value is calculated by: for( int i = 1; i <=n; i++) fact = fact * i; JOptionPane.showMessageDialog(null, &quot;fact = &quot; + fact); so how do i modify this to...
  3. juliam921

    oracle connection error

    I previously was running my visual basic program on vb6, Win 2000 with mdac 2.5 and an oracle 8.1.6 client. Now, I am running Windows XP with vb6, mdac 2.7 and an oracle 9.2 client on my machine and i get the following error at the cnnOrclConnection.Open line: method open of object _connection...
  4. juliam921

    date and time question

    I am using an oracle database and our date fields have a timestamp on them. i would like to disregard the timestamp. is there a way to maybe trim that off by creating a new object in the universe (but keeping it a date type)? Right now they have to enter a range of 5/31/2002 12:00:00 AM to...
  5. juliam921

    Separate Universe?

    Would creating a separate universe for a complex report speed up the processing time? If not, any ideas on what would?

Part and Inventory Search

Back
Top