User Profile

Collapse

Profile Sidebar

Collapse
psyvanz
psyvanz
Last Activity: Feb 22 '10, 05:40 AM
Joined: Sep 3 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • psyvanz
    replied to Need Help in vb6, Please Read?
    good day vb5prgrmr?

    here is the code im working with?

    it is a dataenvironment , im sure you knew this code?

    it is same like ADODC OR A MODULE code?

    if you dont know, please forward this to your experts friend who knew how to twick or trace the error..

    this code only search the first record... you had been search..

    Code:
    [B]Private Sub old_Change([/B]) ' this is a textbox,
    ...
    See more | Go to post

    Leave a comment:


  • psyvanz
    replied to Need Help in vb6, Please Read?
    re: help

    i'd tried that one..

    studentnumber(f ieldname)

    example: studentnumber(f ieldname) had 10 same recorded number 00001..

    how it will goto the last record or the 10th record directly?

    coded like this:

    query (select * from tb1 order by studentnumber)

    but the problem is, it always starts at the first record? not on the 10th record
    ...
    See more | Go to post

    Leave a comment:


  • psyvanz
    started a topic Need Help in vb6, Please Read?

    Need Help in vb6, Please Read?

    is there any possibilities that you can make a vb6 code, that can search backwards from last to first?


    first, i just want to apologize for disturbing you..x)

    i mean, from an access 03 database

    i inputed in the fieldname: studentnumber

    then, i entered below, five(5) records of studentnumber(f ieldname) with same value 00001..( this was inputed in access 03 database, not in a vb6 project...
    See more | Go to post

  • looks like you have'nt try coding using this....

    if you have a code that can search the last record in a database... particurlary multi studentnumber.. .. you can post it here.... thanks in advance... GOD bless...


    -------studnum | paid
    sample: 000001 | 100
    ------- 000001 | 200 > it must search here not the first student number... the last record searched....w/c is 000001.. using...
    See more | Go to post

    Leave a comment:


  • Need help in searching in last record of a file in ms access 03, in vb6?

    here is the code im working with...

    hope you can understand? cause this thing searches the first one, not the last one record...

    i wanted ONLY to find the last record in a table...

    Please help me what was wrong with my code..

    =============== =============== =============== =============== =============== =====

    Code:
    Private Sub old_Change()
    
    'this deals with school billing,
    ...
    See more | Go to post

  • how to put your records using ms access 03 table fieldnamed (courses) into combo box?

    Hi (-_-) good day..

    I'm an IT student...

    first, i want to apologize for sharing my problem to you and for disturbing, although sharing is good..x)

    second, im making a school courses... to be shown in a combo box...

    here's next my problem...

    I added three courses in tablename (tb1) ms access 03.. fieldname (courses)

    see below...

    "courses"...
    See more | Go to post

  • need help with ms access 03 name table1 and name fieldname "courses"

    good day!!

    how to link all your data in a ms access 2003 named (table1) column1 named "courses" in a "listbox"

    like this, and it must be on a listbox whenever i run the form:

    BSIT
    BSCS
    BSBA

    ive tried this code in a listbox...

    list1.additem (text1.text) ' to add an item in a listbox

    but i encountered a problem in running again.. whatever i...
    See more | Go to post

  • re: acknowledge sir/maam

    i hope this site is the right answer to my question..

    kindly try to see the link below...

    http://forums.devshed.com/visual-bas...box-68558.html

    i hope this is what your answer suppose to mean...

    thanks for the advice.... please reply if this is the right way..x)...
    See more | Go to post

    Leave a comment:


  • re: vb5prgmmer

    sir/maam

    i dont understand the FOR LOOP thing

    can you make me an example with this... related to the question ABOVE..

    thanks in advance....
    See more | Go to post

    Leave a comment:


  • how am i going transfer the value in a listbox to another listbox? in vb6..

    just a code?

    say for example i have a 2 listbox's

    list1 and list2

    how can i transfer all the data in my list1 to list2?

    it must be list1=list2

    whatever character or value i entered in list1, must be also in list2

    output must be:

    list1 = list2

    1 = 1
    2 = 2
    3 = 3


    thanks...
    See more | Go to post

  • psyvanz
    started a topic datagrid to other datagrid?

    datagrid to other datagrid?

    how create a code that can transfer all the records of a datagrid to another datagrid in just a single click of a command button....

    any code that i can relate....vb6

    but it much more easy if you a code using dataenvironment .... cause im using that kind of program...

    your all answers... is much appreciated.. thx a lot and happy new year.. to all..
    See more | Go to post

  • how to make a code that can "delete all" records in a table in MS ACCESS DATABASE 03?

    any code that can delete all records in just one click

    if you have a dataenvironment code it more good.. cause im working in this kind of code.

    like this:

    single delete code (not all in the records) dataenvironment 1.command1.dele te

    thats all i can do... i want to know how to create a code that can delete all records code in just a single click... of a command button..

    all...
    See more | Go to post

  • How to make a code using dataenvironment search button?

    *using dataenvironment

    *code in search button...

    *connect in ms access database 2003

    *can search all (not only one)"male" person or same surnames... that saved in a database...

    kindly post here.... the code.... thanks in advancee...

    if you have a site related to this.. kindly post here.. the link... anyway... thanks..

    and merry christmas and happy...
    See more | Go to post

  • sir, is it in the DATAFORMAT OF A TEXTBOX; i've tried it nothing really works...

    sir, if you know the code of this formatting an autonumber; kindly post here...

    autonumber... must start in 000001, 000002, 000003.....so on and so fort....

    YOU CAN USE 1 TEXT BOX AND 1 COMMAND BUTTON... THAT EVERYTIME, YOU CLICK THE COMMAND BUTTON IT WILL ADD... AND IF YOU UNLOAD IT... AND RUN AGAIN, IT WILL START TO THE...
    See more | Go to post

    Leave a comment:


  • yes... but if i add code= val(text2.text) + 000001 it will not give the 000002 else it goes only "2" like 1 + 1=2, thats the matter?
    See more | Go to post

    Leave a comment:


  • DATAENVIRONMENT designer in visual basic 6? FORMATTING?

    Code:
    Private Sub add_Click()
    
    dt1.rsCommand1.AddNew
    
    t1.Text = t2.Text + 1 ' << HELP ME HERE!!! I STARTED 000001.. 
    IF I CLICK ADD COMMAND BUTTON, 
    SO IT MUST BE 000002 NOT ONLY NUMBER 2.
    ' BECAUSE I ONLY KNOW ADDING STYLE 1,2,3,4... 
    SO ON AND SO FORT.
     ' I WANT LIKE THIS FORMAT OF ADDING - 000001,000002,000003...
    SO ON AND SO FORT..(AUTONUMBER)
    ' WHAT SHOULD I DO? THANKS
    ...
    See more | Go to post

  • Assigning student subjects in college using dataenvironment in vb6?

    HOW TO MAKE A STUDENT SCHOOL SUBJECTS IN COLLEGE USING Visual Basic 6? WITH FIXED SUBJECTS AND ASSIGNING THE SUBJECT TO A STUDENT USING "DATAENVIRONMEN T"?


    THIS IS IN "FORM1" THIS IS IN "FORM2"

    SUBJECTS FILE MAINTENANCE: STUDENT WITH SUBJECTS:

    NCLUDES: INCLUDES:

    DESCRIPTIVE TITLE STUDENT NUMBER
    SUBJECT NUMBER STUDENT NAME
    TIME...
    See more | Go to post

  • How to make an autonumber in my form connect ms access database using dataenvironment

    See bellow my attachment...


    To make it easy to understand...


    Thanks in advance..... God bless... To you... X)...
    See more | Go to post

  • psyvanz
    started a topic How to save simultaneously

    How to save simultaneously

    Good day to all…

    I have a problem on how to save “simultaneously ” all entered in 4 textboxes? I

    used DATAENVIRONMENT in connecting 4 textboxes and the datagrid.. when I

    click the ADD button, whatever I entered in all textboxes it should

    save “automatically” simultaneously when I click SAVE button in my datagrid

    which is connected in my database MS ACCESS…...
    See more | Go to post

  • psyvanz
    started a topic Help! In vb6 program?

    Help! In vb6 program?

    GOOD DAY.. TO ALL

    How to make an "autonumber " in vb6? Starts (s-000001) in a textbox. Thats occur when i click the add button.

    The textbox link to a "datagrid" connected to "database ms access" using "dataenvironmen t".

    I just want to know the code in how to make an "autonumber in a textbox using dataenvironment ".

    By the way "dataenvironmen t"...
    See more | Go to post
No activity results to display
Show More
Working...