fetch Grid records for Radio Button

vaibhav

Member
Hello
I have a Find Browse form which is custom developed on F4311. It has a header part that has 2 Radio buttons along with many other fields. The purpose of radio buttons is to filter the records in the grid based on its selection. The difficult part is the selection of two buttons is related to the two types of UDCs which contains doc types. Clicking one radio button should fetch the records in the grid based on all the doc types that are present in the associated UDC. I have done a fetch to UDC table based on the radio button selection in a while loop on find button and then used a set selection system function but the filtering in not working properly. any suggestions ?
Thanks.
 
Look at the SQL that is generated and modify your selection/code accordingly.
 
Back
Top