CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: masyus

Search: Search took 0.02 seconds.

  1. Re: How to open current word document? Please help me...

    objTempWord.Documents.Open strNewFileName, "", "", "", "", "", "", "", "", Format(strNewFileName, "DD/MMM/YYYY hh:nn:ss", "", vbUseSystem)

    Cause the error " Type mismatch...."...
  2. How to open current word document? Please help me...

    In the database saving a lots of files which are differentiate by ID. Same ID could have more than one but different date. Im trying to create the code to retrieve the word document with latest...
  3. Replies
    2
    Views
    991

    Word App: To generate the word doc

    Hye guys,

    Needing you help.

    I want to print out the word document for the information in my database. Basically, I have 1 tables in 1 database.

    First table: ...
  4. Re: How To Upload/Retrieve Picture Into/From HeidiSQL

    :eek: :(
  5. How To Upload/Retrieve Picture Into/From HeidiSQL

    My design/programming is vb 6.0 and the database is HeidiSQL. I want to upload a picture using button from vb 6.0 and restore the picture into HeidiSQL. And whenever I open up the data in vb 6.0, I...
  6. Replies
    5
    Views
    962

    Re: How to get all data updated to the new one

    okey :ehh:

    thanks for your advised. I will try again...well actually im new in this programming's world hehe..:rolleyes:
  7. Replies
    5
    Views
    962

    Re: How to get all data updated to the new one

    While Not rstData4.EOF

    If rstData4("SpecID") = SpecId Then
    ReviewDate3 = UCase$(Trim$(NullReturn(rstData4("SpecLastUpdate"), ""))) ...
  8. Replies
    5
    Views
    962

    How to get all data updated to the new one

    Im trying to get those data in the database(access) update to the new date but the problem was it was not updated for all but only the first one. Please help me!...is it something problem with While...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured