Jump to content

urdangarin

Newbies
  • Posts

    3
  • Joined

  • Last visited

urdangarin's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. We have a FM 5 Unlimited with several dbs. One of them is a simple bibliographic database with a search-result form. Now, our customers asked us on the possibility of customizing the result list throgh a web based form. Just before submiting the search, a radio-button based form asks user which fields he wants to see on the list result. Is it possible to do on the same form? (The selection and the search) We have found a solution in two steps: First a form with -edit change the values (1,0) of global fields, and after that the result page is the search page where the user introduces the request. The result page, the list, is based on the global values (If m_author=1 then show author...). But the problem appears when two o more searches are done simultaneously. After selecting fields to show, if just before introducing the search another user change the variables of fields to show, the firs one will have the list results based on the second user selection. Does anyone have a solution?
  2. I have designed a form to create a new record, but only allowed users can create it, so when they click the submit button, FM ask them for password. If they are not registered as users FM returns a standard window "Access is restricted to db, You are not allowed to create records". There is a way to costomize the erro page? I have tried this with no success: <form action="FMPro" method="POST"> </p> <p><input type="hidden" name="-db" value="CabalRes.fp5"> <input type="hidden" name="-lay" value="Intro"> <input type="hidden" name="-format" value="Formatos.htm"> <input type="hidden" name="-error" value="error_intro.html"> errorintro.html is the page I want to return with this error (Error 714?)
  3. I'm newie in this forum I have an image map menu that works fine with embedded html map, but it doesn't work when I link the image map to an external file .map. Is the problem on Web Companion? It doesn't support image map files (NCSA formated)?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.