There is a post from 2008 here that had the identical problem which was not resolved. Acrobat has printed perfectly from my iMac to a Brother laser printer for years. Two days ago it suddenly began printing only blank pages.... the same pdf can be printed fine from Preview and Acrobat can...
I have an administrative area on my site where users with different securtiy levels can see different pages. This was done with a couple of tables which capture users and a security setting. It has been working great. Probably our biggest exposure now is that the user name and password are...
I have a fully licensed version of Visual Studio 6 Enterprise Ed. which I happily use to build asp applications with Access and SQL Server which are then deployed at an ISP..the version of SQL Server version I use is something called MSDE and shows a version number for SQL of 7.
A while back...
We have a web based ASP/SQL server application that our users log into and submit monthly performance numbers by filling in a form. Many of our users accumulate their monthly figures in an excel spreadsheet. What we would like to do is take some of the pain out of data entry.
I have seen a...
I have a mySQL -php application set up to service a small group who are located in several different cities using a variety of platforms. The application is hosted by a G4 Mac running OS 10.2.8 We have been very pleased with the performance of the set up. The database/application manages...
I have an asp site that was built using VI 6 and MSDE a couple of years back. It has been working great but occasionally we go in and do some sprucing up. This time when I went in to do a few things on my development version I noticed that my data view was not showing up. When I looked under...
I have a well structured comma separated file which has approximately 20 fields... some may have a few less. I would like to "merge" all of the fields $15 through NF into a single field. What I have written is working on my header line but blowing up on the subsequent lines... most...
Hopefully some of you awk jockeys also dabble a bit in sed... I am trying to use a bit of both on a project and this task seemed more suited to sed but if awk is better I am game.
I have been trying to write a little sed script that would allow me to remove a header record that gets repeated...
I have a simple script to format a file which I got to work using the
awk -f scriptname.awk inputFilename > outputfilename
It looks like this:
awk '
BEGIN {FS=","}
{ # loop through fields printing them in 50 char width slots
for (i=1; i<=NF; i++) {
printf("%-50s\t", $i)
}...
I have put close buttons on numerous information window pages on my site. These buttons have the following syntax:
<INPUT type="button" value="close" id=button1 name=button1 onclick='window.close()';>
They work great on my very recent Mac browsers both IE and NS and work...
I have been trying to get a simple, yes/no option group to work in my form. So far the form manager, recordset, txtboxes are playing nicely with the Access database to make editing data a snap. The option group is also "sort of" working. The option selected and submitted originally...
I had been happily referring to the dentry example in the Gallery for a period of weeks. All the samples worked great and as near as I could tell I never "modified" the files. Today when I tried to browse the examples I got the 800A0bb9 error with some words about Arguments are of...
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.