lov [message #351661] |
Thu, 02 October 2008 03:40  |
hisham99
Messages: 106 Registered: October 2008 Location: united arab emirates
|
Senior Member |
|
|
i have a tabular form ,I Need to known When the List of Value (LOV) on Forms has been used, After the Selection of one Document if it possible to not view the selected document in next row (record) befor saving the form .
Eg: (LOV Contain)
Documentno
52060001
52060002
52060003
52060004
I Selected the Documentno has 52060003. After the selection I select another documentno for the continus of the Entry. They were List of Value Display Follows like.
Documentno
52060001
52060002
52060004
|
|
|
Re: lov [message #351753 is a reply to message #351661] |
Thu, 02 October 2008 19:09   |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
I suggest doing a 'commit_form' when you have finished processing a record and in the 'record_group' used by the LOV you then modify the 'where' clause to exclude any 'Documentno' numbers that have been used.
David
Upd: Typo again. Change 'form_commit' to 'commit_form'.
[Updated on: Mon, 06 October 2008 22:17] Report message to a moderator
|
|
|
Re: lov [message #351962 is a reply to message #351753] |
Fri, 03 October 2008 23:55   |
hisham99
Messages: 106 Registered: October 2008 Location: united arab emirates
|
Senior Member |
|
|
can you please show me how ,i mean can you give me an example
|
|
|
|
Re: lov [message #352010 is a reply to message #351974] |
Sat, 04 October 2008 23:56   |
hisham99
Messages: 106 Registered: October 2008 Location: united arab emirates
|
Senior Member |
|
|
thanks but can we have other solution than commit each record separately ,
|
|
|
|
|
|