PDA

Click to See Complete Forum and Search --> : Data Repeater Control


Rixie
Jul 27th, 2000, 04:12 AM
Help !!!

I have built an Active X control with 5 Textboxes. I use this control as the Repeated Control on the Data Repeater Control. The control pulls the data of a SQL data base. It works fine, but how can I reference the data in one of the textboxes.

The 1st textbox on the ActiveX Control is called ServiceRequestNo. Say for instance the Data Repeater Control returns 15 records, and the User selects the 13th record. I need to reference the Service RequestNo in the 13th records textbox, as I use this in another form.

How do I do this ?, and is it possible to retrieve or reference data on a Data Repeater Control, or is it just for display purposes.