Missing keys in datagrid?

JJS jjs at krutt.org
Tue Dec 17 14:53:17 EST 2019


indeed, maybe this helps too for a selected line

Data of a selected line:

*if the dgHilitedLine of group "DataGrid 1" is not empty

then

put the dgHilitedLine of group "DataGrid 1" into theLine

*

*put the dgDataOfLine[theLine] of group "DataGrid 1" into tEdit**
*

*put tEdit["Nummer"] into field"Nummer" --etcetera*

*end if*

*Regards,*

*JErry
*

Op 17-12-2019 om 21:46 schreef Klaus major-k via use-livecode:
> 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
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list