Home » Developer & Programmer » Forms » record dont show as user entered in form. (Form 6i )
record dont show as user entered in form. [message #471535] Mon, 16 August 2010 01:20 Go to next message
kame
Messages: 69
Registered: July 2009
Member
User Enter 100 Records in tabular Block
when click on save button , records save successful but when user close form and open again that particular record,
this record dont show as user entered in form.

the records are not displaying the order what user saved while user query back the form.

what is the reason? and how to correct it?
Re: record dont show as user entered in form. [message #471545 is a reply to message #471535] Mon, 16 August 2010 01:57 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
Quote:
what is the reason?
It is the expected behavior.
SELECT doesn't give in the same order, in which you have inserted.Quote:
and how to correct it?
You need to have sorting column.
Check this.
While entering the records, also populate that column with a sequence, so that you can use the same column in the order by later.

By
Vamsi

[Updated on: Mon, 16 August 2010 01:57]

Report message to a moderator

Re: record dont show as user entered in form. [message #472999 is a reply to message #471545] Wed, 25 August 2010 05:54 Go to previous message
tamzidulamin
Messages: 132
Registered: October 2009
Location: Dhaka
Senior Member
Use ORDER BY clause in your PRIMARY KEY column of Database Block(DESC/ASC).
Previous Topic: how to call dll file in oracle developer 10g or 6i
Next Topic: To quit from the form with items having Primary Key
Goto Forum:
  


Current Time: Thu Sep 19 11:44:50 CDT 2024