Enter Keywords:
1 - 10 of 18(0.007 seconds)
Sort By:
 
I want to be able to format numbers as fractions (32nds) i.e. # 0?/32 but I don't want to see the /32 in the number. For example 124 17/32 would read as 124 17. But I still need to be able to d...
Zones: MS OfficeDate Answered: 11/17/1999 Rating: 7.6 Views: 4
I do have a form with 10 drop-down-menus wich contain some numbers. At the end of the form, I need to calculate the average of the 10 numbers selected. But sometimes, the user does only need to sel...
Zones: MS AccessDate Answered: 05/25/2001 Rating: 7.4 Views: 0
I have just installed NT 4.0 Workstation and NT 4.0 Server on my computer.  The computer is an old 486 running at 66MHZ ,has two physical hard drives, a CD-Rom and a Sound card.  The workstation bo...
Zones: Win NT SetupDate Answered: 10/23/1997 Rating: 6.0 Views: 0
I'm trying to install my Practical Peripherals 56k HC x2 modem under NT 4. This modem works just perfectly under Win95 and Win98 but it won't under NT 4. When I run the PNPISA driver NT detects a P...
Zones: Win NT SetupDate Answered: 08/19/1998 Rating: 4.2 Views: 0
I hate Bill Gates!!! Ok, here is the problem. I had a minor problem with my modem and I had to remove and re-install it, now I get major errors with the networking components. I totally removed the...
Zones: Windows NT, Tivoli ...Date Answered: 12/30/1998 Rating: 7.6 Views: 0
Hello, Please help. I get the ERROR message below:   ORA-01476:divisor is equal to zero Whenever I try and run this SQL WITHIN a PL/SQL procedure: INSERT INTO table2(ANSWER) SELECT (P1 +...
Zones: OracleDate Answered: 11/29/2004 Rating: 7.4 Views: 8
Is this correct?  Please advise.  Del *******************************Actual Code********************************* #include <iostream> #include <iomanip> #include <cstdlib> #include <ctime> #...
Zones: C++Date Answered: 01/27/2005 Rating: 8.6 Views: 0
Hello Experts, I was getting error ORA-01476: divisor is equal to zero that was getting caused when packet_count = 0. To solve that error I used CASE logic on packet_count column that seem to...
Zones: OracleDate Answered: 07/21/2005 Rating: 8.4 Views: 57
I need to calculate a % on these columns but some values are zero,  anyone know somw tricks to get this to run?? SELECT al1.PACKAGE, al1.failed, al1.passed, al2.total_solaris, al2.total_aix, ...
Zones: OracleDate Answered: 01/15/2007 Rating: 6.2 Views: 0
Hi all, I'd like to write a function that finds the smallest dividend (x), for which  : x mod a = b  , knowing the divisor (a), and the remainder (b) Any idea ? Thanks in advance
Zones: Algorithms, C#, M...Date Answered: 10/02/2009 Rating: 9.0 Views: 0