<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by TazmanianzDevil</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 03 Aug 2026 13:13:12 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Keeway Patagonian Eagle or CMC Daytona 250XL</title>
            <link>http://forum.lowyat.net/topic/4667751</link>
            <description>Please guide me...looking for a bike below 250cc...diemma between these two unpopular models...or maybe Brixton?&lt;br /&gt;Which 1 is more solid ? Easier to get parts?&lt;br /&gt;Thanks...</description>
            <author>TazmanianzDevil</author>
            <category>Biker Base</category>
            <pubDate>Wed, 03 Oct 2018 15:48:45 +0800</pubDate>
        </item>
        <item>
            <title>javascript problem</title>
            <link>http://forum.lowyat.net/topic/1246457</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;function setOptions&amp;#40;chosen&amp;#41; &lt;br /&gt;{&lt;br /&gt;var i=1;&lt;br /&gt;var selbox = document.form1.fruit+i;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;selbox.options.length = 0;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if &amp;#40;chosen == &amp;#34;NON-PROD&amp;#34;&amp;#41; {&lt;br /&gt; &amp;nbsp;selbox.options&amp;#91;selbox.options.length&amp;#93; = new Option&amp;#40;&amp;#39;apple&amp;#39;,&amp;#39;apple&amp;#39;&amp;#41;;&lt;br /&gt; &amp;nbsp;selbox.options&amp;#91;selbox.options.length&amp;#93; = new Option&amp;#40;&amp;#39;peach&amp;#39;,&amp;#39;peach&amp;#39;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;selbox.options&amp;#91;selbox.options.length&amp;#93; = new Option&amp;#40;&amp;#39;orange&amp;#39;,&amp;#39;orange&amp;#39;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;selbox.options&amp;#91;selbox.options.length&amp;#93; = new Option&amp;#40;&amp;#39;watermelon&amp;#39;,&amp;#39;watermelon&amp;#39;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;selbox.options&amp;#91;selbox.options.length&amp;#93; = new Option&amp;#40;&amp;#39;plum&amp;#39;,&amp;#39;plum&amp;#39;&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;this code is use to test my drop down list, fruit1 is drop down list name, i wonder why if i declare a variable called i, and rename the drop down list using i---&amp;#62;fruit +i then will got error...&lt;br /&gt;i need to do this because i will be creating a loop for this later...&lt;br /&gt;thanks for help... &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;</description>
            <author>TazmanianzDevil</author>
            <category>Codemasters</category>
            <pubDate>Wed, 02 Dec 2009 17:08:19 +0800</pubDate>
        </item>
        <item>
            <title>datagridview calculation problem</title>
            <link>http://forum.lowyat.net/topic/1001706</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt; For Each rowCurrent As DataRow In Me.SalesDataSet.Customer.Rows&lt;br /&gt;            If rowCurrent.RowState = DataRowState.Added Then &amp;#39;Check to see if this is a new datarow&lt;br /&gt;                rowCurrent&amp;#40;&amp;#34;Subtotal&amp;#34;&amp;#41; = rowCurrent&amp;#40;&amp;#34;Quantity&amp;#34;&amp;#41;*rowCurrent&amp;#40;&amp;#34;Price&amp;#34;&amp;#41;  &amp;#39;calculate the value of subtotal&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            End If&lt;br /&gt;        Next&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i try to calculate on 1 column (subtotal) using another 2 column&amp;#39;s data (price * qty)...&lt;br /&gt;how to i calculate it?...&lt;br /&gt;i was using the above code but the error show...&lt;br /&gt;&lt;br /&gt;Option Strict On prohibits operands of type Object for operator &amp;#39;*&amp;#39;.	&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;any method to solve this?...&lt;br /&gt;thanks... &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;</description>
            <author>TazmanianzDevil</author>
            <category>Codemasters</category>
            <pubDate>Fri, 17 Apr 2009 15:51:47 +0800</pubDate>
        </item>
        <item>
            <title>VB.Net add class reference...</title>
            <link>http://forum.lowyat.net/topic/939850</link>
            <description>i try out this sample in my vb 2005 however the reference problem occur...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Private dsPupils As DataSet&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    Friend Sub LoadData()&lt;br /&gt;        &lt;span style='color:red'&gt;dsPupils = SchoolData.SchoolData.DataModule.GetPupils&lt;/span&gt;&lt;br /&gt;        Me.dgPupils.DataSource = dsPupils&lt;br /&gt;        Me.dgPupils.DataMember = &amp;quot;pupils&amp;quot;&lt;br /&gt;        Me.dgPupils.ReadOnly = True&lt;br /&gt;&lt;br /&gt;        &amp;#39;design the grid&lt;br /&gt;        Dim ts1 As New DataGridTableStyle&lt;br /&gt;        ts1.MappingName = &amp;quot;pupils&amp;quot;&lt;br /&gt;&lt;br /&gt;        &amp;#39; Set other properties.&lt;br /&gt;        ts1.AlternatingBackColor = Color.LightGray&lt;br /&gt;&lt;br /&gt;        &amp;#39; Add a GridColumnStyle and set its MappingName &lt;br /&gt;        Dim idcol As New DataGridTextBoxColumn&lt;br /&gt;        idcol.MappingName = &amp;quot;id&amp;quot;&lt;br /&gt;        idcol.HeaderText = &amp;quot;ID&amp;quot;&lt;br /&gt;        idcol.Width = 30&lt;br /&gt;        ts1.GridColumnStyles.Add(idcol)&lt;br /&gt;&lt;br /&gt;        &amp;#39; Add a second column style.&lt;br /&gt;        Dim TextCol As New DataGridTextBoxColumn&lt;br /&gt;        TextCol.MappingName = &amp;quot;firstname&amp;quot;&lt;br /&gt;        TextCol.HeaderText = &amp;quot;First Name&amp;quot;&lt;br /&gt;        TextCol.Width = 100&lt;br /&gt;        ts1.GridColumnStyles.Add(TextCol)&lt;br /&gt;&lt;br /&gt;        Dim namecol As New DataGridTextBoxColumn&lt;br /&gt;        namecol.MappingName = &amp;quot;LastName&amp;quot;&lt;br /&gt;        namecol.HeaderText = &amp;quot;Last Name&amp;quot;&lt;br /&gt;        namecol.Width = 100&lt;br /&gt;        ts1.GridColumnStyles.Add(namecol)&lt;br /&gt;&lt;br /&gt;        &amp;#39;clear any existing style&lt;br /&gt;        dgPupils.TableStyles.Clear()&lt;br /&gt;&lt;br /&gt;        &amp;#39; Add the DataGridTableStyle instances to &lt;br /&gt;        &amp;#39; the GridTableStylesCollection. &lt;br /&gt;        dgPupils.TableStyles.Add(ts1)&lt;br /&gt;&lt;br /&gt;    End Sub&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i get this error &lt;br /&gt;&amp;quot;Object reference not set to an instance of an object&amp;quot;&lt;br /&gt;in vb 2005...&lt;br /&gt;i have try to put the class file same location with all form...&lt;br /&gt;and use this        &lt;span style='color:red'&gt;dsPupils = SchoolData.DataModule.GetPupils&lt;/span&gt;&lt;br /&gt;but same error come out...what is the problem?...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;please assist.... &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;thank you veyr much...&lt;br /&gt;</description>
            <author>TazmanianzDevil</author>
            <category>Codemasters</category>
            <pubDate>Wed, 18 Feb 2009 12:26:45 +0800</pubDate>
        </item>
    </channel>
</rss>
