Hi all. I'd like to add new cells to a datagrid, which I'm doing: .Items().Cells.Add() But how do I set the header text of the new cell? Regards, Mark
M
markbrin
@markbrin
Posts
-
Programmatically adding cells to a datagrid -
(Newbie question) How do I create a file?Hi Manjaly. Can you direct me to these ActiveX controls please? The application will be run on a single PC on our intranet, so, security will not be an issue. Regards, Mark
-
(Newbie question) How do I create a file?Hi all. I need to create an XML file on our client's PC, which is a dump of some data he requested from the db. How can I do that? The problem I'm facing is that all file activity is being carried out on the server, not on the local machine. Regards, Mark