Search:

Type: Posts; User: zupko

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Thread: Labels

    by zupko
    Replies
    13
    Views
    825

    Re: Labels

    This is how I write on label (whit DO UNTIL):
    lblIDFilma1 = lblIDFilma1 & RS!IDFilma & vbNewLine

    How could I choose one line with click? Is it possible?
  2. Thread: Labels

    by zupko
    Replies
    13
    Views
    825

    Re: Labels

    No I don't think that. I have database from which I write records on label. I want that I could click it on one line (every record is written in one line of label) and when I would click it on then...
  3. Thread: Labels

    by zupko
    Replies
    13
    Views
    825

    Labels

    I have one question. I want to know if I could make on autosize label that you could click on one line and it would open to you new window with details?
  4. Replies
    1
    Views
    409

    Writing in a file

    Can anyone tell me if there is any toutorial on this forum about using files in VB6?
  5. Replies
    4
    Views
    378

    Re: Application looking for database

    Why does it not working?
  6. Replies
    3
    Views
    402

    Re: Reports from Access

    It is not working:
    it shows error: User-defined type not defined
  7. Replies
    1
    Views
    262

    [RESOLVED] Stopping loop

    How can I stop Do while ...... loop statements immediately when something is true (before program gets to the end of the do while statement)?
  8. Thread: Access query

    by zupko
    Replies
    1
    Views
    379

    Access query

    How can I see query which I made in MS Access in my VB6 application???
  9. Replies
    18
    Views
    780

    Re: Editing records in database

    where
  10. Replies
    2
    Views
    310

    [RESOLVED] Getting date

    How can I get date in VB6?
  11. Replies
    18
    Views
    780

    Re: Editing records in database

    my mistake
    Its already working
  12. Replies
    18
    Views
    780

    Re: Editing records in database

    It returns to me syntax error
  13. Replies
    18
    Views
    780

    Re: Editing records in database

    I wrote code, but still set all lines in table to same value!
    here is my code:
    Do Until RS.EOF = True
    If txtOriginalni = RS!Originalni_naslov_filma Then
    sql = "UPDATE filmi...
  14. Replies
    4
    Views
    378

    Re: Application looking for database

    It writes to me an error: Sub or Function not defined
  15. Replies
    18
    Views
    780

    Re: Editing records in database

    How can I put a condition in this statement?
  16. Replies
    4
    Views
    378

    [RESOLVED] Application looking for database

    How can I make that VB6 application will look for database in the same folder that EXE file is, without entering path of the database in code!
  17. Replies
    18
    Views
    780

    Re: Editing records in database

    How should I Set sSQL
    Dim sSQL as ??????

    Is there any other way to edit record in database?
  18. Replies
    18
    Views
    780

    Re: Editing records in database

    How do I use SQL statement?
  19. Replies
    18
    Views
    780

    [RESOLVED] Editing records in database

    How can I edit record in a database (Access)?
  20. Replies
    3
    Views
    402

    [RESOLVED] Reports from Access

    How can I see reports from Access in my VB6 program and how do I print them?
  21. Replies
    7
    Views
    442

    Re: Writting into database

    database: MS access
    I woul like to add new records into existing table
  22. Replies
    7
    Views
    442

    Re: Writting into database

    I want to add new record into existing table!
  23. Replies
    7
    Views
    442

    Re: Writting into database

    I want that I could write into database with program that I wrote it!
  24. Replies
    7
    Views
    442

    Writting into database

    How do I write into Database?
  25. Thread: On top

    by zupko
    Replies
    2
    Views
    368

    On top

    How can I made that one label or something else would be always on top?
  26. Thread: Using Scroll Bar

    by zupko
    Replies
    5
    Views
    330

    Re: Using Scroll Bar

    I thought how do I move down or up that what is in the form, not the whole form!
  27. Thread: Using Scroll Bar

    by zupko
    Replies
    5
    Views
    330

    Using Scroll Bar

    How can I make that when I move Scroll bar would move entire form (What is on it) ?
  28. Replies
    20
    Views
    1,026

    Re: Moving text in text box

    Just tell ne how do I use .SelStar?
  29. Replies
    20
    Views
    1,026

    Re: Moving text in text box

    something here______________something here_____________something here



    _ is ment to be spaces
  30. Replies
    20
    Views
    1,026

    Re: Moving text in text box

    I want to know how can I move text in one line to position that I want.
    That would look somethnig like that:
    something here something here and something here
  31. Replies
    20
    Views
    1,026

    Re: Moving text in text box

    Private Sub Form_Load()
    Set CNN = New ADODB.Connection
    CNN.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
    "Data Source= F:\Moji programi\Seminarska\filmoteka.mdb"
    ...
  32. Replies
    20
    Views
    1,026

    Re: Moving text in text box

    But where do I use .SelStart, because I have Do While statement and writes text out of the database and I don't know where to put .SelStart???
  33. Replies
    20
    Views
    1,026

    Re: Moving text in text box

    I want that text would be written at certain point!
  34. Replies
    20
    Views
    1,026

    Re: Moving text in text box

    I want that text start in the begining of the textbox and ends on particular place and there where is its end start new string!
  35. Replies
    20
    Views
    1,026

    Re: Moving text in text box

    moving a section of text relevant to other text
  36. Replies
    20
    Views
    1,026

    [RESOLVED] Moving text in text box

    How can I move text in Textbox to position that I want?
  37. Replies
    24
    Views
    631

    Re: Problem with database

    I am doing first time with databases and i don't realy know what do you mean with data control!
  38. Replies
    24
    Views
    631

    Re: Problem with database

    I removed DAO 3.51 library, but it is stil not working! Why?
  39. Replies
    24
    Views
    631

    Re: Problem with database

    I am not using DAO objects, I am using only ADO. That code I sent you its only where ADO objects are, and nowhere else I'm using ADO objects for now, because that is not working yet. Can anyone tell...
  40. Replies
    24
    Views
    631

    Re: Problem with database

    I have microsoft DAO 3.51 object library reverenced!!!
Results 1 to 40 of 52
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width