LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Hide details for ContentContent
Getting started
Basic declaration conversion
Data and reference types
Editing reference type items
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Accessing/modifying view/folder gridstyle

Accessing/modifying view/folder gridstyle (by Normunds Kalnberzins, 06/06/2007 01:21:36 AM)

I haven't done this, so I do not have the code ready, but I do not think it's that hard. As far as I understand you just read $VIEWFORMAT item, identify where the structure (VIEW_TABLE_FORMAT3) and corresponding parameters you are interest in are located in item buffer, modify them and update note. Maybe you need to sign it in process as well.

Of course you have to get the column count, skip all VIEW_TABLE_FORMAT2 structures, but overall it must a reasonably doable exercise.