How to generate the auto serial no in forms for database items? (merged) [message #188754] |
Mon, 21 August 2006 08:33  |
amul
Messages: 252 Registered: April 2001 Location: Chennai
|
Senior Member |
|
|
Hi All,
How to generate the serial no(Non Database Item) for recods(When u inserting or Querying).
Consider below product table ->
Prod_Code Prod Desc
001 T.V
002 FRIDGE
I'm going to queriyng(May be Multiple Records(Grid) or Individual Item ) this records thru forms
so it is showing as
S.No Prod_Code Prod_Desc
1 101 T.V
2 102 FRIDGE
If anybody have idea on this,pls let me know.....
Cheers
Amul
[Updated on: Mon, 21 August 2006 08:36] Report message to a moderator
|
|
|
How to generate the auto serial no in forms for database items? [message #188868 is a reply to message #188754] |
Tue, 22 August 2006 04:15   |
amul
Messages: 252 Registered: April 2001 Location: Chennai
|
Senior Member |
|
|
Hi All,
I've Prod_Table
fields are
Prod_Code Prod_Desc
001 MIXE
002 A/C
This fields are showing in form
S.No Product.Code Product.Desc
1 001 MIXE
2 002 A/C
Requirement:
When ever fetching or inserting the records it should populate with serial no.....(it suit for Multirecords(Grid) also)....
Any Boady have idea on this,pls let me know
|
|
|
How to generate the auto serial no in forms for database items? [message #188871 is a reply to message #188754] |
Tue, 22 August 2006 04:19   |
amul
Messages: 252 Registered: April 2001 Location: Chennai
|
Senior Member |
|
|
Hi All,
I've Prod_Table
fields are
Prod_Code Prod_Desc
001 MIXE
002 A/C
This fields are showing in form
S.No Product.Code Product.Desc
1 001 MIXE
2 002 A/C
Requirement:
When ever fetching or inserting the records it should populate with serial no.....(it suit for Multirecords(Grid) also)....
Any Boady have idea on this,pls let me know
Regds
Amul
|
|
|
|
Generation of auto serial no's on a non base table item in forms 10g [message #189392 is a reply to message #189380] |
Thu, 24 August 2006 07:19   |
amul
Messages: 252 Registered: April 2001 Location: Chennai
|
Senior Member |
|
|
Hello all,
I am having base table block "EMP" in the forms 10g involving emp table.
s.No empno ename
1 101 Ramanan
2 102 suresh
3 103 senthil
.. .. ..
The columns empno,ename are base table items in the emp block,S.No column
is NON BASE TABLE item in this block,my requirment is to generate this
S.No automatically during insert or query.
if anyone has solutions to this question,pls let me know.
Regards
Amul
|
|
|
|
|