Ask a Question related to FileMaker, Design and Development.
-
oneclub #1
View current records in web page - Newbie Question
Hi All
I have a small db version 5, that i am capturing data from a web page. I
have it wrting to the db succesfully, but i am unable to view the records
when i use the CDML replacement tags.
I have the web companing enabled and sharing enabled.
Here is my code
************************************************** ***
<p>Current number of database entries is [FMP-CurrentRecordCount] </p>
<table border="1">
<tr>
<td>Question 1</td>
</tr>
<tr>
<td>What are you suggestions for improvement</td>
</tr>
[FMP-Record]
<tr>
<td>
<div align="left">[FMP-Field: my_field_name]</div>
</td>
</tr>
[/FMP-Record]
</table>
************************************************** ****
Any assistance would be greatly appreciated.
Cheers
oneclub
oneclub Guest
-
Two page form-newbie question
I have a form, set up in Pagemaker and converted to to a PDF file with Acrobat Pro 6. I need to email this to people. Ideally I would like the form... -
newbie question: loading web page in same window
I have a complex application that I may need to separate into mutliple swfs. At some point, I need to make an http request to a site that returns a... -
Newbie - question concerning page behaviour
Not sure that the subject adequately defines my question, but here goes. I have a CLASSIC asp web site that contains FRAMES. In my left-hand... -
Newbie Question - Two on One Page
How do I use acrobat and change my pdf so that I have two of the same document on one page. Do I need a plugin and if so which one? All help is... -
Newbie question: how can decide if there is any records in record set
hi, I am new to asp. I need to check if the query returns any records, how to do it?. I run the sql in Query Analyzer it returns nothing. but... -
Tim Booth #2
Re: View current records in web page - Newbie Question
oneclub wrote:And you are getting to this page how??>
> Hi All
>
> I have a small db version 5, that i am capturing data from a web page. I
> have it wrting to the db succesfully, but i am unable to view the records
> when i use the CDML replacement tags.
>
> I have the web companing enabled and sharing enabled.
>
> Here is my code
> ************************************************** ***
> <p>Current number of database entries is [FMP-CurrentRecordCount] </p>
> <table border="1">
> <tr>
> <td>Question 1</td>
> </tr>
> <tr>
> <td>What are you suggestions for improvement</td>
> </tr>
> [FMP-Record]
> <tr>
> <td>
> <div align="left">[FMP-Field: my_field_name]</div>
> </td>
> </tr>
> [/FMP-Record]
> </table>
> ************************************************** ****
[url]http://ipadress/nameofile.html[/url] will not work - replacement does
not occur until *after* a FileMaker action...
[url]http://ipaddress/FMPro?-db=database.fp5&-format=nameofile.html&searchFieldvalue=value&-find[/url]
will work though...
Webko
Tim Booth Guest



Reply With Quote

