I am trying to build my first web application, and I am not familiar with coding. I have am using now a desktop application first developed in 2002, updated four years ago. In the desktop version of what I use there is a dbf table called clients, with a primary key. When a client is searched the client address, birthdate etc. fields appears. There I is also browse that populates from another set, showing all the files associated with that client, one client can have many files, with the link being client id.
I have in my playing around with the web version of the application a list control, with search part, and when a client name is clicked in the list, fields on the ux component are populated with data from the client table (now sql table running on a MySQL database server). I then have repeating container with the file information, still linked by client id. The fields in the repeating component are bound to the table file, and the parent/child link was set up.
I have no idea of where or what the code is to populate the repeating section when a client is chosen from the list. I tried something in the server side events, tried something on the click the column properties in the list control, and am not getting it. Looked for videos, documentation - knowing this must be a very simple thing to do.
Sorry for what seems to me is probably a very, very basic question -any help will be, well, helpful.
Bookmarks