<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC -   read a text file in sms ...? - Comments</title>
 <link>http://www.newlc.com/topic-18250</link>
 <description>Comments for &quot;  read a text file in sms ...?&quot;</description>
 <language>en</language>
<item>
 <title>Re:   read a text file in sms ...?</title>
 <link>http://www.newlc.com/topic-18250#comment-38664</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;ok Thaks i will do that .....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;&lt;br /&gt;Chirag&lt;/div&gt;</description>
 <pubDate>Tue, 24 Apr 2007 12:37:12 +0200</pubDate>
 <dc:creator>chirag</dc:creator>
 <guid isPermaLink="false">comment 38664 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re:   read a text file in sms ...?</title>
 <link>http://www.newlc.com/topic-18250#comment-38663</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi&lt;br /&gt;&lt;br /&gt; Ok still there is no problem . Just read the contents of that file and pass it to sendSMs(). To send SMs use eariler defined classes and search the forun dere is lot&amp;#039;s of stuff regarding&amp;nbsp; this.&lt;/div&gt;</description>
 <pubDate>Tue, 24 Apr 2007 07:17:21 +0200</pubDate>
 <dc:creator>Isha</dc:creator>
 <guid isPermaLink="false">comment 38663 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re:   read a text file in sms ...?</title>
 <link>http://www.newlc.com/topic-18250#comment-38662</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi , I mean i have already code where i am executing that file in mobile device rom say c:\x.txt. I want to read that and send sms to specific no.so how do i write sms coding in mu existing part of code . Any examples regrading this &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;Chirag&lt;/div&gt;</description>
 <pubDate>Tue, 24 Apr 2007 06:58:33 +0200</pubDate>
 <dc:creator>chirag</dc:creator>
 <guid isPermaLink="false">comment 38662 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re:   read a text file in sms ...?</title>
 <link>http://www.newlc.com/topic-18250#comment-38661</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi&lt;br /&gt;&lt;br /&gt;&amp;nbsp; I am really very sorry but I am not getting you . Can you pls explore a bit more...&lt;/div&gt;</description>
 <pubDate>Mon, 23 Apr 2007 12:24:54 +0200</pubDate>
 <dc:creator>Isha</dc:creator>
 <guid isPermaLink="false">comment 38661 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re:   read a text file in sms ...?</title>
 <link>http://www.newlc.com/topic-18250#comment-38660</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi,&lt;br /&gt;&lt;br /&gt; Thaks for your reply , i read that also .I am confused that which process is better means if i can right open file and read kind of program and read that contains of text file, or i can add in my existing code with this all sms api or say class . &lt;br /&gt;&lt;br /&gt; How to do i write ? is it possible to write like that? any examples accept sms forum examples? &lt;/div&gt;</description>
 <pubDate>Mon, 23 Apr 2007 11:25:48 +0200</pubDate>
 <dc:creator>chirag</dc:creator>
 <guid isPermaLink="false">comment 38660 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re:   read a text file in sms ...?</title>
 <link>http://www.newlc.com/topic-18250#comment-38659</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi chirag &lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;If I am getting u right then I think after read the contents of the file u can send that data thru SMS. Use SMSSend example available on forum.nokia.&lt;br /&gt;&lt;br /&gt; Imp classes viz:&lt;br /&gt; CSMSClientMTM , CBaseMTM,CSMHeader etc . Read abt these in SDK .&lt;br /&gt;&lt;br /&gt; Hope it&amp;#039;ll help you.&lt;/div&gt;</description>
 <pubDate>Mon, 23 Apr 2007 09:32:51 +0200</pubDate>
 <dc:creator>Isha</dc:creator>
 <guid isPermaLink="false">comment 38659 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re:   read a text file in sms ...?</title>
 <link>http://www.newlc.com/topic-18250#comment-38658</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;br /&gt;The code is look like this &lt;br /&gt;&lt;br /&gt;void CMobInfo::LogToFile(const TDesC&amp;amp; aText)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RFs fs;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;fs.Connect();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;RFile logger;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(iFirstTime)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;logger.Replace(fs,_L(&amp;quot;c:\\moveo.txt&amp;quot;), EFileShareAny | EFileWrite);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;iFirstTime = EFalse;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;logger.Open(fs,_L(&amp;quot;c:\\moveo.txt&amp;quot;), EFileShareAny | EFileWrite);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; regards&lt;br /&gt;&lt;br /&gt;Chirag&lt;/div&gt;</description>
 <pubDate>Mon, 23 Apr 2007 09:13:09 +0200</pubDate>
 <dc:creator>chirag</dc:creator>
 <guid isPermaLink="false">comment 38658 at http://www.newlc.com</guid>
</item>
<item>
 <title>  read a text file in sms ...?</title>
 <link>http://www.newlc.com/topic-18250</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-18250&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-18250#comments</comments>
 <category domain="http://www.newlc.com/forums/messaging">Messaging</category>
 <pubDate>Mon, 23 Apr 2007 09:11:19 +0200</pubDate>
 <dc:creator>chirag</dc:creator>
 <guid isPermaLink="false">17711 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
