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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need Grid to update adodc

Status
Not open for further replies.

sfunk

Technical User
Jan 22, 2002
107
0
0
US
Hello,

I have a contact manager program that I am writing. I am using the adodc linked to text boxes to show the current record. Right now to scroll through the records is a matter of clicking on the directional arrows of the adodc.

I would like to put a list like MSHFLexGrid (or something) that when a specific row is clicked it refreshes the adodc to the proper record.

Thanks for the help.

Sincerely,
Steve Sincerely,
Steve Funk
 
sfunk,

You have to create the object, use the dataSource property and set it to the ADODC's name, and set the AllowUpdate,AllowDelete,AllowAddNew properties to true.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top