select specific columns from typedview

Posts   
 
    
Tato
User
Posts: 2
Joined: 16-Sep-2005
# Posted on: 16-Sep-2005 11:48:25   

Is it possible to select only specific columns in a TypedView?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 16-Sep-2005 12:15:01   

Only in a dynamic list in code, not in the gui.

Frans Bouma | Lead developer LLBLGen Pro
Tato
User
Posts: 2
Joined: 16-Sep-2005
# Posted on: 18-Sep-2005 14:55:24   

Otis wrote:

Only in a dynamic list in code, not in the gui.

is there sample code available for this kind of requirement?

MacDennis avatar
MacDennis
User
Posts: 50
Joined: 03-May-2005
# Posted on: 18-Sep-2005 23:08:30   

Information about dynamic lists can be found in the manual: Using the generated code > SelfServicing > Using typed list and typed view classes

Frans, a small suggestion for the manual, split the information about typed lists, typed views and dynamic lists into seperate topics.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 19-Sep-2005 10:04:44   

MacDennis wrote:

Frans, a small suggestion for the manual, split the information about typed lists, typed views and dynamic lists into seperate topics.

Thanks for your suggestion, will do that simple_smile

Frans Bouma | Lead developer LLBLGen Pro