Subject
Author Gediminas
is it possible manually to set keylinks to a column from the stored
procedure?

select * from stored_procedure;

now there is only way to set KeyLinksAutoDefine to true. So how to set
column to invisible, if it comes from the stored procedure (for
example "ID" column) - if I set "ID"=F or ID=F there is no result


Gediminas