Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Beau Parlog #1
Print to File
Can someone please tell me how I can print or save a current record so as to
send as an email attachment for other to view in PDF, DOC, TXT, or XLS form?
Thanks
Beau Parlog Guest
-
Print to PDF and specify a file name
The following script gives me Out Of Memory error: var pp = this.getPrintParams(); pp.interactive = pp.constants.interactionLevel.silent;... -
Print File
I seem to be having a problem creating a Print button that prints a .gif file directly (eg. an optimized colouring book page.) The only way I... -
When trying to print pdf file get this message
%%%% %%%% Error accessing color profile: U.S. Web Coated (SWOP) v2 %% %% Any help would be appreciated. What should I do or how can I correct... -
File> to print Windows?
I want to print all files in a folder, I used to be able to do this in earlier versions before OSX as in in File to Print windows, but do not see... -
how print dir list AND print to file?
hi KB article Q321379 shows me a great way to print the directory listing, but it only goes straight to the printer. to make a useful table of... -
Terry McDanel #2
Re: Print to File
In article <bkvenu$j4m@dispatch.concentric.net>, Beau Parlog
<beau@valmark.com> wrote:
Well, you didnt provide any details like what verson of FM, or computer> Can someone please tell me how I can print or save a current record so as to
> send as an email attachment for other to view in PDF, DOC, TXT, or XLS form?
> Thanks
>
>
platform, or other variables.. but in general maybe what you want to do
is "Find" the particular record so it is the only record currently
"Found" then go to File > Export.
To make the record the only found:
go to the record then from the bar menu:
Record > Show All Records
Record > Omit Record
Record > Show Omitted
Now only the record you want is in the Found Set.
File > Export
Choose the format: TXT
If you want XLS just load the text file into Excell & Save as a
spreadsheet.
If you want PDF you need Adobe Acrobat or Mac OSX. You just print it
from FMP.
Terry McDanel Guest
-
Beau Parlog #3
Re: Print to File
OS: Windows 98, NT 4, 2000 Pro and Mac OS 9
FMP: 5, 5.5, and 6
What I really need to do is find a way to copy current record into a Word or
Excel file.
Thanks for any help you can give.
"Terry McDanel" <tmcdanel@NO.iname.SPAM.com> wrote in message
news:260920032141236568%tmcdanel@NO.iname.SPAM.com ...as to> In article <bkvenu$j4m@dispatch.concentric.net>, Beau Parlog
> <beau@valmark.com> wrote:
>> > Can someone please tell me how I can print or save a current record soform?> > send as an email attachment for other to view in PDF, DOC, TXT, or XLS>> > Thanks
> >
> >
> Well, you didnt provide any details like what verson of FM, or computer
> platform, or other variables.. but in general maybe what you want to do
> is "Find" the particular record so it is the only record currently
> "Found" then go to File > Export.
>
> To make the record the only found:
> go to the record then from the bar menu:
> Record > Show All Records
> Record > Omit Record
> Record > Show Omitted
>
> Now only the record you want is in the Found Set.
> File > Export
> Choose the format: TXT
>
> If you want XLS just load the text file into Excell & Save as a
> spreadsheet.
>
> If you want PDF you need Adobe Acrobat or Mac OSX. You just print it
> from FMP.
Beau Parlog Guest
-
Howard Schlossberg #4
Re: Print to File
If you do a CTRL-SHFT-C in Windows, it will copy all the data from the
current screen. If you are in form view, it will copy all fields from
the record that are on the current screen. If you are in a list view,
it will copy all fields on the current layout from all records in the
current found set.
If you are actually looking to export a document that can be opened in
Word, then you can export as an HTML table or as a delimited text file,
or you can use a calc to format as RTF and then export that, or else you
can export as XML (in FMP 6) and open it with a stylesheet in Word.
Beau Parlog wrote:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> OS: Windows 98, NT 4, 2000 Pro and Mac OS 9
> FMP: 5, 5.5, and 6
>
> What I really need to do is find a way to copy current record into a Word or
> Excel file.
> Thanks for any help you can give.
Howard Schlossberg (818) 883-2846
FM Pro Solutions Los Angeles, California
Associate Member, FileMaker Solutions Alliance
Howard Schlossberg Guest
-
Beau Parlog #5
Re: Print to File
I went to export, but there are no TXT choices. I am using v.5.0 but I will
upgrade now to 6.0 to see if it is there.
"Howard Schlossberg" <howard@antispahm.fmprosolutions.com> wrote in message
news:vngslc35o5ca2b@corp.supernews.com...Word or> If you do a CTRL-SHFT-C in Windows, it will copy all the data from the
> current screen. If you are in form view, it will copy all fields from
> the record that are on the current screen. If you are in a list view,
> it will copy all fields on the current layout from all records in the
> current found set.
>
> If you are actually looking to export a document that can be opened in
> Word, then you can export as an HTML table or as a delimited text file,
> or you can use a calc to format as RTF and then export that, or else you
> can export as XML (in FMP 6) and open it with a stylesheet in Word.
>
> Beau Parlog wrote:> > OS: Windows 98, NT 4, 2000 Pro and Mac OS 9
> > FMP: 5, 5.5, and 6
> >
> > What I really need to do is find a way to copy current record into a>> > Excel file.
> > Thanks for any help you can give.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Howard Schlossberg (818) 883-2846
> FM Pro Solutions Los Angeles, California
> Associate Member, FileMaker Solutions Alliance
>
Beau Parlog Guest
-
Howard Schlossberg #6
Re: Print to File
There are two text exports: tab-delimited and comma-separated. These
are included in all versions going back to the beginning.
Beau Parlog wrote:--> I went to export, but there are no TXT choices. I am using v.5.0 but I will
> upgrade now to 6.0 to see if it is there.
>
>
>
> "Howard Schlossberg" <howard@antispahm.fmprosolutions.com> wrote in message
> news:vngslc35o5ca2b@corp.supernews.com...
>>>>If you do a CTRL-SHFT-C in Windows, it will copy all the data from the
>>current screen. If you are in form view, it will copy all fields from
>>the record that are on the current screen. If you are in a list view,
>>it will copy all fields on the current layout from all records in the
>>current found set.
>>
>>If you are actually looking to export a document that can be opened in
>>Word, then you can export as an HTML table or as a delimited text file,
>>or you can use a calc to format as RTF and then export that, or else you
>>can export as XML (in FMP 6) and open it with a stylesheet in Word.
>>
>>Beau Parlog wrote:
>>>>>OS: Windows 98, NT 4, 2000 Pro and Mac OS 9
>>>FMP: 5, 5.5, and 6
>>>
>>>What I really need to do is find a way to copy current record into a
> Word or
>>>>>>>Excel file.
>>>Thanks for any help you can give.
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>Howard Schlossberg (818) 883-2846
>>FM Pro Solutions Los Angeles, California
>>Associate Member, FileMaker Solutions Alliance
>>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Pro Solutions Los Angeles, California
Associate Member, FileMaker Solutions Alliance
Howard Schlossberg Guest
-
Tim Booth #7
Re: Print to File
Beau Parlog wrote:Yes there are - at least 3 I can think of, although none of them>
> I went to export, but there are no TXT choices. I am using v.5.0 but I will
> upgrade now to 6.0 to see if it is there.
are called .txt
..tab - Tab delimited text file
..csv - Comma delimited text file
..mer - Word merge format text file
All are plain text, with characters between the values of each exported
field.
Cheers
Webko
Tim Booth Guest
-
eyebrown@mindspring.com #8
Re: Print to File
In article <vnh2vvip7g007b@corp.supernews.com>, Howard Schlossberg
<howard@antispahm.fmprosolutions.com> wrote:
And to get around the limitations of both, you can cobble up a whacking>There are two text exports: tab-delimited and comma-separated. These
>are included in all versions going back to the beginning.
big concatenation field organized the way you'd like to see it as raw
text. Then export just that field as tab-delimited (but saved with a .txt
suffix). With onely one field per record, there will be no tab characters
inserted, nothing to delimit. By doing tab (as opposed to comma) you
avoid the quote marks that pop up in comma. You just get the ones you
want, that you calced into your concatenation field.
Steve Brown
eyebrown@mindspring.com Guest
-
Terry McDanel #9
Re: Print to File
Ok, well, that is a bit more information than we started with. Even
though i am uncertain exactly what you mean by "copy current record", i
would assume my first strategies were not what you are imagining.
Are you thinking there is a "Copy to Word" command? Script step? If
so, there is not. But i will give it one more shot.
There is a "Copy Record script step"
FMP Help Overview (which of course, you are licensed to use without
fear of retribution before you post a question to newsgroups) says:*
"The Copy Record script step copies the values of a record to the
Clipboard. When you copy a record, data in container fields is not
copied. Text fields are copied in tab-delimited format, without styles,
in the order they were created in the file."
My presumption would be that the fields to be copied have to be on the
current layout when used, but the "in order they were created" would
imply otherwise. I have never used the script step so i do not know
for certain.
You could place a button on the layout that does just this step.
The next user task would be to switch to Word, Excell, whatever and
Edit > Paste.
If you want this totally automated, on MacOS 9 you could have a script
with the Copy Record script step then call an AppleScript that would
tell Word, Excell, etc, to Paste, but the location of the Paste could
be tricky. In PC/Windows, who knows how to automate it.
Well, did i read your mind adequately?
In article <bl9q8m$cke@dispatch.concentric.net>, Beau Parlog
<beau@valmark.com> wrote:
--> OS: Windows 98, NT 4, 2000 Pro and Mac OS 9
> FMP: 5, 5.5, and 6
>
> What I really need to do is find a way to copy current record into a Word or
> Excel file.
> Thanks for any help you can give.
>
>
>
> "Terry McDanel" <tmcdanel@NO.iname.SPAM.com> wrote in message
> news:260920032141236568%tmcdanel@NO.iname.SPAM.com ...> as to> > In article <bkvenu$j4m@dispatch.concentric.net>, Beau Parlog
> > <beau@valmark.com> wrote:
> >> > > Can someone please tell me how I can print or save a current record so> form?> > > send as an email attachment for other to view in PDF, DOC, TXT, or XLS>> >> > > Thanks
> > >
> > >
> > Well, you didnt provide any details like what verson of FM, or computer
> > platform, or other variables.. but in general maybe what you want to do
> > is "Find" the particular record so it is the only record currently
> > "Found" then go to File > Export.
> >
> > To make the record the only found:
> > go to the record then from the bar menu:
> > Record > Show All Records
> > Record > Omit Record
> > Record > Show Omitted
> >
> > Now only the record you want is in the Found Set.
> > File > Export
> > Choose the format: TXT
> >
> > If you want XLS just load the text file into Excell & Save as a
> > spreadsheet.
> >
> > If you want PDF you need Adobe Acrobat or Mac OSX. You just print it
> > from FMP.
>
Remove ".N.O.S.P.A.M" to email.
Terry McDanel Guest
-
Richard Atkins #10
print to file
Not really a flash question - so apologies.
But I've got a print function in my flash program, and I don't want to waist
ink and paper to test if it's coming out ok. But if I print to file (Win XP)
I don't know what type of file is generated as it doesn't put a .jpg / .bmp
or anything on the end of it.
Anyone have any idea what type of file is generated?
Rich
Richard Atkins Guest
-
Richard Atkins #11
Re: print to file
or in addition to this, to make it clearer, I remember when working on Flash
5 I had a printing issue, and I managed to
print to a graphic file rather than to paper all the time.
Does anyone know how to do this?
"Richard Atkins" <richatkins88@yahoo.co.uk> wrote in message
news:c1g7b2$h8c$1@forums.macromedia.com...waist> Not really a flash question - so apologies.
>
> But I've got a print function in my flash program, and I don't want toXP)> ink and paper to test if it's coming out ok. But if I print to file (Win..bmp> I don't know what type of file is generated as it doesn't put a .jpg /> or anything on the end of it.
>
> Anyone have any idea what type of file is generated?
>
> Rich
>
>
Richard Atkins Guest



Reply With Quote

