Morning Nick,
For some products, clients do have different templates as well as data. Here we simply store their variant in a site-specific templates area so it gets picked up automatically in place of the default one.
I've just put an example report page here to give anyone interested a...
Nope, Healthcare.
I guess Wingz was quite well marketed, and some people jumped at it. Great to here you made money out of it both times! Well done that man!
Phil
I'd rather not say!
Yes, we had Wingz the spreadsheet from Informix which we were piloting at the time. We got it out of the box, admired the pictures in the user guide, and had a play with it. After a very short time it became clear that its main value was in brightening up the office shelving...
Nick,
I really appreciate the time you've taken to explain. It does help me to weight up the pros and cons. Out of your reasons for not chosing Excel, only the speed thing really applies to us since we only really need to pass in csv files and we are only a very small department.
The way it...
I did ask! Did "they" give reasons as to why they wouldn't build a critical reporting package using Excel VBA?
The reasons I would give for not doing it are really only that it is sometimes quite slow. For example, we have one report set which creates around 1100 pages of complex financial...
ingresman, when everything the macro requires has been copied to the directory, we touch a "ready.dat" file in the same directory. The auto-run macro is looking only for the presence of this file which acts as its trigger to run. The macro looks every 30 seconds for "ready.dat" files. When it...
Hi ingresman,
Thanks for your post. I have to say that my initial assessment was that it would be difficult to replicate Excel functionality in PHP. Looking at the various online examples of using charting libraries and PDF creation libraries, yes you can do all thosse things but not with the...
Hi,
We currently use shell script and AWK on Linux-based systems to pull data from various large flat-file databases and then Excel VBA macros to basically cut and paste the data into complex report templates. The final output is printed or output as PDF. Excel provides us with a very...
After the ESC sequence in the printers driver made absolutely no difference I wrote a small piece of code to count lines printed, and to print blank lines at the end of the print job to move the printhead to the correct top of form position. A bit of a kludge, but it works !
Thanks for your...
The thing is, the dot matrix has worked fine for years using hpnpf, with the form length set to 3 inches. Are you saying that changing to lpd/netcat will allow me to change the form length more easily? Cheers, Phil
Thanks again,
I didn't mention that this dotmatrix is connected via a JetDirect box to the network.
I have looked at the "PANASONIC" script in /usr/spool/lp/admins/lp/interfaces which does this :
# This script invokes the original model script
# from the subdirectory model.orig and...
Thanks stanhubble - I've taken a look and found that the Panasonic printer we're using is Epson compatible and uses an interface called "myepson". There is a section in this script which appears to set the form length to 10 lines -...
Hi,
I'm running a SCO server (OpenServer 5.0.5) with a dot matrix label printer connected. All of a sudden I can't buy the same 10 line label stationery the system is set up for, so I had to settle for labels about half the form size.
Going into the sysadmin shell printers section seems to...
Hi ND, thanks - yes that is simple. Trouble is I have an application which checks in dozens of places for a single pattern read in from a mapping file to assign a group name based on the pattern of the code :
BEGIN { while (getline <ARGV[1] >0) { patterns[$1]=$2 }
#...
Yes - both of you are correct, I'm sorry the example I give was incorrect in the way you imagined.
The string must not contain "XP" after "420" :
"420" - is ok
"420 " - is ok
"420XP" - is NOT ok
"420AB" - is ok
"420AC" -...
Hi marsd - thanks! I forgot to mention that I have to check using ~ (contains) and not !~ (does not contain):
if (code ~ /420 ... something that means anything (or nothing) but "XP"
So, the negating has to be done within the regular expression.
Any ideas?
Hi, I need to find a regular expression I can use in AWK to match a string which does NOT contain a sub-string in a fixed position. The string must begin with a pattern, but then NOT contain the sub-string.
Here's an example - the string must not contain "XP" after "420" ...
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.