@@drpt, Ma'am another concern Pwede po ba gamitin ang WriteXmlSchema sa tatlong datagrideviews? Yung tutorial mo na "Printing Datagridview Content/Data in Crystal Report Using C# and MySQL" ang code ko po. Pwede ma merge ba yun tatlong xml files? May tatlong tables po ako to display sa respective datagridview for a specific record. Yung datagridview1 ay may laman na course. Yung datagridview2 ay may laman na work experience at ang pangatlong which is datagridview3 ay may laman na training attended. Sori po sa aking kakulitan. My Bad...
@DRPT, Napakaraming thank you po sa pag grant ng request ko po. Yung mga tutorials nyo po ay malaking tulong po sa akin pag self study ng programming.
Walang anuman! Aral mabuti! 💕
@@drpt, Ma'am another concern Pwede po ba gamitin ang WriteXmlSchema sa tatlong datagrideviews? Yung tutorial mo na "Printing Datagridview Content/Data in Crystal Report Using C# and MySQL" ang code ko po. Pwede ma merge ba yun tatlong xml files? May tatlong tables po ako to display sa respective datagridview for a specific record.
Yung datagridview1 ay may laman na course. Yung datagridview2 ay may laman na work experience at ang pangatlong which is datagridview3 ay may laman na training attended.
Sori po sa aking kakulitan. My Bad...
@@drpt ♥♥♥
Hello! Yes, modify this part. Path ng xml files mo.
DataTable dataTable1 = ReadXmlFile("path/to/xmlcourse.xml");
DataTable dataTable2 = ReadXmlFile("path/to/xmlworkexpi.xml");
DataTable dataTable3 = ReadXmlFile("path/to/xmltrainingsattended.xml");
@@drpt, Salamuch. ♥♥♥
Hello DRPT, how can I add charts in Crystal report?
Hi! Simply right click on your report > Insert > Chart