I am trying to read the pages rdb and could not figure out what the column name is for "content type".
I am trying to read the pages rdb and could not figure out what the column name is for "content type".
I found it. it is CON_TYPE.
Hi Mark,
Can I ask why you are going direct to RDB?
There is a cicode function which can get this information from unopened pages: PageFileInfoEx
Hi Bradley, Yes I found that out as well. I was recreating the Pageselect function on SA and it was already using RDB in there.