Search:

Type: Posts; User: cops

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Application with access database put in Cloud

    Hi all,

    I want references or suggestion about doing this and I still don't understand how to this. I have an application with database access I develop my self to record all sales transaction in...
  2. Replies
    1
    Views
    535

    VS 2008 Search many Employee_id in one textbox

    Hi Guys:wave:

    Can you give coding example to do search many employee_id in one textbox and each id separate with comma and all data found can be view in datalistview?

    Thanks
  3. Replies
    4
    Views
    1,073

    Re: Use datagrid view to add new data to records

    ;) thanks
    that thread very helpful
  4. Replies
    4
    Views
    1,073

    Re: Use datagrid view to add new data to records

    Thanks John,

    Now I remember If I not mistake a year ago you have a thread how to use datatable,datagridview.. I have read that once.. now I try to find it again but I can't find..
    do you still...
  5. Replies
    4
    Views
    1,073

    Use datagrid view to add new data to records

    Hi Mate,

    Please help me with datagridview because I'm not familliar with datagridview I usually use listview to view data in grid.I used to add new serial to database one by one after that I've...
  6. Replies
    3
    Views
    1,851

    Re: alternate listview row color

    thanks john useful tread....
  7. Replies
    103
    Views
    243,777

    Re: Retrieving and Saving Data in Databases

    useful
  8. Replies
    7
    Views
    1,508

    Re: [RESOLVED] erro in binding

    ooo ic.. so how to use the repopulate u have mention? any example?
    what the different with rebind it again?

    same schema mean the structure of the table.right?... only the data is changing...
  9. Replies
    7
    Views
    1,508

    Re: [RESOLVED] erro in binding

    lol , i need to search data with 2 category,so when ever i choose any of the category the datagridview will change according to the result i'm sure databinding lying there need to change.. thats why...
  10. Replies
    7
    Views
    1,508

    Re: erro in binding

    thanks john.. u clear my dead clock stub*** head
    bellow is the solution

    txtserial.DataBindings.Clear()
  11. Replies
    7
    Views
    1,508

    [RESOLVED] erro in binding

    error in binding

    Dadapter = New SqlDataAdapter(dat, conn)
    Me.Dadapter.Fill(Me.Table)

    bs.DataSource = Me.Table
    DgvTire.DataSource = bs
    ...
  12. Replies
    12
    Views
    2,019

    Re: Select text from datagridview

    heheheh :blush: sorry i forgot because so frustrated cannot solve this one

    an error occurred
    see my code below


    Private Sub Cari()

    Dadapter = New SqlDataAdapter(sql, conn)
  13. Replies
    12
    Views
    2,019

    Re: Select text from datagridview

    thanks for ur fast reply john...
    can i write like this ?
    Me.Dadapter.Fill(Me.Table)
    BS.DataSource = Table
    DgvTire.DataSource = Table
  14. Replies
    12
    Views
    2,019

    Re: Select text from datagridview

    :wave:hey paul,:wave: hey jmcilhinney
    can u gimme example using data from data base? i still don't get it how to select text from datagridview using bindingsource.. i want learn to use it.. please...
  15. Replies
    12
    Views
    2,019

    Re: Select text from datagridview

    but i'm not using row header... :(
  16. Replies
    12
    Views
    2,019

    Re: Select text from datagridview

    is there any other way how to get data to the textbox from the datagridview
  17. Replies
    12
    Views
    2,019

    Select text from datagridview

    help me ..
    how to write a code to get data from selected row in datagridview and put in separate textbox...

    thanks
  18. Thread: pass null value

    by cops
    Replies
    3
    Views
    921

    Re: pass null value

    wow:eek:
    thank you john.
    all your article really,,really helpful :D
    this is kind of article l lookin for along time..
    keep writing pal :wave:
    now it's my duty learn english more :blush: so i...
  19. Thread: pass null value

    by cops
    Replies
    3
    Views
    921

    pass null value

    hello expert:wave:

    i need to pass null value but error

    dim drf as date

    If txtdispo.Text = "dokter" Then
    drf = SetJDate (setjdate is global varialbe date)
    Else
    ...
  20. Thread: using connection

    by cops
    Replies
    6
    Views
    1,010

    Re: using connection

    ok thanks...
  21. Thread: using connection

    by cops
    Replies
    6
    Views
    1,010

    Re: using connection

    so for my case i should write like this?
    Dim connString As String = "Server=.\SQLExpress;AttachDbFilename=|DataDirectory|tiresoft.mdf;Trusted_Connection=Yes;"
  22. Thread: using connection

    by cops
    Replies
    6
    Views
    1,010

    Re: using connection

    thanks....jmcilhinney
    thats the answer i looking for..:thumb::thumb::thumb:
    and i waiting for you to answer this question :D
    coz i read it from ur thread
    sorry for bothering u hopefully u...
  23. Thread: using connection

    by cops
    Replies
    6
    Views
    1,010

    using connection

    hello expert...:wave:
    i try learn how to develop server client info system
    i read example how to retrieving and saving in data base
    i already read here and i still confuse in using a connection...
  24. Replies
    0
    Views
    619

    error in attach database

    hello expert..:wave:
    i have a problem here...i study autodidact bout vb 2008 and sql express 2008
    i create a project in my office and i want to continues at home
    i save my project in usb...
  25. Re: [.NET 2.0+] Visual Studios "My Project" Tab Control (Updated! 12/9/2009)

    cool man...thanks for sharing..
    can i use it to my projects ? i'll credits ur name " ForumAccount from Vbforums "... hiahiahiah
  26. Replies
    4
    Views
    1,534

    Re: ListView Drag Drop

    hey expert..

    how bout changing the drag icon?:;)
  27. Replies
    4
    Views
    1,534

    Re: ListView Drag Drop

    thanks expert...
  28. Replies
    4
    Views
    1,534

    ListView Drag Drop

    Dear Expert....

    what I want to know now is how to drag item from list view and drop it in image box.. with drag icon
    I used to use vb.6 there is a drag icon... how bout vb.net?

    :wave:
  29. Replies
    2
    Views
    2,203

    Print 2 or 3 different mschart in to 1 paper

    Hi all,

    Please help me I'm a searching Mschart and it related topics in vbforums thread but i didn't find a discussion about printing two or three ms chart in to one paper.

    for this case I need...
  30. Replies
    1
    Views
    389

    [2008] the even log is full

    Hi there...
    I just install VS express 2008(visual basic) and sql express 2008
    I learn to use it.. with msdn guidance attach
    and I have trouble when I want to create local data base from the add...
  31. Thread: ms chart help

    by cops
    Replies
    5
    Views
    651

    Re: ms chart help

    ok I'll try it
    it's data combo that I use
  32. Thread: ms chart help

    by cops
    Replies
    5
    Views
    651

    Re: ms chart help

    You want me to omit it??
    adostudent.RecordSource = " select student.studentid,student.gradeA,student.gradeB from student where student.class ='" +dtcboclass[b] + "'"
    how can I get student chart...
  33. Thread: ms chart help

    by cops
    Replies
    5
    Views
    651

    ms chart help

    Hi all,

    Now I'm stuck again because ms chart...
    can you give example creating ms chart with data from database?
    I already have example from planet source code but still i need more because it to...
  34. Replies
    3
    Views
    873

    Re: report In landscape

    Vb 6 enterprise edition
  35. Replies
    3
    Views
    873

    report In landscape

    according to a thread that I read.to create report in landscape I should install sp 6.
    I just install VB pack 6.But in my project datareport1.Orientation not appear (maybe because it create ...
  36. Replies
    1
    Views
    567

    searching data in datagrid letter by letter

    Is there someone can help me how to make searching textbox
    but I want make it letter by letter.
    If I write "A" then all student name with first letter "A" will shown and next "AN" will shown all...
  37. Thread: Data manipulate

    by cops
    Replies
    1
    Views
    473

    Data manipulate

    Hi there,
    please help me!!! I have try to make my new vb project.
    this is the explanation of it.
    I use adodc and datagrid1 and try to record any history of student. In student.mdb I have table...
  38. Thread: textbox for date

    by cops
    Replies
    4
    Views
    694

    Re: textbox for date

    Thanks...
    it's done..:wave:
    I'm the one who wrong in writting the format for dtpicker value :o :blush:
  39. Thread: textbox for date

    by cops
    Replies
    4
    Views
    694

    Re: textbox for date

    actually I have considered to use dtpicker but dtpicker value only in short time format.am i right?I want time also included.. any sugestion??
  40. Thread: textbox for date

    by cops
    Replies
    4
    Views
    694

    textbox for date

    HI there..

    How to make slash"/" in textbox cannot be delete it's use as separator date. so every time I want to write date in textbox I Don't have to put slash.
    thanks
Results 1 to 40 of 46
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width