Missing keys in datagrid?
Klaus major-k
klaus at major-k.de
Tue Dec 17 15:46:32 EST 2019
Hi Jerry,
> Am 17.12.2019 um 20:42 schrieb JJS via use-livecode <use-livecode at lists.runrev.com>:
>
> Ein schöne guten abend Klaus,
> i don't know exactly what your trying to accomplish,
I need to do lots of: repeat for each key tKey in...
And now I am a bit irritated that some key may be missing in my loop!?
> but maybe this helps, or give a further idea. I use this to export column names and data:
> put the dgProp[ "columns" ] of group "DataGrid 1" into tColumnTitles
Yes, this does in fact show all of my 12 keys
> replace return with comma in tColumnTitles
> put the dgText of group "DataGrid 1" into tData
> replace tab with comma in tData
> put tColumnTitles & return & tData into URL ("file:" & tFileName & ".csv")
> i get it all
I need to mess around with: the dgdata...
> Ciao!
>
> Jerry
Best
Klaus
--
Klaus Major
https://www.major-k.de
klaus at major-k.de
More information about the use-livecode
mailing list