Code: Select all | Expand
oXbrw := TXBrowse():new():CreateFromResource( 11 )
All my xbrowses are made with code so I have no experience with creating one from a resource. I note that the above line creates a browse with all fields in the database.
I am wondering how one would just add specified fields? Can you provide an example? Do you have to delete all the default fields first, then add only the ones you want?
James