Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
Sounds good - beyond the structures, there are the intricacies about what flags imply variable data and how that data is stored (i.e. P-strings in a lot of cases) that aren't mentioned in the documentation. I wrote up my understanding of it in prose form when I went through it: https://frostillic.us/blog/posts/2021/7/14/the-viewformat-structure-for-table-views-as-i-understand-it-
Ok, we will add this VIEW_COLUMN_FORMAT6 and related documentation.
The latest VIEW COLUMN FORMAT that I have is VIEW_COLUMN_FORMAT6 https://github.com/HCL-TECH-SOFTWARE/domino-jnx/tree/develop/domino-jnx-api/src/main/java/com/hcl/domino/design/format
VIEW TABLE FORMAT5 https://opensource.hcltechsw.com/domino-c-api-docs/reference/Data/VIEW_TABLE_FORMAT5/
VIEW TABLE FORMAT4 https://opensource.hcltechsw.com/domino-c-api-docs/reference/Data/VIEW_TABLE_FORMAT4
VIEW TABLE FORMAT2https://opensource.hcltechsw.com/domino-c-api-docs/reference/Data/VIEW_TABLE_FORMAT2/
VIEW TABLE FORMAThttps://opensource.hcltechsw.com/domino-c-api-docs/reference/Data/VIEW_TABLE_FORMAT/
VIEW COLUMN FORMAT4https://opensource.hcltechsw.com/domino-c-api-docs/reference/Data/VIEW_COLUMN_FORMAT4/
VIEW COLUMN FORMAT3https://opensource.hcltechsw.com/domino-c-api-docs/reference/Data/VIEW_COLUMN_FORMAT3/
VIEW COLUMN FORMAT2https://opensource.hcltechsw.com/domino-c-api-docs/reference/Data/VIEW_COLUMN_FORMAT2/
VIEW COLUMN FORMAThttps://opensource.hcltechsw.com/domino-c-api-docs/reference/Data/VIEW_COLUMN_FORMAT/
The request is about documenting the C structures that Domino/Designer uses to store the view format. Is this still done by HCL core development or should be create pull requests for the docs as well based on the stuff releaved in Domino JNA/JNX?
the C API samples are now open source. You we are welcome to contribute more examples to it.
https://opensource.hcltechsw.com/domino-c-api-docs/
https://github.com/HCL-TECH-SOFTWARE/domino-c-api-samples