User Profile

Collapse

Profile Sidebar

Collapse
Proggy
Proggy
Last Activity: Apr 8 '15, 03:48 AM
Joined: Oct 21 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Proggy
    started a topic Invalid Path

    Invalid Path

    Ive been installing a VB application on another computer, but wen im running the program an error occurs it says that my database is not valid(the path).
    my program has no app.path thats why i install it on Local disk D.
    Wat should i do now?
    is there any option on how can i run the program on another Local computers?
    thanks.
    See more | Go to post

  • Proggy
    started a topic Text becomes invisible

    Text becomes invisible

    i wonder why my text becomes invisible.
    after i type the name and i focus on the other textbox it does not show.what was the problem? can anyone help me?
    thanks much.
    See more | Go to post

  • Proggy
    started a topic Invalid Pattern String

    Invalid Pattern String

    Hello there.
    can anyone help me solve this problem in Visual Basic 6.
    ive been adding a record when i accidentally press the brocket "[" character. then this error show.
    Invalid Pattern String.
    You can view the error i encountered on the image i attached.
    Ill appreciate your answer very much.
    God bless.
    Thanks in advance....
    See more | Go to post

  • Proggy
    replied to ADODC Error
    Re:Adodc error

    the error remains.
    it cant still solve the problem.
    it results to runtime error when i remove the single quote in the txtsearch.
    See more | Go to post

    Leave a comment:


  • Proggy
    replied to ADODC Error
    adodc eRROR

    THIS IS THE ONLY CODE I PUT IN THE TXTSEARCH.IN WHICH AM I GOING TO ESCAPE?


    Code:
    adokonek.RecordSource = "SELECT *from tblstaffinfo where " & cmbcategory & " like '%" & txtsearch & "%'"
    adokonek.Refresh
    See more | Go to post

    Leave a comment:


  • Proggy
    started a topic ADODC Error

    ADODC Error

    im a complete newbie in visual basic and im currently working on my first project which is the book borrowing system. the project is almost done except with this error. you can view the error in the attachment below.
    Please help me fixing this error.
    God bless....
    See more | Go to post

  • what i am trying to do is to print a single record. but this error keeps on showing.
    See more | Go to post

    Leave a comment:


  • on this line : rs.Open "select * from tblborrower where AccessionNumber = " & CInt(txtAccessi onNumber.Text) & " ", con, adOpenStatic, adLockOptimisti c, adCmdText.

    i did removing the recordset but its not really working.
    See more | Go to post

    Leave a comment:


  • operation is not allowed when the object is open in vb6

    I keep getting an error operation is not allowed when the object is open in this code. anybody can help me in this?
    can you please check m code?
    tnx.
    your help is greatly appreciated.

    Code:
    Private Sub cmdPrint_Click()
    Set rs = Adodc1.Recordset
    rs.Open "select * from tblborrower where AccessionNumber = " & CInt(txtAccessionNumber.Text) & " ", con, adOpenStatic, adLockOptimistic,
    ...
    See more | Go to post

  • Proggy
    started a topic Rearranging columns in DataGrid

    Rearranging columns in DataGrid

    i change a datafield in database,in i deleted the old datafield and added a new one.after i add another field,its position was in the last.as i connect it to the datagrid its position was in the very last column but it needs to appear the very first column.is rearranging of column in datagrid possible? anyone can help me with it? tnx in advance.
    See more | Go to post

  • Proggy
    replied to Saving Password
    Saving Password

    HI this is the project i made.
    im not really a good programmer.
    and im trying to improve my knowledge.
    i hope u understand.
    :)...
    See more | Go to post

    Leave a comment:


  • Proggy
    replied to Saving Password
    this problem particularly refers to managing accounts of the administrator.b ut since this project can only be used by admin only password can be changed.
    do u want to look on my project?
    See more | Go to post

    Leave a comment:


  • Proggy
    started a topic Saving Password

    Saving Password

    im a beginner in programming, and im currently working on my first project which is the book borrowing system.
    my only problem is that everytime i try to change the password of my system.. when i hit the cancel button the previous password disappears and u i can easily enter in the system without inputting password.where do u think is the problem?
    thanks.



    Code:
    Private Sub cmdCancel_Click()
    If
    ...
    See more | Go to post
No activity results to display
Show More
Working...