Use the data objects rather than the data control. They are much more efficient and worth the extraQuote:> however.....Comments?
Tom
1. DATA Control vs Recordset Object
Is Data1.Refresh same with Data1.Recordset.Requery ???
==============================================
I have a query order by country as below :
Country
----------
Belgia
Canada * assume the record pointer is here
Indonesia
It's order like this (ascending)
when adding a new record, etc country = "Denmark"
I want the record pointer is pointing to "Denmark"
How to implement it in DBGRID ?
Note : I've tried using recordset.lastmodified property, it works
but the data haven't refresh.( I meant not in the right order)
like this :
Belgia
Canada
Indonesia
Denmark * the record pointer is pointing here
( what I want is How to make Denmark in the right position,
below Canada )
If you refresh the data, its pointer is move to top record.
I've tried save the record pointer before the refresh but it
didn't work.
thank;'s
Steven Hui
2. How to use variables with T-SQL
3. Data Control vs Remote Data Control (for Axx95 and VB4/32 Enterprise)
4. REPOST: Using OEM on an OpenVMS database
5. Data-Bound Vs. Non-Data-Bound Controls
7. How do I include a double quotation mark in a string variable?
8. Images Controls that load picture from a recordset without Data Control
9. Data Environment vs Data Bound Controls
10. Recordset.Close, set Recordset = Nothing vs set Recordset = Nothing
12. Help ! ADO data control and standard data control