Forums
 This topic is locked 
             showing a certain record without URL parameter
 Posted 18 Apr 2001  16:31:37 
  1 
     has   voted 
  18 Apr 2001  16:31:37 Marcellino Bommezijn posted: 
 Hello,I want to show a certain record from a database without having a URL parameter that determines the id of the field.
When you add a database field from the recordset it shows this:
<=RsContent.Fields.Item"(content_hdr1"
 .Value)%>
.Value)%>But when you have no URL parameter it gives the first record (id) from the database. How can i show for example id 4 without a URL parameter when open this page in the browser.
Thanks
Edited by - phpiboko on 04/18/2001 16:32:36
Replies
 Replied 18 Apr 2001  19:19:43 
   18 Apr 2001  19:19:43 Waldo Smeets replied: 
  You need to use the FILTER option that is available in the recordset dialog box (the place where you define the recordset). I think the dialog box shows clear how to use it, but let me know when you are having difficulties with it.
Waldo Smeets - www.UDzone.com Webmaster
------------------------------------------
www.UDzone.com : A Dreamweaver, Ultradev and Fireworks recourse site for developers
by developers.
------------------------------------------
  Waldo Smeets - www.UDzone.com Webmaster
------------------------------------------
www.UDzone.com : A Dreamweaver, Ultradev and Fireworks recourse site for developers
by developers.
------------------------------------------
 Replied 18 Apr 2001  19:54:57 
   18 Apr 2001  19:54:57 Marcellino Bommezijn replied: 
  Thanks,
I saw it also you can enter a value manually, i did this but i couldn't find the value back in the script tags.
Later on i saw it on top of the page ( didn't test live = stupid)
Thanks anyway
  
  I saw it also you can enter a value manually, i did this but i couldn't find the value back in the script tags.
Later on i saw it on top of the page ( didn't test live = stupid)
Thanks anyway

