We are creating a form that execute 3 SQL procedure. First it select and filled a table with only the classes that are for a specific semester, second it populate the same classes dropdown will all the available course for the major. These 2 procedures run without issue.
The 3 procedure, need to run when the user changed any classes for the dropdown, it should be filling the course id and the credits based on the class selected. This part is not being execute, what I'm doing wrong? how I can make this lookup to execute?
We are running Forms 10.2.1, below the lookups and also screenshot of the form:
Initial Procedure: add the new rows
Second procedure: add the additional course's name to the dropdown (without adding new rows):
3 procedure: Lookup when the course name changed (this is the one not working):
Screenshot: in this sample, only 4 classes returned from the 1st procedure, then the 2nd procedure filled all the available classes. When the user changes the course, the 3rd procedure should complete the course id and the credits. Any help will be appreciated!!