View current records in web page - Newbie Question

Ask a Question related to FileMaker, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: View current records in web page - Newbie Question



    oneclub wrote:
    >
    > 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>
    > ************************************************** ****
    And you are getting to this page how??

    [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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139