Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding ADO RecordSet to a grid
Message
De
06/05/2000 11:08:15
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00366919
Message ID:
00366969
Vues:
20
>Thanks, I tried the MS Hierarchical Flex Grid. It worked!. It displayed the RecordSet, but eveything was ReadOnly.
>Also, it did not appear to have the Column Objects that the VFP grid has, or maybe I need some documentation. Know where I can get it?


Documentation is on MSDN. Click F1 on one of those controls. Column objects have name "col". Example :
*Custom dosort method for flexgrid
lparameters toObject
with toObject
    .Col = 0
    .ColSel = .Cols - 1
    .Sort = 1 && Generic Ascending
endwith
In flex and hflex grid all collections start with an index number of 0 (.Col, .Band etc)
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