daogu
saniao
December 9, 2010
how to go for a spcified record in a block
Filed under : Forms
hai,
I have a problem of going to specified record in a block which contains some 600 records.now i want to go to a particular record
for example
my block is like
partno partname type
1001 sample 1
.
..
.
3000 sample 3000
I HAVE ONE TEXT ITEM,IN WHICH I WILL GIVE INPUT(PARTNO),THEN THE CURSOR HAS TO MOVE TO THAT PARTICULAR RECORD IN A BLOCK.PLEASE ANY ONE HELP ME HOW TO DO THIS.
THANKS IN ADVANCE
Answer:That’s not the way Forms is supposed to work.
Simply create a data block, enter query mode, enter criteria (this "partno" you are talking about), execute query. Forms will fetch that record.
Related posts:
- How i get Last Record of Current Data Block using forms 6i Dear I am using forms 6i i want to...
- How do I make the control block entry populate the data block? Hi. New to Forms. Using 9i dev suite. I...
- Trigger Assistance Hello - I feel that this is a stupid...
- Retrive many rows into a data block?? Hi All, I have a select statement which returns...
- Fetch Query in control bolck Hi to all, I want to fetch a query...
No Comments