Enter Keywords:
1 - 10 of 148(0.021 seconds)
Sort By:
 
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...
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(){  ...
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...
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 ...
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...
Zones: Crystal Reports SoftwareDate Answered: 02/14/2004 Rating: 7.6 Views: 0
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
Zones: Interbase / FirebirdDate Answered: 02/16/2004 Rating: 7.4 Views: 0
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...
Zones: Programming, POSDate Answered: 04/10/2004 Rating: 8.2 Views: 0
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-...
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...
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...
Zones: Java, Servlets, RubyDate Answered: 04/10/2005 Rating: 7.6 Views: 0