Hi Kiran, Can you share your codes to me , thanks Serene
From: [email protected] Date: Tue, 26 Jul 2011 21:31:15 +0530 Subject: Re: Datatable runtime append To: [email protected] Kiran, Just modify the code Thanigai as below: DataTable.SetCurrentRow(2) Datatable.Value("Column Name","Sheet name") = Datatable.Value("Column Name","Sheet name")+str_ValueToAppend njOy..!! Regards Shalabh Dixit On Tue, Jul 26, 2011 at 8:41 PM, Kiran Ogeti <[email protected]> wrote: thanks.. but your code replaces the whole cell... not that I am expecting.. I had a value already in the cell , I am looking to "append" results to it on every iteration Thanks --- On Tue, 7/26/11, Thanigai kumaran <[email protected]> wrote: From: Thanigai kumaran <[email protected]> Subject: Re: Datatable runtime append To: [email protected] Date: Tuesday, July 26, 2011, 5:44 AM DataTable.SetCurrentRow(2) Datatable.Value("Column Name","Sheet name") = Value On Tue, Jul 26, 2011 at 1:06 AM, Kiran Ogeti <[email protected]> wrote: All, Can we append text in data table during runtime? I am storing results in data table, but it seems I need to append the data in the same cell .. is it possible Thx -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -- Thanks & RegardsThanigai Kumaran -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
