Re: A DataGrid is not a spreadsheet

2016-08-05 Thread Bob Sneidar
I happen to think that editing a data grid as a means of updating a database is a little messy. What I do is I have a form for every table (I use a separate stack for each table because I can manage the custom behaviors for each application more effectively). I name the fields "fld" & the

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
to manipulation of formulae would be a major task. But >>> just being able to “click in an empty cell and enter data” would be a good >>> start. >>> >>> I have always tried not to use Datagrids as the seem to me so >>> extraordinarily complicated. But if o

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Richard Gaskin
A DataGrid is a view of data, such as from a database. Databases and a spreadsheets are VERY different categories of applications. If you need a true spreadsheet, there are so many great ones available (LibreOffice is wonderful and free and open and runs on every platform) it'll probably be

A DataGrid is not a spreadsheet

2016-07-29 Thread stephen barncard
to “click in an empty cell and enter data” would be a > good start. > > I have always tried not to use Datagrids as the seem to me so > extraordinarily complicated. But if one were to write a “simplified > spreadsheet” widget, would a Datagrid be the place to start? In a way I > s

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Peter Haworth
+1 On Fri, Jul 29, 2016 at 2:15 PM Jerry Jensen wrote: > Hello Javier, > You might like looking at Bernd Niggemann’s modTableField. Its a lot > simpler than the dataGrid and very useful for many purposes. It has built > in manual editing of cells and much more. >

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Graham Samuel
d be a major task. But >> just being able to “click in an empty cell and enter data” would be a good >> start. >> >> I have always tried not to use Datagrids as the seem to me so >> extraordinarily complicated. But if one were to write a “simplified >> sp

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
ons; and to extend the > functionality to manipulation of formulae would be a major task. But just > being able to “click in an empty cell and enter data” would be a good start. > > I have always tried not to use Datagrids as the seem to me so extraordinarily > complicated. But

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Jerry Jensen
Hello Javier, You might like looking at Bernd Niggemann’s modTableField. Its a lot simpler than the dataGrid and very useful for many purposes. It has built in manual editing of cells and much more. http://berndniggemann.on-rev.com/modTableField/modTableField_0_3_2.zip Its free and well

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Graham Samuel
. But just being able to “click in an empty cell and enter data” would be a good start. I have always tried not to use Datagrids as the seem to me so extraordinarily complicated. But if one were to write a “simplified spreadsheet” widget, would a Datagrid be the place to start? In a way I

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Paul Dupuis
On 7/28/2016 10:24 PM, Javier Miranda V. wrote: > Dear friends, is it safe to say that a data grid is not a spreadsheet? I > mean, you can not create a new data grid and then just click in a empty cell > and enter data. > > With some practice and reading documentation, I am able to populate a

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Rick Harrison
Hi Javier, Your question prompted me to play with the data grid a little. I don’t know what specifically you are trying to do, but I do think you can do a lot with it. You’ve already hooked it into a database. You may have to write some scripts to get your database fields to update properly

Re: A DataGrid is not a spreadsheet

2016-07-29 Thread Mike Kerner
See chapter 6 of the datagrid manual. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

A DataGrid is not a spreadsheet

2016-07-28 Thread Javier Miranda V.
Dear friends, is it safe to say that a data grid is not a spreadsheet? I mean, you can not create a new data grid and then just click in a empty cell and enter data.  With some practice and reading documentation, I am able to populate a datagrid  with data from a database, and using a Table