Making a Sub that puts up a dialog that optionally can also (beside labels, edittext and buttons) show a ResultSet, a list, a 1D string array or a map, all showing in the dialog as a flexible table.
Would it be possible to pass these 4 as an object and handle them as their proper type in the receiving Sub?
I guess this is not possible (especially with the ResultSet), but maybe it is.
I could of course make 4 different Subs or let the passing Sub make the flexible table and pass that to the receiving Sub.
RBS
Would it be possible to pass these 4 as an object and handle them as their proper type in the receiving Sub?
I guess this is not possible (especially with the ResultSet), but maybe it is.
I could of course make 4 different Subs or let the passing Sub make the flexible table and pass that to the receiving Sub.
RBS