Re: Data in server-side table fields is read-only.

2014-05-22 Thread Sweety
Understood. Thanks Misi for explaining as always. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Re: Data in server-side table fields is read-only.

2014-05-21 Thread Misi Mladoniczky
from both client side and server side table looping then do you think the statement Data in server-side table fields is read-only is valid? If not what it actually menas? Doug said server said table is readonly and you are saying we can update data in server side table. Really confusing

Re: Data in server-side table fields is read-only.

2014-05-20 Thread Murnane, Phil
From: Action Request System discussion list(ARSList) [arslist@ARSLIST.ORG] On Behalf Of Sweety [sweetykhann...@gmail.com] Sent: Monday, May 19, 2014 18:04 To: arslist@ARSLIST.ORG Subject: Re: Data in server-side table fields is read-only. I have not said that I want to create a table field

Re: Data in server-side table fields is read-only.

2014-05-20 Thread Mueller, Doug
- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Sweety Sent: Monday, May 19, 2014 3:05 PM To: arslist@ARSLIST.ORG Subject: Re: Data in server-side table fields is read-only. I have not said that I want to create a table field at all. It says data

Re: Data in server-side table fields is read-only.

2014-05-20 Thread Sweety
Ok, if I perform server side table looking to update data in table it will not get updated. I should use client side table looping to perform any data manipulation. Am I right on this? Server side table looping can be used for only performing read only operations Client side table looping can

Re: Data in server-side table fields is read-only.

2014-05-20 Thread Misi Mladoniczky
Hi, You can use both server and client side table looping to update data. The update is taking place only when you do the Push-Fields action. If you want to update multiple records with the same value. For example setting Priority=High on all child records, you do not need to use table looping.

Re: Data in server-side table fields is read-only.

2014-05-20 Thread Sweety
Hey Misi, thanks for reponding to the post. I was actually waiting for your reply. As you said we can update data in a table from both client side and server side table looping then do you think the statement Data in server-side table fields is read-only is valid? If not what it actually menas

Re: Data in server-side table fields is read-only.

2014-05-20 Thread Grooms, Frederick W
Maybe I can make it a bit less confusing. I believe the statement Data in server-side table fields is read-only was put in because you can set the Display Type property of a column in a table field to Editable. When using a client a user can interact with and change the data in the table

Data in server-side table fields is read-only.

2014-05-19 Thread Sweety
Anybody help me in understanding this statement? Why is it read-only? //docs.bmc(dot)com/docs/display/public/ars81/Table+fields ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and

Re: Data in server-side table fields is read-only.

2014-05-19 Thread LJ LongWing
Sweety, I'm unsure why that statement is even in therebut data in ALL table fields is read onlythe fact that some fields can be set as 'editable' doesn't make it actually editable, you still need to loop through the table and push values to the DB What is your concern about that

Re: Data in server-side table fields is read-only.

2014-05-19 Thread Sweety
Statement says, Data in server-side table fields is read-only? What does it means? I can edit the record in a table by editing a record existing in a form which is refering to the table. It just says server side table field is ready-only, does it mean client side table field is writable

Re: Data in server-side table fields is read-only.

2014-05-19 Thread Roger Justice
arslist@ARSLIST.ORG Sent: Mon, May 19, 2014 4:49 pm Subject: Re: Data in server-side table fields is read-only. ** Sweety, I'm unsure why that statement is even in therebut data in ALL table fields is read onlythe fact that some fields can be set as 'editable' doesn't make it actually

Re: Data in server-side table fields is read-only.

2014-05-19 Thread Sweety
I have not said that I want to create a table field at all. It says data is read only. Why I cannot update the data in server side table? I do not understant the statement Data in server-side table fields is read-only. Make me understand it please

Re: Data in server-side table fields is read-only.

2014-05-19 Thread Carlyle, Phil
@ARSLIST.ORG Subject: Re: Data in server-side table fields is read-only. I have not said that I want to create a table field at all. It says data is read only. Why I cannot update the data in server side table? I do not understant the statement Data in server-side table fields is read-only. Make me