DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: how to selected value of lov put in form

  1. #1
    Join Date
    Jan 2007
    Posts
    3

    how to selected value of lov put in form

    1. first we cerate a record
    2. record joined with lov
    problem is how to selected value of lov put in the form

  2. #2
    Join Date
    Apr 2007
    Location
    India
    Posts
    5
    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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width