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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_102...
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20124390.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/WinNT_Setup/Q_10...
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/WinNT_Setup/Q_10...
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10112721.html
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 +...
http://www.experts-exchange.com/Database/Oracle/Q_21221746.html
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>
#...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21291457.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_21474428.html
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,
...
http://www.experts-exchange.com/Database/Oracle/Q_22120117.html
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
http://www.experts-exchange.com/Programming/Algorithms/Q_24780052.html