Hi, I have 70+ tables for which I'm building grids to display and edit data, a grid for each table. Each table has a column, say client_ID, and there is Clients lookup table. I want a user to be able to select the client ID in each grid from a LOV base on the Clients table. Thanks to this week's webinar, I got to know there is a lovField component, so I defined my client_ID as a lovfield in each grid. But the LOV doesn't return anything into the lovField unless I set a target in the LOV at design time. But then I'll have to create 70+ LOVs - one for each grid/datasource, although all LOVs would be identical except for the targets. Is there a way to accomplish this task with a single LOV? Thanks, Ilia |
Hi Ilia, To accomplish this, you can leave the LOV targets empty at designtime and set them at the runtime in the Hope this helps, |
Hi Paul, You can set the name of your components inside of the grid same with your column names. Then, you can get the name of the focused component in the grid with Hope this helps, |
Hi Ibrahim, Thanks for your help! It worked as you suggested. |