This has been asked before, but no answer, either yes or no, was given. I'm looking to write a bit of code that will take a table, some columns, and a query prepare string in, produce a browser for the query displaying the columns specified, then return the buffer selected by the user to the calling procedure.
I've run into a roadblock trying to create a dynamic browse to accomodate the dynamic query. It would seem dynamic browses are...unavailable in CHUI. So, is there a workaround for this using a static browse? (all I want is to be able to specify the column names at run-time rather than compile-time, they don't have to change after creating the browse). I'd really prefer not to have to manually create the equivalent of the browse widget...
I've run into a roadblock trying to create a dynamic browse to accomodate the dynamic query. It would seem dynamic browses are...unavailable in CHUI. So, is there a workaround for this using a static browse? (all I want is to be able to specify the column names at run-time rather than compile-time, they don't have to change after creating the browse). I'd really prefer not to have to manually create the equivalent of the browse widget...