March 17, 200124 yr I have search.htm and search_results.htm. The column fields on the search_results.htm should be defined according to the fields I ask on the search.htm. If I search on the database according to the date and sell-price the list should contain the name of the item-date-sell price columns If I search on the database according to the date and buy-price the list should contain the item name-date-buy price. How can manage to define the columns on the list according to the search items? thanks in advance. abdulkadir kaplan [This message has been edited by abkaplan (edited March 17, 2001).]
April 3, 200124 yr Author I tried it buy using -token. But up to now I can use only one -token in a page. if it is possible to use more than one -token in apge I can define yhe tokens and send them to the other pages. and use them as the field names. is there any one who tried that ? Abkaplan
April 3, 200124 yr In FM 5 you can have 10 tokens, 0 - 9. That is like any other language variable. You just have to carry the tokens along from page to page in links.
April 3, 200124 yr Author Dear Anatoli Thaks I will try it is that correct? : <input type="hidden" name="-token" value="12345"> <input type="hidden" name="-token0" value="3333"> Abkaplan
April 4, 200124 yr quote: Originally posted by abkaplan: Dear Anatoli Thaks I will try it is that correct? : <input type="hidden" name="-token" value="12345"> <input type="hidden" name="-token0" value="3333"> Abkaplan It should be -token.0 -token.1 -token.2 up to -token.9
Create an account or sign in to comment