Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
From
16/08/2001 05:48:16
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/08/2001 04:21:38
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Grids
Miscellaneous
Thread ID:
00544134
Message ID:
00544573
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform