Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids
Message
De
16/08/2001 05:48:16
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
16/08/2001 04:21:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Grids
Divers
Thread ID:
00544134
Message ID:
00544573
Vues:
12
This message has been marked as the solution to the initial question of the thread.
>Sorry all, forget to mention that I can't put it into the Select because of the 255 char's restriction in the recordsource property.
>
>Kev

Kevin,
But you can :) Just do not use PEM sheet :
*grid.init
with this
 lcMyLongSQL = 'select ... '+;
       ' from ... '+;
       ' where ...'+;
       ' ... into cursor crsGrid'
 .RecordSourceType = 4
 .RecordSource = lcMyLongSQL
endwith
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