Re: [Tutor] Retrieving Data from Pmw.EntryFeild

2009-05-13 Thread Alan Gauld
"Sampath Girish" wrote Ok Now i have one more target to reach. I need to add 1st and 3rd fields in both the rows and place it in fourth column. Can u give me any example? Can you explain what you mean? You mentioned earlier a 3x3 matrix of entry fields. So you already have a 1st field a

Re: [Tutor] Retrieving Data from Pmw.EntryFeild

2009-05-13 Thread Sampath Girish
Ok Now i have one more target to reach. I need to add 1st and 3rd fields in both the rows and place it in fourth column. Can u give me any example? On Tue, May 12, 2009 at 7:51 PM, Kent Johnson wrote: > On Tue, May 12, 2009 at 9:48 AM, Sampath Girish > wrote: > > Thank you Mr Kent for givin

Re: [Tutor] Retrieving Data from Pmw.EntryFeild

2009-05-12 Thread Kent Johnson
On Tue, May 12, 2009 at 9:48 AM, Sampath Girish wrote: > Thank you Mr Kent for giving me reply. I've done with that this afternoon. > Now i got one more hurdle to cross. I need to take that data row wise and > add it to a grid of same size. >          For example i retrieved the entire data into a

Re: [Tutor] Retrieving Data from Pmw.EntryFeild

2009-05-12 Thread Kent Johnson
On Tue, May 12, 2009 at 3:28 AM, Sampath Girish wrote: > Hi friend >                 This is Sam, a python learner. I have got some problem in > retrieving data from a grid of Pmw.EntryFields. Now i have developed a grid > of size 3X3 using two for loops. One for row and other for column. Now

[Tutor] Retrieving Data from Pmw.EntryFeild

2009-05-12 Thread Sampath Girish
Hi friendThis is Sam, a python learner. I have got some problem in retrieving data from a grid of Pmw.EntryFields. Now i have developed a grid of size 3X3 using two for loops. One for row and other for column. Now i Have 9 entry fields in the form of a matrix. I need to get all