Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Client Interface For Exporting Table Fields

Status
Not open for further replies.

JabbaTheNut

Programmer
Jul 29, 2002
176
US
I am trying to create an Export Interface for my clients that will allow them to select the fields of a table that they want to export. I am using two list boxes (1. Available Fields list, 2. Selected Fields list). I am using javascript to handle the movement of fields between them. Once the client has placed the desired fields into the Selected Fields list box, the client can then post the request to the server where a delimited text file will be generated according to the specification.

My code works fine. However, I am concerned that my overall approach to an Export Interface is not a good one. Has anyone had to offer the dynamic selection of table fields for export? If so, how did you do it?

Game Over, Man!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top