Datagrid data to text file
Yves COPPE
yvescoppe at skynet.be
Wed May 13 02:55:41 EDT 2009
Le 13 mai 09 à 08:29, Fredrik Andersson a écrit :
> Whoops, missed a line from my code:
>
> ON mouseUp pMouseBtnNo
> put empty into tData
> put the dgData of group "DataGrid List" into theDataA
> REPEAT WITH i = 1 to the number of lines in the keys of theDataA
> put theDataA[i]["Ägr"] & ";" & theDataA[i]["Dnr"] & ";" &
> theDataA[i]["Pnr"] & ";" & theDataA[i]["Namn"] & ";" & theDataA[i]
> ["Påbörjad"] & ";" & theDataA[i]["Avslutad"] & ";" & theDataA[i]
> ["Text"] & ";" & theDataA[i]["Dagbok"] into tLine
> put tLine & return after tData
>
> END repeat
>
> put tData into URL("file:" & fld "sökväg" & fld "opid")
>
> END mouseUp
>
> - Fredrik
>
>
Re,
thank you, it works fine !
Greetings.
Yves COPPE
yvescoppe at skynet.be
More information about the use-livecode
mailing list