Board index » delphi » Locate returns true but does not move my record cursor
Bill N
![]() Delphi Developer |
Sat, 26 Nov 2005 02:07:44 GMT
Locate returns true but does not move my record cursor
I have a TADOTable connected to a TADOConnection. The TADOconnection
cursorlocation has been set is set to clUseClient. The TADOTable cursor Type is ctStatic. The lock type is ltBatchOptimistic. I have a TCombobox with a drop down list of primary keys for record numbers. When I run this code: =========================================================================== The result is true but my bound form does not reflect the cursor Why does the locate method return true but my form does not reflect the Thanks, |