Search:

Type: Posts; User: r_amin

Page 1 of 6 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    7
    Views
    2,043

    Re: File path from outside

    Fantastic
    That's it.
    Thanks a lot DataMiser.
  2. Replies
    7
    Views
    2,043

    Re: File path from outside

    Can anyone get me working code please.
  3. Replies
    7
    Views
    2,043

    File path from outside

    When I double click on a file from windows explorer, it opens my program (as default program).

    But, how I can I get the file path the file opens was double clicked (to open it)?

    Example:
    Take...
  4. Thread: richtextbox ?

    by r_amin
    Replies
    4
    Views
    605

    Re: richtextbox ?

    I think better you count characters other than lines
  5. Re: need info - SQL SERVER express Earlier

    Thank you verymuch GaryMazzone and brucevde
  6. Re: need info - SQL SERVER express Earlier

    sorry! ''muti-user'' - actually I mean multiple PCs.
    I need to make a client server application. (A server PC and few client PCs on local network).
    On the page...
  7. [RESOLVED] need info - SQL SERVER express Earlier

    Long time tried but cannot findout the answer on the net....

    I am thinking of using SQL SERVER Free (express edition) for multi-user support (not more than 10 users).
    Now the Question :
    SQL...
  8. Thread: help me please

    by r_amin
    Replies
    1
    Views
    524

    help me please

    I've worked with PHP mySql.
    I need to show Items of the catagory without reload full page.


    So how can i do it--
    on click on a catagory - display its Items.

    any sample code please.

    ---
  9. Replies
    35
    Views
    1,839

    Re: Find the application path

    Do you try to make a virus type something?
  10. Replies
    14
    Views
    1,226

    Re: Progress bar and timer

    Or, you need a false Progress bar to display?
  11. Replies
    4
    Views
    954

    Re: Crystal report 8.5 issue

    Yes VBFnewcomer
  12. Replies
    4
    Views
    954

    Crystal report 8.5 issue

    VB6, Crystal report 8.5
    ----------------------

    I want to view a report file aaa.rpt from VB form runtime.
    Is there any sample to use Crystal report 8.5 with VB6.
    or the F1 Help file of Crystal...
  13. Replies
    6
    Views
    655

    Re: query - max with distinct

    there is no entry for each product everyday.
    So we have to findout last entry for each product (max date and less than mydate)
  14. Re: [RESOLVED] query - select more collum with max

    Hack , PilgrimPete is right in the post 12

    ok PilgrimPete, serviceID is actualy ClientID (no need service details except amount). Sorry, this is not my axact table (colum names are edited)
  15. Re: [RESOLVED] query - select more collum with max

    i was wrong in this reply
  16. Re: [RESOLVED] query - select more collum with max

    my collumns and data at the attachment

    Id = text
    serviceID = Number
    Amount = Number
    date = date
    Serial = Number
  17. Re: [RESOLVED] query - select more collum with max

    I've tryed both and I like


    SELECT serial, date, serviceID, Amount
    FROM [b0prStk_Save]
    WHERE Serial IN (SELECT MAX(Serial) FROM [b0prStk_Save] WHERE dInNum < myDDD GROUP BY ClientID)

    But...
  18. Re: [RESOLVED] query - select more collum with max

    Thanks PilgrimPete,

    I have to include a
    WHERE dInNum<#" & myDDD & "#
    I cannot complete It.
  19. Re: [RESOLVED] query - select more collum with max

    in table "b000" when a client get any serviece a row added hare.
    collumns are = serial(unic serial number), date, servieceID, Amount.

    Now I want to make a list off all clients with his last...
  20. Re: query - select more collum with max

    thank you verymuch PilgrimPete
  21. Replies
    6
    Views
    655

    Re: query - max with distinct

    Thanx PilgrimPete,

    I want - "the maximum serial number of product y"
    -----
    thanx Hack, I'll try


    .
  22. Replies
    6
    Views
    543

    Re: hi, all.. access db help..

    do you like to use this



    rst2.addnew
    rst2.Field9 = rst1!Field1
    rst2.update
  23. [RESOLVED] query - select more collum with max

    vb6, ADO, Access 2000
    -------------------
    can I select more collum with max

    rst3.Open "SELECT max(Serial),amount FROM [b000] WHERE
    aa=" & bb & "", cn, adOpenKeyset, adLockPessimistic

    thanx...
  24. Replies
    6
    Views
    655

    query - max with distinct

    vb6, ADO, Access 2000
    -------------------
    rst3.Open "SELECT distinct(Products),amount FROM [b000] WHERE Serial<" & myDDD + 1 & "", cn, adOpenKeyset, adLockPessimistic

    I want to add a max(Serial)...
  25. Replies
    7
    Views
    820

    Re: create a table in a access 2000 db

    with Reply#4
    Is there any other way to detect that, is the table "Priorities1" Exist or not?


    with Reply#5

    Dim catDatabase As ADOX.Catalog
    hare is an Error massage = "User defined typpe not...
  26. Replies
    7
    Views
    820

    Re: create a table in a access 2000 db

    Thank you very much to all
  27. Replies
    7
    Views
    820

    create a table in a access 2000 db

    I want to create a table in a access 2000 db from my Vb6 application.
    It will contain 3 collumn - ID(text), name(text), class(number)

    Please help
  28. Replies
    4
    Views
    598

    Re: which collum clicked

    Thanks for help and quick response

    ok. but how can i detect double click?
    and How to add a new row?

    Thanks in advance
  29. Replies
    4
    Views
    598

    [RESOLVED] which collum clicked

    I have a flexgrid with 5 collums
    (1) on click on 1st collum - label1.caption="clicked on 1st collum"
    (2) on click on 5th collum - label1.caption="clicked on 5th collum"
    (3) when I double click on...
  30. Replies
    4
    Views
    9,197

    link flexGrid with database table

    I've worked with the dbGrid using Data control.
    Hare I cannot use any Button to modify any row. So now I am thinking about flexGrid.

    How can i connect a flexGrid with a access table?
    Can I use...
  31. Replies
    8
    Views
    787

    Re: setup problem .... activeX

    this is that massage.
  32. Replies
    8
    Views
    787

    Re: setup problem .... activeX

    Yes, If I installed vb5 or vb6, then it can work.
  33. Replies
    8
    Views
    787

    Re: setup problem .... activeX

    no

    Not right now. I'll tell the exact error message another day. (after checked by another PC)
  34. Replies
    8
    Views
    787

    setup problem .... activeX

    I have a application working with Ms Access database.
    I've made the setup.exe
    After finished the setup process (in a new PC where VB not installed), when I run my application It massaged something...
  35. Replies
    7
    Views
    611

    Re: max query problem

    But my Id column is not unique. What to do Now
  36. Replies
    7
    Views
    611

    Re: max query problem

    I need the Learget "Amount" only (i mean 1 result only), but it returns all rows
  37. Replies
    7
    Views
    611

    Re: max query problem

    Thanks brucevde, GaryMazzone
  38. Replies
    7
    Views
    603

    Re: MS Access question

    do you mean create

    I think there is no probelm to create 10 table in a database, i've worked with more.
    and
    I think also no probelm to open 10 table at a time. Do you feel any problem to open...
  39. Replies
    7
    Views
    611

    [RESOLVED] max query problem

    VB6, Access2000


    rstAAAA.Open "SELECT Amount,Max(id) From [table]
    WHERE otherID ='" & myid & "'", cn, adOpenKeyset, adLockPessimistic
    It returns Error massage:
    "You tried to execute a query...
  40. Replies
    1
    Views
    358

    Re: [RESOLVED] Descending query problem

    i've solved
Results 1 to 40 of 203
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width