Sign Up

Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Ask Question
  • Write a Tutorial
  • Online Courses
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier
  • Ask Question
  • Write a Tutorial
  • Online Courses
mans605
mans605

mans605

  • 1 Question
  • 0 Answers
  • 0 Best Answers
  • 25 Points
View Profile
  • 0
mans605Contributor
Asked: August 2, 20212021-08-02T14:59:39+05:30 2021-08-02T14:59:39+05:30

multiple ListItem in oracle form 6i

  • 0

hello every

 

hope everyone is doing well

 

so it happened that i work with oracle form 6

 

what i want to do is

 

i have a coulmn called work place

 

have the whole name of the work plave in the company

 

what i did is divided it as the following

 
select

regexp_substr(work_place,'[^/]+', 1, 1)

as "dep1"

,regexp_substr(work_place,'[^/]+', 1, 2)

as "dep2"

,regexp_substr(work_place,'[^/]+', 1, 3)

 

 

what i want to do now is

 

to make a form with three item list

dept1

dept2

dept3

 

where each one wholds its own dept

 

so when the user whatever dept1 the list change depands on that partucler dept1

 

what should i do

 

 

 

oracle
  • 0
  • 21
  • 0
  • 0
  • Share
    • Share on Facebook
    • Share on Twitter
    • Share on LinkedIn
Answer

    You must login to add an answer.

    Forgot Password?

    Sidebar

    Ask Question
    Write a Tutorial

    Recent Blog Posts

    • Vinish

      What is Oracle ERP?

    • Vinish

      The Benefits of Unit Testing

    • Vinish

      Java OOPS Concepts MCQ Quiz

    • Vinish

      What is the Best Database to Use?

    • Vinish

      Sending Query Strings in Post Requests in C#

    Explore

    • Home
    • Blog
    • New Questions
    • Tutorials
      • Oracle
      • Oracle Apex
      • Python
    • Tags
    • Users
    • Badges & Points
    • Image to Base64
    • PL/SQL Beautifier

    Creative Commons License
    This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    © 2021 OrclQA.Com. All Rights Reserved.
    Privacy Policy - About Us