|
You can use the datawindow services to get the columns (of_getObjects I
believe). You can populate this in a list for them to choose from.
Then you have two options...
You can either set the visible property of the column ( and header text )
to 0 for columns they don't want to see. This is the easiest
approach.
The other approach is to modify the SQL of the datawindow prior to
retrieval. For this you'll need to do describes to get the database column
name (.dbname) and alter the SQL and also change the presentation of the
datawindow. This is a lot more work but it reduces the amount of data
needed to be retrieved from the database and sent over the network.
D
|
Title: Choose the columns before retrieve...
- PFCSIG Choose the columns before retrieve... Vachon, Francois
- Daniel Coppersmith
