Some of my users send a printing job to Hp printers and all they see is garbage on the paper. We tell them to re-boot the computer and that seems to fix the problem. All the computers have 32 meg r...
http://www.experts-exchange.com/Networking/Novell_Netware/Q_10117464.html
Zones:
NetwareDate Answered: 09/01/1999 Rating: 5.8 Views: 0
class Book{
boolean checkedOut = false;
Book(boolean checkOut){
checkedOut = checkOut;
}
void checkIn(){
checkedOut = false;
}
public void finalize(){
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10551321.html
Zones:
Java,
RubyDate Answered: 08/10/2000 Rating: 4.6 Views: 0
When reading a file, I want to pick up a string after a series of reads of different structures. However after reading in a string, the string that is read in contains garbage after it. So then I...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20280949.htm...
Zones:
Windows MFCDate Answered: 04/10/2004 Rating: 7.4 Views: 0
The following string appeared at the beginning of a text file:
1 +Â ! 5RÅIaRóÌ$2EOÉ HPÔ=&|Ã<r
For a long time I've been using one script in DOS with ftp commands to send ...
http://www.experts-exchange.com/Programming/Misc/Q_20298925.html
Zones:
ProgrammingDate Answered: 05/14/2002 Rating: 7.0 Views: 0
I have a VB application that sets 2 crystal objects.
Each time the reports are opened, it takes more time.
First time the reports are opened: it takes 10 seconds to open both reports
Second time...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_20491609.html
hi...
how to clean up a table or database that i have use for test, adding and deleting records. now it's empty but i think i can decrease the space?
thanks
http://www.experts-exchange.com/Database/Interbase_Firebird/Q_20810363.html
I have written a vb app that uses a hand held scanners to read barcodes.
It connects through the comm port, so i am using MS comm control 6 to read from the scanner.
I am writing the output fro...
http://www.experts-exchange.com/Programming/Misc/Q_20902675.html
Printer on my network randomly print out garbage. It usally happen early in the morning. Between 6:00AM. I can only identify text on the first page that is printed. The first line is NESSUS-TEST-...
http://www.experts-exchange.com/Networking/Misc/Q_21027678.html
Zones:
Networking,
...Date Answered: 10/21/2004 Rating: 8.8 Views: 0
Hello,
can someone please point me in the right direction as to how to manually destroy an object w/o having to wait for the garbage collector.
also, if i have an object and set it to null li...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21245383.html
Zones:
C#Date Answered: 12/20/2004 Rating: 7.0 Views: 0
Respected Sir/Madam,
Our application is in Java Servlets and its running fine. I want to make a java class through which, at the end of the day, I can check if there are any unwanted resources s...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21316433.html