Hi!
I'm trying to use create a simple print filter with bash on Red Hat Linux. The filter is to work with CUPS, using "System V type script" interface. The printer is emulating an Epson FX 1050. The original problem was when using CUPS PPD, the printer is too slow. I also can't use "raw" que...
Have Red Hat Linux ES with a high speed band printer configured under CUPS. The only way I could get this to work was to use a Generic driver with the Raw Print Queue model. This actually works well. The only problem is that I need it to do a form feed after each print job and there are no...
I'm using RH ES v3 and trying to FTP some file from old SCO server to RH. Yes, I know about FTP security issues but this is on closed test network.
Anyway, on a directory the mget * command returns a "too many arguments" error. Is there a way to pass mget a list of file names? I have a file...
Hmm..no answers[pipe]
Well for anyone checking...never found solution BUT tried Virtual PC instead! This works great[2thumbsup]
Created Red Hat ES virtual machine and all is well! You do need lots of memory and hard disk space to do this though!
Have HP Pavillion with XP. I shrank XP partition with Parition Magic and installed Red Hat ES Linux. Now I can't boot XP! HP has a "recovery" partition as first partition. Fdisk under Linux shows this:
Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders...
I have a VB.Net application with embedded Crystal Reports(CR) and want to create a "no touch deployment" (NTD) environment for it. All the CR docs suggest the only way to deploy this type of project is via Setup (MS Installer)! Any ideas on how to do this? Can I create a separate CR...
Thanks guys!
What I'm trying to do is have the textbox display a SQL money field with currency formatting. This has lead to an interesting trip through VB.net binding and event handling. The following is for your info and comment:
When textboxes have databindings, the CausesValidating property...
Okay..here is a weird one:)
I have a textbox which is bound to a dataset and a leave event which changes the textbox.text value. The problem is it is changing in the debugger but goes back to original value on the form???!! Any ideas?
Thanks
Okay.. I have a simple question. How can I change the text of column headers in a datagrid and dataview from the field name of the data table? I'm trying to do this on a Windows Form. I've tried using .Caption ( i.e. myDataView.Table.Columns(0).Caption="Quantity")with no luck! The...
Very strange:)
I am having no luck in surpressing "The OpenReport action was canceled" message when a report finds no data to display! I put code in the NoData event to display a user message and then cancel the event. Like this:
Private Sub Report_NoData(Cancel As Integer)...
Hi!
I'm trying to track down a "Too many connections" error from MySQL. I want to make sure I don't have "connection leakage" inside Perl so I have a couple of questions:)
1. Must I do a finish on all statement handles (i.e.$sth->finish) before I disconnect the database...
Hi! I created the following perl subroutine to prevent multiple occurrances of the same script from running. <br>I supply a maximum task count due to the subprocesses perl seems to create for things like globs and the actual grep task! <br>I now would like to kill any previous running...
Thanks!! Found the references in CGI.pm to CGI:Push and that had some interesting information.<br><br>BTW, Is there any easy way to see all the library routines that are installed in Perl?<br><br>Thanks Again..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.