Datagrid
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 25
- Joined: Tue Jan 03, 2012 9:10 pm
Datagrid
Hi All
I am writing a diary application in which I have built an excel like datagrid group.
How do I save the user input to a CSV file
I am writing a diary application in which I have built an excel like datagrid group.
How do I save the user input to a CSV file
Re: Datagrid
Hi Bob,
is your datagrid a TABLE or a FORM?
Best
Klaus
is your datagrid a TABLE or a FORM?
Best
Klaus
Re: Datagrid
Hi Bob,
my Name is Klaus
OK, in that case you can just put "the dgtext of grp XXX" into a file:
...
put the dgtext of grp "your spreadsheet like datagrid here" into url("file:" & "DataGridContent.csv")
...
"the dgtext of grp XXX" is a TAB and CR delimited text list.
Best
Klaus
my Name is Klaus

OK, in that case you can just put "the dgtext of grp XXX" into a file:
...
put the dgtext of grp "your spreadsheet like datagrid here" into url("file:" & "DataGridContent.csv")
...
"the dgtext of grp XXX" is a TAB and CR delimited text list.
Best
Klaus
-
- Posts: 25
- Joined: Tue Jan 03, 2012 9:10 pm
Re: Datagrid
Hi Klaus
Thank you and sorry for the typo :'}
Bob
Thank you and sorry for the typo :'}
Bob