Jump to content

roko

Newbies
  • Posts

    5
  • Joined

  • Last visited

roko's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. quote: Originally posted by Vaughan: That's interesting, because the default value is "bw." Try leaving the whole -Op tag out completely. If it still doesn't work then you have other problems with the logic of your form. I have tryied with other options and all it does is allways searches for "contained" text e.g. search=Ann result=Ann,Anna,Marry-Ann Roko
  2. I have a web form that enters some text in fields using some of the Central European characters (Croatian). When I set the code page of the form to either win-1250, iso-8859-2 or unicode, the characters in Filemaker are all messed up and the search or sort of those chars don't work. When I retrive those characters using CMDL ([FMP-field: field, raw]) they display correctly in the browser. Yes, I have set the font in Filemaker layout to Arial CE, and it still shows garbage in the textarea. Roko Roic
  3. I can't seem to find a way to make the -Op thingie to work with my searches. The code: ---------------------------------- <form name="sort" method="post" action="http://130.100.101.101:591/ctnz/FMPro"> <input type="hidden" name="-DB" value="[FMP-CurrentDatabase]"> <input type="hidden" name="-Format" value="tablice/[FMP-CurrentDatabase]-list.htm"> <input type="hidden" name="-Max" value="[FMP-CurrentMax]"> <input type="hidden" name="-Lay" value="CGI"> <input type="hidden" name="-Error" value="tablice/[FMP-CurrentDatabase]-list.htm"> <input type="hidden" name="-Op" value="bw"> <input type="text" id="searchvalue" name="IDd" value="" class="inputBox" style="width:155px;"> <hr size="1"> Rezultate sortiraj po <select name="-Sortfield" size="1" style="width:155px;"> <option value="IDd" selected>ID-u</option> <option value="ime">Imenu</option> <option value="prezime">Prezimenu</option> <option value="IDs">Org. Jedinici</option> </select> <br> <input type="hidden" Name="-Find" Value=" "> <input type="submit" name="-Find" value="Pokreni" class="pbutton" style="width:155px;"> </form> ------------------------------ It copmletely ignores the Operator and returns results that don't begin with the search value. Anyone? Tnx Roko
  4. When I press enter after filling in a text field instead of clicking the submit button of a form i get error code 4. When I do press the button the search goes on Ok. Does anybody have a workaround? Roko Here's the form: ----------------------------------------- <form method="post" action="http://130.100.101.101:591/ctnz/FMPro" name="sort"> <input type="hidden" name="-DB" value="[FMP-CurrentDatabase]"> <input type="hidden" name="-Format" value="tablice/[FMP-CurrentDatabase]-list.htm"> <input type="hidden" name="-Max" value="[FMP-CurrentMax]"> <input type="hidden" name="-Lay" value="CGI"> <input type="hidden" name="-Error" value="tablice/[FMP-CurrentDatabase]-list.htm"> <input type="text" id="searchvalue" name="IDd" value="" class="inputBox" style="width:155px;"> <hr size="1"> Rezultate sortiraj po <select name="-Sortfield" size="1" style="width:155px;"> <option value="IDd">ID-u</option> <option value="ime">Imenu</option> <option value="prezime">Prezimenu</option> <option value="IDs" selected>Org. Jedinici</option> </select> <br> <input type="submit" name="-find" value="Submit" class="pbutton" style="width:155px;"> </form>
×
×
  • Create New...

Important Information

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