Re: Datagrid Help

2015-03-12 Thread Sri
. If the write is successful, put the dgData of the data grid into tBackupArray. If the write is unsuccessful, set the dgData of the data grid to tBackupArray. Regards, Sri -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-Help-tp4690006p4690012.html Sent

Re: Datagrid Help

2015-03-12 Thread Jim Schaubeck
of the data grid to tBackupArray. Regards, Sri -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-Help-tp4690006p4690012.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode

Re: Datagrid Help

2015-03-12 Thread Peter Haworth
the dgData of the data grid into tBackupArray. If the write is unsuccessful, set the dgData of the data grid to tBackupArray. Regards, Sri -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid- Help-tp4690006p4690012.html Sent from

Re: Datagrid Help

2015-03-12 Thread Sri
edited cell and refresh the datagrid (by setting the dgData)? Each user editing a copy of the datagrid would likely resolve this problem. Regards, Sri -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-Help-tp4690006p4690066.html Sent from the Revolution

Datagrid Help

2015-03-11 Thread Jim Schaubeck
Folks, I would like to use the Datagrid to allow users to: 1) Display data like a spreadsheet 2) Let the user edit the data if the data is changed I would like to update a remote database with that cells update If the database update was successful, I would update the data in the Datagrid

Re: Datagrid Help

2015-03-11 Thread dunbarx
Hi. DG's are mysterious. But perhaps you can give some examples of what you are up against? Craig Newman -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-Help-tp4690006p4690007.html Sent from the Revolution - User mailing list archive at Nabble.com

RE: DataGrid Help - Registering the product

2013-05-18 Thread John Dixon
I think that it would be best if you contact the author...'zyrip the slug'... If you don't have an email for him then support at runrev should be able to supply you with it... From: nig...@amglighthouse.co.za Subject: RE:DataGrid Help - Registering the product Date: Sat, 18 May 2013 11:06:20

Re: DataGrid Help - Registering the product

2013-05-18 Thread zryip theSlug
Dear Nigel, I'm going to contact you off-list and we will explore this together. On Sat, May 18, 2013 at 11:06 AM, Nigel Soden nig...@amglighthouse.co.zawrote: I'm SO ANGRY... I purchased DataGrid helper and found that I cant register it on V5.5.4 (Personnel). When doing some research on

Re: Datagrid help - change value in form

2013-01-17 Thread Robert Sneidar
I think you have to get the array corresponding to the row, change the value for the key corresponding to the cell, then set it back again. put the dgDataOfIndex [ pIndex ] of group DataGrid into pDataA put This is new data into pDataA[ newdata ] set the dgDataOfIndex [ pIndex ] of group

Datagrid help - change value in form

2013-01-16 Thread Gerry Orkin
Hi all I've only just got my head around datagrids (and I'm loving them), but I can't find an easy way to update a field in a specific row in a form. I know which row needs to change, but I don't have that row highlighted. As far as I can see all the examples in the documentation assume you