Jump to content

webcat

Members
  • Posts

    44
  • Joined

  • Last visited

webcat's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hi. My company produces a solution called MediX www.medix-solutions.com we are about to implement HL7 messaging importing into FileMaker - I am prepared to write the schema myself, but was wondering if anything already exists to do this. I am perfectly sure that there is no major issue with regard to importing xml into Filemaker - that's what it does! Has anyone already written something? If not, then we will!
  2. I should have also mentioned that because the CUPS drivers are very simple, they don't allow for the creation of custom page sizes from the Page Setup window.... Hence the need to have them embedded in the ppd file.
  3. If you are using a Mac running OS X 10.2.x then I can help you: The CUPS drivers for a dot matrix printer are very simple, if you open them and look at the code, you'll soon see exactly how they are written. It is then a simple case to add your custom page size, and even make it the default page size. I was actually thinking of developing some shareware that did this for you, but I haven't got round to that yet! However, I can create a small installler package which does this to your exact spec. please email me if this is of any help to you (if you are using a PC or Mac OS 9 then it won't be !) email address posted in NOSPAM format: info (at) medix-solutions.com
  4. right, figured out it is a DDE Executive. so, does anyone know if it is possible to use a DDE script step to change the printer to which the DB prints to? I only use Macs normally and I have been asked to add in this printer changing feature to someone's already built FM Database on a PC system!! anyone ever done anything like this?
  5. Hi, I know this is possible on a Mac, because I have gone to great lengths to get it to work. I can have a button that prints something on one printer and another button which prints something else on another printer, totally automatically, without any other user input. I do this with AppleScripts called from Filemaker Is this possible on a Windows machine? What is the equivalent of Applescript on a PC : I should know this, I just can't remember!! if anyone can prompt my memory, I'd be very grateful. thanks.
  6. YIPEEEEEEEEEEEE!!! Problem solved (by myself) I was right in one of my earlier posts, the problem is that FMP outputs Postscript files, like Appleworks, showing its history of early Mac type programs. Obviously, FMD doesn't! The solution is a bit of freeware called Ghostscript, which acts as a Postscript rasterizer for non postscript printers where there is no rip built into the driver. !! so, there you go. prick me, I'm done... Phew! Now I can get back on with the real work!
  7. Hi, right, sorry. I have reinstalled the drivers over and over. no difference. No job is sent to the print center. Just bought a book called CUPS: Common Unix Printing System by Michael Sweet, published by SAMS, looks very good. by the end of the week I should be fluent in writing custom printer drivers!!! However, this won't help me if there is some kind of fundamental error in FMP, which is hard to believe!!! has anyone else had any experience with DM printers under OSX?:??
  8. sorry, I forgot to answer your other questions. I only have FMD6 (latest update) and FMP6 latest update. I was wondering if earlier versions of FMP (6.01, 6.02, 6.03 etc) would make any difference, but I can't test that unless anyone knows how to downgrade the version? My CD is v6.04 our DB solution is automatically printing and automatically choosing printer, but my test DB's are just a simple screen where I choose File/Print. so both kinds of printing don't work. (from FMP6 under 10.2 on Dot Matrix Printers) you're right, I don't think this is my fault - I can't think of anything else I can do to make it work - it just doesn't. I have even tried an Applescript that calls a shell script (which works from the terminal) do shell script "lpr test.txt" even this doesn't work, but I don't know why! type this into the terminal and it sends the file to the printer, do it from FileMaker and you get an error message! bleugh!
  9. Hi AnneES, I think I know what your problem is, I have an Epson 830 and an Epson 760 connected to my network, when printing from FileMaker (these inkjet printers work OK, it's the Dot Matrix printers that don't work) you do have to be careful about your page setup. I have sent files to the 830 and experienced exactly your problem, the file goes to the print queue, then just stops and no matter of clicking start will make it work, the only option is to delete the job. I tried a lot of things to get this to work, but in the end it was the Page Setup that was wrong. I would suggest getting the page up you want to print, then manually go to Page Setup and choose the correct printer and correct paper size etc. Now print to the same printer, I bet it goes OK. This could be linked to the error in FMP which loses its settings when trying to remember page layouts. hence, it works initially and then stops working, especially if you have more than one printer on your system and you have printed somewhere else in the mean time. hope this helps.
  10. Hi, I have been assuming that FMD is the same as FMP with extras like the debugger, but I can assure you that it isn't!! there is definitely something different with the way FMP6.04 prints than FMD 6 prints, honestly, definitely!! I have tried this from many macs, ensuring that other applications on the macs can print to the printers, they even work over the network as shared printers! The files print perfectly from FMD6 and not at all from FMP - it doesn't actually send a job to the print center! I have reinstalled, rebooted, started with clean databases, everything I can think of... the only conclusion I can come to is that there is something odd about the way FMP (under OS X) talks to printers, perhaps it is something to do with Postscript interpreation? Who knows. I can't change into OS 9 because the printer drivers I use rely on the OS X 10.2 CUPS interface. I have asked Filemaker tech support and they are trying to figure this out as well, but in the mean time, I would gladly listen to anyone's theory on what the problem can be? Can anyone replicate this problem? you will need an Epson LX300+ and OS 10.2 - I will send you my custom CUPS driver if you like, but it just an adaptation of the one already on your 10.2 installation. I've spent about a week trying to get this to work now, and still nothing. My entire DB solution rests on this working!! Any ideas?:???
  11. one small find with this ongoing problem is that a stand alone application built from FMD DOES print OK to the Dot matrix printers. I have a small unconfirmed theory that this may be something to do with postscript output? Does anyone know exactly how FMP is trying to output files to the printer? is it expecting a postscript translator? at the moment I am researching using unix to print direct from a shell script and also using Fink to translate a postscript file to something my printers can print... Still I have no idea if this is going to work or not! surely someone must have an idea what the problem is?? any ideas? at all??
  12. update: i tried printing from FMP to an Epson 760 directly via USB and this worked fine, I therefore conclude that FMP can't seem to send info to my CUPS Drivers? anyone know how FMP sends out its printer information? is it a bitmap or a rastered image? I'm clutching at straws here!! I don't understand how developer prints fine on the Dot Matrix printers and Pro just doesn't send a job to the printer - same printers, same mac!!! AGHHH!!!
  13. hi, I use Epson LX300+ and Epson FX880 printers with Mac OS X and they both work fine. you need to use CUPS printer drivers. there is loads of info about this on the web, it took me a good week to get the correct info, but I can now write my own CUPS printer drivers! however, if all you want is to print on the normal sizes of US letter and A4 paper then the CUPS printer driver is already switched on in Mac OSX 10.2.x - you need to add the printer from the Print Center, but when you click add printer, hold the option key. mail me if you want more info. at the moment I am trying to figure out why FMP6 won't talk to these printers, but FMD6 will! tearing my hair out as a large contract depends on this...
  14. Machines running Mac OSX 10.2.6 Hi, We have been developing a large DB system using FileMaker Developer 6, it uses multiple Dot Matrix printers which I got to work perfectly by writing CUPS printer drivers. everything was working wonderfully, until we come to install on a client machine running FileMaker Pro 6, and from this machine FileMaker Pro will NOT print to the locally connected USB Dot Matrix printers. it doesn't actually send a job to the Print Center. It WILL print to shared printers around the network. I then installed Developer on the clients machine and tried to print on the local printers, and it worked. So, is there some problem with Printing from FMP 6v04 ? This is seriously bad!! 8 months of development are at risk! Any ideas?
  15. This would probably be fine, but Disc Burner isn't actually an application any more... in OS 10.2.x it is simply part of the finder, I assume... when you insert a blank CD it just mounts it and allows it to be burnt... So, a script that asks you to insert a CD - pauses while you do that - then copies over the files when it detects something called Untitled CD (or whatever) then burns, would be ideal.. does anyone know if this is possible?:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.