<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 Oct 2016 17:25:00 Z</lastBuildDate><pubDate>10 Oct 2016 14:30:00 Z</pubDate><description>Hello all,&#13;
&#13;
Has anyone a (simple) solution to set each text line from a Multi-line edit box set seperate to a data file? So each text line is a new record in the database.&#13;
&#13;
Thanks,&#13;
Sammy&#13;
[attachment 2192 00.png]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database/read.awp</link><title>Text from multi-line edit box to database</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59925/read.awp</comments><pubDate>11 Oct 2016 17:25:00 Z</pubDate><description>Glad it helped you! :)</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59925/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59925/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database/read.awp">Text from multi-line edit box to database</source><title>Re: Text from multi-line edit box to database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59914/read.awp</comments><pubDate>10 Oct 2016 16:42:00 Z</pubDate><description>Great Luis!&#13;
This works fine.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59914/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59914/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database/read.awp">Text from multi-line edit box to database</source><title>Re: Text from multi-line edit box to database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59913/read.awp</comments><pubDate>10 Oct 2016 16:25:00 Z</pubDate><description>You can try this&#13;
&#13;
FOR EACH STRING sSubstring OF EDT_Name SEPARATED BY CR&#13;
FILE.FIELD = sSubstring&#13;
Hadd(FILE)&#13;
END</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59913/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59913/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database/read.awp">Text from multi-line edit box to database</source><title>Re: Text from multi-line edit box to database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59912/read.awp</comments><pubDate>10 Oct 2016 16:09:00 Z</pubDate><description>what about:&#13;
FOR EACH STRING your_string OF muti_line_control SEPARATED BY CR&#13;
your_file.your_field=your_string&#13;
hadd(your_file)…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59912/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database-59912/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59908-text-from-multi-line-edit-box-database/read.awp">Text from multi-line edit box to database</source><title>Re: Text from multi-line edit box to database</title></item></channel></rss>
