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
[email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to