Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor adapters
Message
De
18/03/2005 06:07:21
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00997080
Message ID:
00997160
Vues:
10
>Hi
>
>I have a cursor adapter (CA) that selects a group of records from my table which I display in a grid. When I do a .CursorFill it closes the table and reopens it with the new data. This destroys my grid.
>
>I tried changing the RefreshCmd and used a .CursorRefresh() but that did not change the data.
>
>How do I change the data in a cursor adapter without destrying my grid?
>
>I am a new to cursor adapters and would like to know where I can get a beginners guide. I find the VFP help somewhat short on conceptual info.
>
>Regards
>Geoff Scott

Geoff,
Try old indian trick:

m.lcRecSource = .recordsource
.recordsource = ""
* cursorfill
.recordsource = m.lcRecSource

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform