Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening a record of data

Status
Not open for further replies.

agabovich

IS-IT--Management
Sep 18, 2001
10
0
0
US

Hello. I am new to JSP and I have a basic question:

I have a page that contains an input field: "File Number".

When a user enters the information and clicks button "OPEN", a record with the file number from a table is supposed to show up on the same page.

How do you accomplish this with Ultradev?

Your help is greatly appreciated.

Alexander.
 
Server behaviours>Recordset Query>

Then the query needs to select from Db where File_id = "File Number"

Your Form needs to have a submit button that redirects to the page to display the data, it can be the same page but you will then need to have regions hidden for the first view as there will be no recordset until the form is submitted.
Try the tutorial on Recordsets. Live long and make your kids suffer..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top