<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by lowyat_lee</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 27 Jun 2026 05:37:33 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[WTS] iPad 4 Wifi 16GB Black Full Set</title>
            <link>http://forum.lowyat.net/topic/3289814</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; iPad 4 Wifi 16GB Black worth RM1199&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:&lt;/b&gt; Full set with box and plastic bag + MoniFilm iPad AG Screen Protector worth RM79&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; Offer me&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:&lt;/b&gt; 1 year, bought on 13/5/2014&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:&lt;/b&gt; COD / bank transfer / courier&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller:&lt;/b&gt; PJ / KL&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; PM&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item:&lt;/b&gt; 2 months&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:&lt;/b&gt; very new, still cover in plastic&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt; &lt;a href='https://www.apple.com/my/ipad/compare/' target='_blank'&gt;https://www.apple.com/my/ipad/compare/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt; not using, thought to use on bed but prefer laptop after all, on off less than 5 times, total accumulated hours used just few hours</description>
            <author>lowyat_lee</author>
            <category>Garage Sales Archive</category>
            <pubDate>Tue, 15 Jul 2014 03:02:36 +0800</pubDate>
        </item>
        <item>
            <title>SSIS probelm</title>
            <link>http://forum.lowyat.net/topic/2094785</link>
            <description>When i want to export data from sql server 2008 R2 to excel file (boss want to use SSIS method), &lt;br /&gt;i create a package, drag in OLE DB Source and Excel Destination onto Data Flow Pane, &lt;br /&gt;after double-clicking on Excel Destination and the Excel Destination Editor box prompt out. After filling up the &amp;quot;OLE DB connection manager&amp;quot; and &amp;quot;Data access mode&amp;quot; ,&lt;br /&gt; i click &amp;quot;New&amp;quot; button on &amp;quot;Name of the Excel Sheet&amp;quot;, but when i click OK to create the table, an error msg prompt out saying &lt;br /&gt;&amp;quot;The table cannot be created. Additional Information : The Microsoft Jet database engine could not find the object &amp;quot;Excel Destination&amp;quot;. make sure the object exists and that you spell its name and the path name correctly. (Microsoft JET Database Engine) &amp;quot;.&lt;br /&gt;&lt;br /&gt;Why is this so?</description>
            <author>lowyat_lee</author>
            <category>Codemasters</category>
            <pubDate>Thu, 03 Nov 2011 16:36:22 +0800</pubDate>
        </item>
        <item>
            <title>CRM 2011 Urgent Beg for Help</title>
            <link>http://forum.lowyat.net/topic/2074696</link>
            <description>In an entity, i have 2 forms, Form 1 and Form 2. Both of them have a field called &amp;quot;form number&amp;quot;. In CRM 2011, there is an option inside left panel for user to switch between form.&lt;br /&gt;&lt;br /&gt;The thing is , i want the form to auto navigate to a certain form when the &amp;quot;form number&amp;quot; equals to something, let say navigate to Form 1 when the value in &amp;quot;form number&amp;quot; equals 1, and vice versa. I can do this by using (javascript) one if statement, two if statements, and switch case. But after the form auto navigate, the ribbon will be disabled. I even put a flag to prevent redirect. My script is as below:&lt;br /&gt;&lt;br /&gt;Xrm.Page.ui.formSelector.items.get(0).navigate();&lt;br /&gt;&lt;br /&gt;and the flag is :&lt;br /&gt;&lt;br /&gt;if (parent.document.getElementById(&amp;quot;new_indic&amp;quot;) == null) {&lt;br /&gt;    var newdiv = document.createElement(&amp;#39;div&amp;#39;);&lt;br /&gt;    newdiv.setAttribute(&amp;#39;id&amp;#39;, &amp;quot;new_indic&amp;quot;);&lt;br /&gt; &lt;br /&gt;    parent.document.body.appendChild(newdiv);&lt;br /&gt;   &lt;br /&gt;   //my if statement or switch case here&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;any help please, my boss is rushing. &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;[addedon]October 19, 2011, 10:27 am[/addedon]Any idea?? Or any workaround to prevent the form from infinite load?</description>
            <author>lowyat_lee</author>
            <category>Codemasters</category>
            <pubDate>Tue, 18 Oct 2011 13:33:31 +0800</pubDate>
        </item>
    </channel>
</rss>
