![]() |
| ||
| Binding to TDBList Does anyone know of a tutorial/site that explains how to bind to a tdblist clearly? If anyone could explain it, I would also appreciate it. So far I have this and must be missing something. It has been way too long since I have done anything in VB6. :) Other than tdbList.ReBind I cannot think of what does it. I have everything bound from the properties side too. I think anyway. BTW I am linking up to a SQL DB... |
| ||
| Re: Binding to TDBList Hi, I guess, you want the code for "DataList" box control..: add a "DataList" control on the form and set these Properties..: RowSource = ADODC1 ListField ="MyFieldName" BoundColumn = "MyFieldName" if you dont have ADODC, then @ runtime, you can open a recordset and set rowsource to that ADOrecordset Regards Veena |
| ||
| Re: Binding to TDBList Quote:
Public Sub FormOpen(bModal As Boolean, bVisible As Boolean, CurrParentID As String, CurrLocationType As String, Optional fParentform As Form)Thanks... |
| ||
| Re: Binding to TDBList |
| All times are GMT -4. The time now is 6:51 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC