Hi,
I am working on a c# windows application and in my code I will load a already existing report which is developed in a stand alone version of crystal report XI, it uses COMMAND as datasource, as I load the report using load method, I found "COMMAND" is actually in the "Database.Tables" object, when I go through every table in the Tables object, I don't know what I should do with this COMMAND, for other tables, I just pass them the logon information and set the location property for each table. Do anyone have experience with COMMAND in your C# application? Could anyone tell me or just send me a piece of code telling me what I need to do to the COMMAND?
Thanks,
Scott