<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by v_for_vendetta</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 30 Jun 2026 05:34:00 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>VB6</title>
            <link>http://forum.lowyat.net/topic/326664</link>
            <description>Dear all,&lt;br /&gt;I need help regarding the topic.&lt;br /&gt;Here is my code:&lt;br /&gt;&lt;br /&gt;Option Explicit&lt;br /&gt;&lt;br /&gt;Public Declare Function WinHelp Lib &amp;quot;user32&amp;quot; Alias &amp;quot;WinHelpA&amp;quot; (ByVal hwnd As Long, ByVal lpHelpFile As String, ByVal wCommand As Long, ByVal dwData As Long) As Long&lt;br /&gt;Public Const HELPC = &amp;amp;H3&amp;amp;&lt;br /&gt;Public strImgN As String&lt;br /&gt;Public BImg() As Byte&lt;br /&gt;Public strvalid As String&lt;br /&gt;Public SQLTEXT As String&lt;br /&gt;Public conn As ADODB.Connection&lt;br /&gt;Public Const hl = &amp;quot;{HOME}+{END}&amp;quot;&lt;br /&gt;Public adoGroup As ADODB.Recordset&lt;br /&gt;Public adoDepartment As ADODB.Recordset&lt;br /&gt;Public adoGondola As ADODB.Recordset&lt;br /&gt;Public adoItem As ADODB.Recordset&lt;br /&gt;Public adoSales As ADODB.Recordset&lt;br /&gt;Public adoStock As ADODB.Recordset&lt;br /&gt;Public adoICS As ADODB.Recordset&lt;br /&gt;&lt;br /&gt;Public rslog As ADODB.Recordset&lt;br /&gt;Public selek As Boolean, wfine As Boolean&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#39;connect to recordset used in frmItem.frm&lt;br /&gt;Public Sub rs_act_Item()&lt;br /&gt;  Set adoItem = New ADODB.Recordset&lt;br /&gt;  adoItem.Open &amp;quot;Select * FROM Item&amp;quot;, conn, adOpenStatic, adLockPessimistic&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Private Sub Form_Load()&lt;br /&gt;    Call rs_act_Item&lt;br /&gt;    Set DataGrid1.DataSource = adoItem&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Can someone point out where the error is cos when i try to load the form it gives the error statement.&lt;br /&gt;&lt;br /&gt;Thanking all in advance...</description>
            <author>v_for_vendetta</author>
            <category>Codemasters</category>
            <pubDate>Mon, 14 Aug 2006 11:02:04 +0800</pubDate>
        </item>
        <item>
            <title>Requesting explaination</title>
            <link>http://forum.lowyat.net/topic/326129</link>
            <description>Dear All,&lt;br /&gt;I&amp;#39;m currently doing a project on inventory control systems.i&amp;#39;m using vb with ms access as my database. i&amp;#39;m using ado to connect my database with my interfaces. when i run my program i keep getting the above mentioned error message that says the connection may be closed or invalid. can someone pls explain to me wut the error message means n on how to overcome the problem?&lt;br /&gt;&lt;br /&gt;Thanking all those helping in advance.</description>
            <author>v_for_vendetta</author>
            <category>Codemasters</category>
            <pubDate>Sat, 12 Aug 2006 21:04:20 +0800</pubDate>
        </item>
        <item>
            <title>A doubt that needs to be cleared....</title>
            <link>http://forum.lowyat.net/topic/273894</link>
            <description>Hello to all sifus n gurus out there.....&lt;br /&gt;&lt;br /&gt;Thanks for all ur help, at last I&amp;#39;ve managed to find out the problem with y my arithmetic function didn&amp;#39;t work.&lt;br /&gt;&lt;br /&gt;Well now it&amp;#39;s up n running.&lt;br /&gt;&lt;br /&gt;Ok I need smmr help n I hope that all in the know can help.&lt;br /&gt;&lt;br /&gt;Ok I have this Sell function in my system in a Sell form.&lt;br /&gt;&lt;br /&gt;So,when i press the sell button, the record should b saved in the sales database n the form has to be cleared.&lt;br /&gt;&lt;br /&gt;I tried this code,&lt;br /&gt;&lt;br /&gt;Private Sub cmdSell_Click()&lt;br /&gt;&lt;br /&gt;Dim dbs As Database, rst As Recordset&lt;br /&gt;&lt;br /&gt;frmSales.datSales.Recordset.Save&lt;br /&gt;datSales.Recordset.AddNew&lt;br /&gt;txtSalesDescription.SetFocus&lt;br /&gt;&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;But I get this error messsage, &amp;#39;Runtime error&amp;#39;438&amp;#39; Object doesn&amp;#39;t support this property or method&amp;#39;.&lt;br /&gt;&lt;br /&gt;Please explain y is this wrong and at the same time, can u&amp;#39;ll suggest smtg different that could be used?</description>
            <author>v_for_vendetta</author>
            <category>Codemasters</category>
            <pubDate>Sun, 09 Apr 2006 00:54:28 +0800</pubDate>
        </item>
        <item>
            <title>How to add arithmetic function in vb6?</title>
            <link>http://forum.lowyat.net/topic/272613</link>
            <description>All Codemasters and sifus out there I&amp;#39;m in urgent need of ur assistance. i&amp;#39;m a new user to VB n have to create a program for my FYP. I need some help, in my program there&amp;#39;s selling function.&lt;br /&gt;What I wanna know is how do I multiply the amount with the price?&lt;br /&gt;How do I code it?&lt;br /&gt;&lt;br /&gt;i tried to manipulate my Access DB but it doesn&amp;#39;t work that way.&lt;br /&gt;&lt;br /&gt;1 more thing is that I can&amp;#39;t set trigger in Access. i followed all instructions on help but when i right click my table I don&amp;#39;t see the Trigger option.&lt;br /&gt;&lt;br /&gt;Please help and advice.....&lt;br /&gt;&lt;br /&gt;Thanks to all in advance  &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;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:thumbs:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/thumbup.gif' border='0' style='vertical-align:middle' alt='thumbup.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>v_for_vendetta</author>
            <category>Codemasters</category>
            <pubDate>Wed, 05 Apr 2006 22:18:28 +0800</pubDate>
        </item>
        <item>
            <title>Inventory Control System Programming on VB6</title>
            <link>http://forum.lowyat.net/topic/268539</link>
            <description>Ok guys out there,I&amp;#39;m doing my final year project titled inventory control systems.It uses MS Access for the databases n VB6 for the interface design.&lt;br /&gt;&lt;br /&gt;Now i&amp;#39;ve gotta big problem that i have one database table that is linked to many forms.I can&amp;#39;t seem to find a way on doing it.I&amp;#39;ve tried many ways but ended up with errors.&lt;br /&gt;&lt;br /&gt;I also have report generation for sales that have been done daily,weekly,monthly and yearly.&lt;br /&gt;&lt;br /&gt;I also need a search function in it to find the item codes of the respective item.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m also implementing a sell function which I still can&amp;#39;t seem to get right.This function will minus the sold amount from the total amount and leave the reamining amount.&lt;br /&gt;&lt;br /&gt;There should also be a trigger to inform of quantity reduction.&lt;br /&gt;Please help urgent help needed,my project submission is in a weeks time.&lt;br /&gt;&lt;br /&gt;Please all those in the know please do help.</description>
            <author>v_for_vendetta</author>
            <category>Codemasters</category>
            <pubDate>Sun, 26 Mar 2006 23:31:27 +0800</pubDate>
        </item>
    </channel>
</rss>
