Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Heiarchial Flex Grid Control
Message
De
26/10/1999 06:15:35
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
25/10/1999 14:13:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00281117
Message ID:
00281421
Vues:
18
>Hello all,
>
>I cannot seem to assign a HFlexGrid control to a ADO Data control object. The code THISFORM.HFlexGrid1.DataSource = THISFORM.AdoDc1, gives me a 'member not found' ole error.
>
>Help
>
>Dilip Pillai


Ooops. Assuming thisform.AdoDc1 is an ADO control it should be :
THISFORM.HFlexGrid1.DataSource = THISFORM.AdoDc1.recordset
THISFORM.HFlexGrid1.DataSource = THISFORM.AdoDc1.object
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform