Ask a Question related to FileMaker, Design and Development.
-
Tech #1
Exporting field contents to .html file
I have a problem that I reckon somone has come across before.
We have a database where I enter an HTML header and an HTML footer into two
global fields.
We then have a non-global field called text.
Another calculation field called HTML then concatenates the HTML header &
text & HTML footer together.
My question is..
Is there a way to print the data from the one field of that record into a
plain .html file on my computer? Ready for me to upload it to our webserver?
There's nothing of use in the export function.
I don't suppose the old 'print to file' would be any use would it?
Thanks
Ben Bradley (Tech)
Tech Guest
-
Exporting database contents to Excel but missing leading zeroes???
I have the following script working well for database exports to Excell. However, all my zip codes are missing the leading zeros (probably other... -
Manipulating contents of Text Field
My task is to build a login form. My only tool is HTML - the site does not have Coldfusion. It is a very simple form except that the username... -
Verifying Case of field contents
Hi All, A colleague wants a script for a quiz which takes the content of a field and checks it against the given answers. Pretty... -
Read the contents of a text file into an HTML page
"Dutch3001" <mandygretahello@msn.com> wrote in message news:57c4bcf5.0307182134.78d05a86@posting.google.com... html wont do it, and client side... -
importing exporting container field contents
Hello Pierre, Under Windows you might find some hints at www.tekstotaal.com/c.fmp.image.import.html and... -
Michael Myett #2
Re: Exporting field contents to .html file
Tech wrote:
It sure would. If your on Windows install the generic print driver and> I have a problem that I reckon somone has come across before.
>
> We have a database where I enter an HTML header and an HTML footer into two
> global fields.
> We then have a non-global field called text.
> Another calculation field called HTML then concatenates the HTML header &
> text & HTML footer together.
>
> My question is..
>
> Is there a way to print the data from the one field of that record into a
> plain .html file on my computer? Ready for me to upload it to our webserver?
> There's nothing of use in the export function.
>
> I don't suppose the old 'print to file' would be any use would it?
print to file will generate a text file without any additional
formatting. I would only be assuming there is a similar driver on Mac.
Michael Myett
Michael Myett Guest
-
Kevin Hayes #3
Re: Exporting field contents to .html file
In article <Q843b.281$4L1.58115@wards.force9.net>, [email]brad@nowhere.net[/email]
says...
Why couldn't you just export that one calc field?> Is there a way to print the data from the one field of that record into a
> plain .html file on my computer? Ready for me to upload it to our webserver?
> There's nothing of use in the export function.
What pkatform are you using?
Kevin Hayes Guest
-
eyebrown@mindspring.com #4
Re: Exporting field contents to .html file
In article <Q843b.281$4L1.58115@wards.force9.net>, "Tech"
<brad@nowhere.net> wrote:
Export the one field from one record as a tab-delimited text file. There>Is there a way to print the data from the one field of that record into a
>plain .html file on my computer?
won't be any tabs, with no multiple fields to delimite. Tab-delimited
keeps the resulting text file from being surrounded in quotes (I do this
every day to make DOS macros out of FM concatenation fields).
You'd have to rename the file from file.tab to file.htm, but if the file
always had the same name, you could work the filename & suffix into the
export scriopt.
Steve Brown
eyebrown@mindspring.com Guest
-
Tim Booth #5
Re: Exporting field contents to .html file
Tech wrote:Actually, there is. Export as tab delimited, and make the filename>
> I have a problem that I reckon somone has come across before.
>
> We have a database where I enter an HTML header and an HTML footer into two
> global fields.
> We then have a non-global field called text.
> Another calculation field called HTML then concatenates the HTML header &
> text & HTML footer together.
>
> My question is..
>
> Is there a way to print the data from the one field of that record into a
> plain .html file on my computer? Ready for me to upload it to our webserver?
> There's nothing of use in the export function.
whatever you want - index.html will work for instance. As it is
only one field, there will be no tabs in the final file... used
to do this all the time with FM 3, before it became web native
and could write it's own web pages directly.
Webko
Tim Booth Guest
-
Tech #6
Re: Exporting field contents to .html file
Aha that's a quality idea!
I should have let you know the version and platform of fmp i was using,
FMP4.1 on WinXP Pro.
Thanks for all the help.
Ben
"Tim Booth" <tbooth@usyd.edu.au> wrote in message
news:3F4D5452.59E43B32@usyd.edu.au...two>
>
> Tech wrote:> >
> > I have a problem that I reckon somone has come across before.
> >
> > We have a database where I enter an HTML header and an HTML footer into&> > global fields.
> > We then have a non-global field called text.
> > Another calculation field called HTML then concatenates the HTML headera> > text & HTML footer together.
> >
> > My question is..
> >
> > Is there a way to print the data from the one field of that record intowebserver?> > plain .html file on my computer? Ready for me to upload it to our>> > There's nothing of use in the export function.
> Actually, there is. Export as tab delimited, and make the filename
> whatever you want - index.html will work for instance. As it is
> only one field, there will be no tabs in the final file... used
> to do this all the time with FM 3, before it became web native
> and could write it's own web pages directly.
>
> Webko
Tech Guest



Reply With Quote

