ryyno10 Posted April 10, 2014 Posted April 10, 2014 I'm attempting to implement the virutal list technique in a database that generates patient consult letters and such. The transcriptionist transfer text from word documents, after transcribing a dictation, into a text field. This information is then electronically signed by the physician and populated in queue for faxing. After the document is e-signed it is viewable to various user groups at which time the virtual list generates a document in preview mode (for printing, viewing, etc.). However, I can't seem to find a way to "chop" paragraphs towards the bottom of the page. For example, if the first paragraph of a letter is close to 300 characters and paragraph two is closer to 1000 characters, paragraph 2 is displayed on the next page leaving a large blank space at the end of the first page. The only solution, thus far, has been to introduce another carriage return where the longer paragraphs "should" break (this will be sure to drive the transcriptionist crazy and effect production). Has anyone experienced this problem with the virtual list? I've search the web for a solution but was unsuccessful finding a solution (or direction to solve the issue). (Also, I'm working on a file to post)
Lee Smith Posted April 10, 2014 Posted April 10, 2014 Automatic message This topic has been moved from "Advanced & Developer Features" to "Value Lists".
comment Posted April 10, 2014 Posted April 10, 2014 For example, if the first paragraph of a letter is close to 300 characters and paragraph two is closer to 1000 characters, paragraph 2 is displayed on the next page leaving a large blank space at the end of the first page. it seems this is a problem with printing text across page breaks - not necessarily having anything to do with the virtual list technique, is it not?
ryyno10 Posted April 14, 2014 Author Posted April 14, 2014 it seems this is a problem with printing text across page breaks - not necessarily having anything to do with the virtual list technique, is it not? For instance, if a there is a long paragraph it does not run from one page to the next... it is simply pushed onto its own page.
ryyno10 Posted April 14, 2014 Author Posted April 14, 2014 Sorry I don't post often to this site so I'm unsure how to upload an image...
Lee Smith Posted April 14, 2014 Posted April 14, 2014 Follow the steps listed here. Be sure that the file matches one of the ones listed. Attach a file.
Fitch Posted April 16, 2014 Posted April 16, 2014 I've heard of using a virtual list to control page breaks -- basically, you take a large block of text and each paragraph becomes a record in the virtual table, and you tell it to not break the body part across pages. Works OK for shorter paragraphs. If you're going to allow paragraphs to break across pages, then why even complicate things with a virtual list? Just print the original text field. Automatic message This topic has been moved from "Value Lists" to "Printing".
ryyno10 Posted April 21, 2014 Author Posted April 21, 2014  I've heard of using a virtual list to control page breaks -- basically, you take a large block of text and each paragraph becomes a record in the virtual table, and you tell it to not break the body part across pages. Works OK for shorter paragraphs. If you're going to allow paragraphs to break across pages, then why even complicate things with a virtual list? Just print the original text field. Automatic message This topic has been moved from "Value Lists" to "Printing".  I decided to try the virtual list due to page cut-off that occurs in filemaker if the text is longer than one page (this is really looks unprofessional and often unreadable). Either the text is cut in half or the line of a document simply disappears (which is a huge problem considering this is medical information for patients with cancer). Thus, the only work around I've concluded to use is the virutal list. To be honest, everything works great except when a short paragraph is followed by a long paragraph (at which point the short paragraph appears on the first page with a large amount of white space ). here is a shot of the issue...
ryyno10 Posted April 21, 2014 Author Posted April 21, 2014 Follow the steps listed here. Be sure that the file matches one of the ones listed. Attach a file. Thanks Lee
Fitch Posted April 22, 2014 Posted April 22, 2014 If you don't want the typists to manually insert the page breaks, the next best option may be to export the data and do a mail merge in a word processor.
comment Posted April 22, 2014 Posted April 22, 2014 the next best option may be to export the data Probably. Although one could also consider: http://www.briandunning.com/cf/74
Fitch Posted April 22, 2014 Posted April 22, 2014 Hadn't thought of that -- make every line its own paragraph, that should mesh very well with the virtual list.
comment Posted April 22, 2014 Posted April 22, 2014 Yeah, well ... unfortunately, this is really meant to work with a mono-spaced font. A truly good solution is still to be found.
ryyno10 Posted April 28, 2014 Author Posted April 28, 2014 I haven't been able to upgrade to 13 yet due to our hospital's slow transition to windows 7. Do lines still get cut off when printing large documents? If you don't want the typists to manually insert the page breaks, the next best option may be to export the data and do a mail merge in a word processor. I can have the typist insert the breaks but what about the previously typed letters? I have tried to calculate the number of characters per page in order to insert carriage returns, however, it seems to be an ardous work around. I'm trying to keep things simple but have yet to develop, or find, a better way to go about this...
Fitch Posted April 28, 2014 Posted April 28, 2014 I don't know if 12 or 13 have improved. Years ago I set up a solution for transcriptions, and we ended up just putting a bold red line where the typist would need to insert a page break. Not very elegant, but it worked well enough. I still think you should explore exporting and printing -- you may be able to automate this more easily than messing around with in-FileMaker kludges. 1
ryyno10 Posted April 29, 2014 Author Posted April 29, 2014 I don't know if 12 or 13 have improved. Years ago I set up a solution for transcriptions, and we ended up just putting a bold red line where the typist would need to insert a page break. Not very elegant, but it worked well enough. I still think you should explore exporting and printing -- you may be able to automate this more easily than messing around with in-FileMaker kludges. I like your suggestion. Transcription could just as easily place a carriage return if the line is cut off versus splitting long paragraphs in the virtual list. Partly, i shot myself in the foot deploying a solution without thoroughly testing... lesson learned. I thought I would be able to create a script that would place a return when needed but ultimately that approach is cumbersome and would likely be difficult to make adjustments in the future. How did you determine where the red line would appear? Did you calculate total characters per page?
Recommended Posts
This topic is 4124 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