User Profile

Collapse

Profile Sidebar

Collapse
codeCruncher
codeCruncher
Last Activity: Mar 28 '08, 02:07 AM
Joined: Sep 11 '07
Location: Malaysia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • codeCruncher
    replied to Select case problem
    This function has become too complicated. I redid everything, made it simpler and now it works but I still don't know how to close this thread.
    See more | Go to post
    Last edited by Killer42; Oct 10 '07, 02:39 AM.

    Leave a comment:


  • codeCruncher
    started a topic Select case problem

    Select case problem

    Using VB6, MS Access 97.
    This function is supposed to insert the data if the table is empty or if it is not, delete the data and replace it with the new data in the new table. However; what happens is that it automatically exits the sub and displays the error (which is not supposed to happen unless there is no data to insert[table1 =no data]). Can anyone help? Thank you.

    This is my code:
    [CODE=vb]Private Sub Command1_Click( )...
    See more | Go to post
    Last edited by Killer42; Oct 10 '07, 02:38 AM. Reason: Added CODE=vb tag

  • codeCruncher
    replied to "please wait" message
    One simple way you can do it is by using a label saying that the process is still running and set the visibility of the label to False when the process ends. Or if it is just for a short while, you can just set your cursor to hourglass.
    MousePointer = 11
    See more | Go to post
    Last edited by Killer42; Oct 9 '07, 04:08 AM.

    Leave a comment:


  • codeCruncher
    started a topic Sql statement

    Sql statement

    i wasn't sure whether to post it in access or in vb as it involves sql..This is my sql code. I felt like it was right but it doesnt seem to work. Like a wrong sql statement or some sort. Can any1 detect the error? Your help is very much appreciated.
    Dim mDataBase As database
    mExcelFile = "A:\Service_21. xls"
    mAccessFile = VAppPath & "\RMIV.mdb"
    mWorkSheet = "SERVICE_21 "...
    See more | Go to post

  • codeCruncher
    replied to dll could not start ?????
    wut do u mean by corrupted? hv u tried registering the .dll? if yes, then try to replace the .dll file with a new 1 n reregister that 1. g'lck! :)...
    See more | Go to post

    Leave a comment:


  • codeCruncher
    started a topic Progress Bar / Gauge

    Progress Bar / Gauge

    Hi;

    Can any1 tell me wuts da differences between using gauge n progressbar? when shud we use which n y? I am trying to develop a program which tells the user when the program has finish executing. Which 1 is best?
    Language: vb6
    See more | Go to post

  • Hi Daniel! Im having the same problem with my code. Have u tried adding the reference?
    See more | Go to post

    Leave a comment:


  • codeCruncher
    started a topic excel to access in vb

    excel to access in vb

    Hi! im a newbie here n im kinda stuck at dis function. This function is to import excel file(book1.xls) into a an access(97) table(name Service). I am using the code below but sumhow its not working. All i get is an error saying method 'range' of object '_global' failed. Can any1 help me detect the problem pleeeze...tq:)



    Sub ConvertExcel()
    Dim db As Database, rs As Recordset, r As Integer
    Dim k
    ...
    See more | Go to post
No activity results to display
Show More
Working...