Newbies Greystone Posted November 1, 2004 Newbies Posted November 1, 2004 Subject: question from a newbie can I take info on a file and print it to my hard drive so someone else in my office network can pull up just that info and not the entire datebase? sorry if I am not putting this correctly. Hope you understand my question and thank you for any help you can give me. Also if you can help me, please respond to my work email, "[email protected]" Thank you, Cyn
Wim Decorte Posted November 1, 2004 Posted November 1, 2004 Think "export" instead of printing. FM can export to any number of standard file formats (tab delimited, commma delimited, DBF, ...). In addition, FM can also export to XML so you can apply an XSLT to tranform it to an even wider number of file formats.
BrentHedden Posted November 9, 2004 Posted November 9, 2004 Yes, Exporting is the way to do it. I use the export function all of the time in the same fashion you want to. I prefer to "export" a single field, so it's nice, easy and formatted the way I like it. Just create a (physically) large field on a hidden layout and when ready to print, run a script that will dump all of the needed info into that one field, then export it. The problem with the export, you have to hard-code the filename it's going to write. There are ways to copy and rename file(s) with the excellent File plugin that Troi Automatisering makes. I export the info as a Rich Text File, so it can be easly opened by just about any word processor. Alternately, you could "print" it as a PDF file, but you need to purchase Adobe Acrobat to get that printer driver.
QuinTech Posted November 9, 2004 Posted November 9, 2004 Alternately, you could "print" it as a PDF file, but you need to purchase Adobe Acrobat to get that printer driver. Not necessarily... there are shareware and freeware PDF writers available. I use PDF995 and it works well for me. J
Recommended Posts
This topic is 7310 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now