Click to See Complete Forum and Search --> : how to selected value of lov put in form


sanjeev.cummins
04-14-2007, 03:51 AM
1. first we cerate a record
2. record joined with lov
problem is how to selected value of lov put in the form

hema
04-14-2007, 01:01 PM
There are two ways to do this:
1)Go to lov property pallete+click on column mapping properties->there you can find return value,there you can browse and select column
2)otherwise declare a global variable and specify in return value

Ex:
Job title is lov,then declare a global variable in new form instance as
global.a=:emp.job_title;
give this global variable in lov pp...