<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Humaira</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 26 Jun 2026 07:17:18 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>hp laserjet 5550 duplex printing on xp</title>
            <link>http://forum.lowyat.net/topic/2562318</link>
            <description>im using windows xp. connect to hp laserjet printer 5550&lt;br /&gt;i try to print both side, it does but manually which i have to flip the paper..&lt;br /&gt;how to print both side (automatically)?&lt;br /&gt;other guy ,using windows vista, connect to the same printer, and able to print both side (automatically)&lt;br /&gt;is it because of the os?</description>
            <author>Humaira</author>
            <category>Technical Support</category>
            <pubDate>Thu, 25 Oct 2012 10:21:33 +0800</pubDate>
        </item>
        <item>
            <title>recover my work and restart microsoft word</title>
            <link>http://forum.lowyat.net/topic/2539714</link>
            <description>i get this error message when i open word file..&lt;br /&gt;im using ms office xp pro..&lt;br /&gt;what should i do?&lt;br /&gt;&lt;br /&gt;[attachmentid=3089554]</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Mon, 08 Oct 2012 14:21:55 +0800</pubDate>
        </item>
        <item>
            <title>outlook sent item not recorded when reply email</title>
            <link>http://forum.lowyat.net/topic/2461715</link>
            <description>my fren using outlook 2007..when he create new email and send, it is recorded in sent item..&lt;br /&gt;but when he reply others email, it is not recorded in sent item,but the recipient received the email.. &lt;br /&gt;how can i fix this? tanx you</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Wed, 08 Aug 2012 14:49:20 +0800</pubDate>
        </item>
        <item>
            <title>how to unlock osd hp compaq LE2002x</title>
            <link>http://forum.lowyat.net/topic/2424767</link>
            <description>my monitor osd is locked..it display this &amp;#39;osd lockout&amp;#39;..&lt;br /&gt;as i google the solution, i already did all this:&lt;br /&gt;- press menu button for 10 &lt;br /&gt;- unplug the cable , then plug it back&lt;br /&gt;- press both menu button and power button&lt;br /&gt;- unplug cable , press power button for 20 sec and press on it again&lt;br /&gt;&lt;br /&gt;but still not fix.  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Humaira</author>
            <category>Hardware</category>
            <pubDate>Thu, 12 Jul 2012 10:58:14 +0800</pubDate>
        </item>
        <item>
            <title>how to unlock osd hp compaq LE2002x</title>
            <link>http://forum.lowyat.net/topic/2424704</link>
            <description>my monitor osd is locked..it display this &amp;#39;osd lockout&amp;#39;..&lt;br /&gt;as i google the solution, i already did all this:&lt;br /&gt;- press menu button for 10 &lt;br /&gt;- unplug the cable , then plug it back&lt;br /&gt;- press both menu button and power button&lt;br /&gt;- unplug cable , press power button for 20 sec and press on it again&lt;br /&gt;&lt;br /&gt;but still not fix. &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Humaira</author>
            <category>Technical Support</category>
            <pubDate>Thu, 12 Jul 2012 10:22:21 +0800</pubDate>
        </item>
        <item>
            <title>Delete fk child record from parent table</title>
            <link>http://forum.lowyat.net/topic/2422336</link>
            <description>I have two table POMaster and POdetails, PO_number link these 2 table..&lt;br /&gt;when i delete PO_number from POMaster, it should also delete the respective POdetails..&lt;br /&gt;&lt;br /&gt;Here is the code so far:&lt;br /&gt;&lt;br /&gt; &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;Private Sub BindingNavigatorDeleteItem_Click&amp;#40;ByVal sender As Object, ByVal e As System.EventArgs&amp;#41; Handles BindingNavigatorDeleteItem.Click&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Try&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If MsgBox&amp;#40;msg_ConfirmDelete, MsgBoxStyle.OkCancel, msg_ConfirmDeleteTitle&amp;#41; = MsgBoxResult.Ok Then&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Me.POmasterBindingSource.RemoveCurrent&amp;#40;&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Me.PODetailsBindingSource.RemoveCurrent&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Me.Validate&amp;#40;&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Me.POmasterBindingSource.EndEdit&amp;#40;&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Me.PODetailsBindingSource.EndEdit&amp;#40;&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Me.TableAdapterManager.UpdateAll&amp;#40;Me.IMUMS_DataSet&amp;#41;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cell_HaveChanges = False&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End If&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Catch ex As Exception&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#39;MsgBox&amp;#40;ex.Message&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End Try&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;End Sub&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;But it does not delete PODetails&lt;br /&gt;&lt;br /&gt;-im using vs version 3.5 SP1</description>
            <author>Humaira</author>
            <category>Codemasters</category>
            <pubDate>Tue, 10 Jul 2012 17:03:10 +0800</pubDate>
        </item>
        <item>
            <title>An unauthorize change was made to windows</title>
            <link>http://forum.lowyat.net/topic/2421720</link>
            <description>hye,&lt;br /&gt;can someone help me to solve this..&lt;br /&gt;it only happen with windows vista pc..&lt;br /&gt;we&amp;#39;re using Symantec..&lt;br /&gt;[attachmentid=2938584]</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Tue, 10 Jul 2012 10:22:50 +0800</pubDate>
        </item>
        <item>
            <title>An unauthorize change was made to your windows</title>
            <link>http://forum.lowyat.net/topic/2421674</link>
            <description>hye,&lt;br /&gt;can someone help me to solve this..&lt;br /&gt;it only happen with windows vista pc..&lt;br /&gt;we&amp;#39;re using Symantec..&lt;br /&gt;[attachmentid=2938543]</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Tue, 10 Jul 2012 09:41:24 +0800</pubDate>
        </item>
        <item>
            <title>update table MS sql</title>
            <link>http://forum.lowyat.net/topic/2345645</link>
            <description>hye,&lt;br /&gt;&lt;br /&gt;please refer attached image to view table&lt;br /&gt;&lt;br /&gt;i am using ms sql&lt;br /&gt;I want to update &amp;#39;table student&amp;#39; with &amp;#39;list name for new student&amp;#39; which is given in excel. &lt;br /&gt;But, i have to convert the LocationName to locationCode accordingly, for example, Selangor i have to insert 001. &lt;br /&gt;Due to this, I cannot use update query.&lt;br /&gt;I have thousand of new record. do u have any idea on how to insert the new record in simplest way?&lt;br /&gt;tqvm  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Humaira</author>
            <category>Codemasters</category>
            <pubDate>Mon, 14 May 2012 13:55:31 +0800</pubDate>
        </item>
        <item>
            <title>prevent cache</title>
            <link>http://forum.lowyat.net/topic/2341832</link>
            <description>hye, &lt;br /&gt;i have update my website..&lt;br /&gt;but my friend said, there is no update..&lt;br /&gt;it is because of cache..so i ask her to clear cache, only then she can see the update..&lt;br /&gt;is there any way for me to do to avoid this cache?so that she dont need to clear the cache everytime i update the site..</description>
            <author>Humaira</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Fri, 11 May 2012 11:56:16 +0800</pubDate>
        </item>
        <item>
            <title>excel format cell</title>
            <link>http://forum.lowyat.net/topic/2337894</link>
            <description>hye, &lt;br /&gt;&lt;br /&gt;I have 2 cells, cell A1 contain number with 3 digits, cell B1 contain number with 3 digits.&lt;br /&gt;i want to combine cell A1 and B1 into C1. so i use this formula, C1 = A1 &amp;amp; &amp;quot;-&amp;quot; &amp;amp;B1.&lt;br /&gt;however, cell C1 did not maintain the 3digits. for example, see attach image&lt;br /&gt;How to format cell C1 to 000-000?&lt;br /&gt;&lt;br /&gt;[attachmentid=2830841]&lt;br /&gt;&lt;br /&gt;tq</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Tue, 08 May 2012 17:17:09 +0800</pubDate>
        </item>
        <item>
            <title>adobe flash</title>
            <link>http://forum.lowyat.net/topic/2335984</link>
            <description>hye, im using adobe flash..&lt;br /&gt;i have stage size 557X1500px..textbox with font 12px..&lt;br /&gt;when i publish, the font does not display as 12px, it became smaller..&lt;br /&gt;i realize it is because i select show all, that is why the stage is compressed.&lt;br /&gt;when i select to view 100%, the textbox show 12px, but i did not manage to see all page since i cannot scroll down the page..&lt;br /&gt;&lt;br /&gt;Q:&lt;br /&gt;- how to set it to show the &amp;#39;hand pointer&amp;#39; or &amp;#39;scroll down tool&amp;#39; so that i can move to the bottom part&lt;br /&gt;- how to set it to publish to 75% rather that show all&lt;br /&gt;&lt;br /&gt;tq&amp;#33; &lt;br /&gt;</description>
            <author>Humaira</author>
            <category>Multimedia</category>
            <pubDate>Mon, 07 May 2012 12:21:34 +0800</pubDate>
        </item>
        <item>
            <title>cannot repair ms office 2010</title>
            <link>http://forum.lowyat.net/topic/2273248</link>
            <description>hye,&lt;br /&gt;&lt;br /&gt;my friend cannot open excel, words files. the error show, &amp;quot;event:appcrash&amp;quot;&lt;br /&gt;then i try to repair the office by inserting the cd and repair it.&lt;br /&gt;after several minutes, there&amp;#39;s appear another error message: &amp;quot;Error 1335: The Cabinet file &amp;#39;PATCH_CAB&amp;#39; required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CDROM, or a problem with this package.&amp;quot;&lt;br /&gt;&lt;br /&gt;what should i do?</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Tue, 20 Mar 2012 11:14:14 +0800</pubDate>
        </item>
        <item>
            <title>computer cannot start up</title>
            <link>http://forum.lowyat.net/topic/2266931</link>
            <description>hye,&lt;br /&gt;i have problem where my computer cannot start up normally..it will freeze at the windows logo every time i on the computer..&lt;br /&gt;i try to enter safe mode, and perform checkdisc, it will become blue screen and restart..&lt;br /&gt;why is this happen n how can i fix this? &lt;br /&gt;</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Thu, 15 Mar 2012 14:06:33 +0800</pubDate>
        </item>
        <item>
            <title>keep old profile when join new domain</title>
            <link>http://forum.lowyat.net/topic/2257105</link>
            <description>i join new domain, then it created new profile for me..&lt;br /&gt;how can i join new domain and preserve the old profile?&lt;br /&gt;because my data and outlook is in the old profile..</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Thu, 08 Mar 2012 09:38:40 +0800</pubDate>
        </item>
        <item>
            <title>youtube downloader</title>
            <link>http://forum.lowyat.net/topic/2241019</link>
            <description>any idea on how can i download youtube video from nokia c6?</description>
            <author>Humaira</author>
            <category>Others OS General Discussion</category>
            <pubDate>Sat, 25 Feb 2012 11:36:05 +0800</pubDate>
        </item>
        <item>
            <title>youtube downloader</title>
            <link>http://forum.lowyat.net/topic/2240923</link>
            <description>any idea on how can i download youtube video from nokia c6?</description>
            <author>Humaira</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Sat, 25 Feb 2012 10:01:23 +0800</pubDate>
        </item>
        <item>
            <title>scan documet</title>
            <link>http://forum.lowyat.net/topic/2238310</link>
            <description>i scan a document , which the document is saved in smb folder in my computer..&lt;br /&gt;i scan A4 size document, but it produce only half of the original size..&lt;br /&gt;i try to scan and save to my friends computer, and it scan like normal(full page)...&lt;br /&gt;i have no idea what to do..can anybody help me identify what happen n how to solve this?</description>
            <author>Humaira</author>
            <category>Software</category>
            <pubDate>Thu, 23 Feb 2012 11:36:38 +0800</pubDate>
        </item>
        <item>
            <title>vista cannot reset network adapter</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Hardware</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>vista cannot reset network adapter</title>
            <link>http://forum.lowyat.net/topic/2218006</link>
            <description>hye, im using windows vista..&lt;br /&gt;i cannot connect to internet..&lt;br /&gt;when i diagnose the problem, it said that i need to reset the network adapter..&lt;br /&gt;then i try to reset it, but it failed..&lt;br /&gt;cant really remember the error message, but most similar like this..&amp;quot;the network adapter cannot be reset, they cannot communicate with www.microsoft......&amp;quot;&lt;br /&gt;what should i do?huhu</description>
            <author>Humaira</author>
            <category>Technical Support</category>
            <pubDate>Wed, 08 Feb 2012 11:03:14 +0800</pubDate>
        </item>
    </channel>
</rss>
