Results 1 to 2 of 2

Thread: NOF Forms Handler

  1. #1
    Junior Member
    Join Date
    Apr 2016
    Posts
    2

    Default NOF Forms Handler

    I want to save and search for personal data on members on my web page.
    1.
    I have placed a NOF Forms Handler on a page in Netobjects fusion 11.0.
    The fields are published and accessable on my web page.
    I may fill in data, but the following message appears when I submit the input :
    An error occured. Please contact the site administrator.
    Error code: 701

    What is wrong ?

    2.
    I want to search for the members
    How do I create a Search field that search in the NOF Forms Handler fields and how do I create a result table.

    3.
    How do I create an edit button in the result table.
    When the data is updated the data has to be submitted and saved.

    Thanks Per-Olav Bang

  2. #2
    Senior Member gotFusion's Avatar
    Join Date
    Jan 2010
    Location
    www.gotHosting.biz
    Posts
    4,529

    Default

    701 error is the same as a 404 (not found) error coming from the server.

    You need to run the wizard to set a path and create the folder on the server.

    The code the component writes saves the data in a CSV file which is a plain text file with each item on a separate line with the item input separated by commas. Not very good for much and not what you are after.

    Any database saves, searches, and edits should be done on a "real" database and performed via a dynamic language.

    I can search my 14,000 member database in microseconds but it is a MS SQL server database run by coldfusion.

    Ask your web host what they support for databases and languages then look for something that is pre-written that will fit your needs.
    NetObjects Fusion Cloud Linux enabled Web Hosting, support + training starts at $14.95
    NetObjects Fusion web Hosting and support + ASP + PHP + ColdFusion + MySQL + MS SQL
    FREE NetObjects Fusion Support & training comes with all web hosting accounts
    NetObjects Fusion Web Hosting: http://www.gotHosting.biz

Tags for this Thread

Posting Permissions

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