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

Search:

Type: Posts; User: Marko Jokela

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    2,772

    Yes thats it!

    I install service pack 5 in to my machine and after that all works fine! Thank you very very much again!! :D
  2. Replies
    4
    Views
    2,772

    How can I ever thank you enough!

    Cimperiali THANK YOU!!! :D

    You made this project possible with your advice and I will remember your wisdom for ever!!!!!!

    I nearly jump in the air here behind the monitor, thid project if...
  3. Replies
    4
    Views
    2,772

    Installing and package wizard

    Hi there!

    I've been greatly helped for some of you guys before and now I'n asking more.... So if anyone could help me to do installation package, I've got a problem (Again)!

    Here is the...
  4. Replies
    5
    Views
    819

    Works perfectly!!!!

    Thank you very much Two dogs!!!!!!!!!!!!!


    Regards

    Marko Jokela
  5. Replies
    5
    Views
    819

    Thanks TwoDogs!

    That helps me a lot! Now just testing... I must go to bed, let's see how it works tomorrow!
  6. Replies
    5
    Views
    819

    Relative paths

    Hi everyone!

    I don't know if that headline is right, but problem is here:

    I've done a big project and now I'm packaging it, so there is a need for paths like this:
    "\db\Customer.mdb"

    But I...
  7. Hope this will help...

    I've been working on same kind of problems, this works for me (MSOffice2000);

    Set Wdf = CreateObject("Word.Application.8")
    Wdf.Documents.Open strWordDoc2, , ReadOnly = False, Visible =...
  8. Replies
    5
    Views
    686

    This is maybe guessing...

    Could it be possible that you must set that data from db inside the string?

    Like this...

    Dim strData As String

    rstFromDB = strData

    set datagrid1.datasource= strData
  9. Replies
    0
    Views
    482

    Question about bullets

    Greetings from cold Finland for everyone! Here are -15 degrees celsius and I could say that's pretty cold...

    So here is the problem;

    I've been making program, which makes word-documents and I...
  10. Oops...

    There is "Maksuehto", which is string and is actually that "PRICE", if you wonder what it means...
  11. I found solution!

    So its best to reply for myself, if anyone is interested to do this again....

    Here is code what I was looking for:

    MultiDoc = "D:\PRICES.doc"


    Set Wdf2 =...
  12. Selection.MoveRight wdSentence, 1, wdExtend

    And Greetings from rainy and cold Finland! I'm sitting home with problem and thinking that someone could help me with this one...

    I've working on those word objects and this problem still hounting...
  13. Replies
    10
    Views
    1,228

    Is those zRanges set to nothing?

    Maybe those loops need to set those zRange's nothing, like this:

    zRange1 = Nothing
    zRange2 = Nothing
    zRange3 = Nothing

    Maybe this won't help, but its worth of trying...

    And yet another...
  14. Replies
    10
    Views
    1,228

    Try this

    Those lines set zRange2 = Selection.Range and that other zRange3 = etc.... If they are inside any searching loop which is initialized like there, does the forever loop.

    So when you set any ranges...
  15. Replies
    10
    Views
    1,228

    Yes!

    So if you set those ranges inside the While, then you got loop which never ends...

    You must do those loops smaller or do it so that the zRange is set outside the loops, or problems will...
  16. Replies
    10
    Views
    1,228

    Here is something, maybe!

    So you inserted this Do while loop and then there is only an alternative for set again those Range objects / Selection.

    I mean that every time you set a new Range object and it selects inside the...
  17. How to change a Range object when opening Word application?

    Hi there!

    I've been working with the Word application and now I need some advice...


    I search inside the whole document and what is need to be found is "PRICE" or "TIME".

    And when founded,...
  18. ActiveDocument.Content.Find and counting lines

    Hi and thank you very much of all which are helped me this project!

    I've still got little problem, and now I think I need your help.

    So here is part of the program where I'm stuck:

    Dim Wdf2...
  19. Thanks very much!

    It seems to work and just what I needed for!!!! Thank you very much, there seems to be a gurus after all!


    Regards

    Marko Jokela

    :D :D :D
  20. Replies
    2
    Views
    887

    Here is a little code that I use...

    This is for writing in Excel from Visual Basic:


    Dim strExcelXls As String
    Dim strText As String ' This could be anything that you like to add inside the selected range

    strText = "Test text...
  21. Word application, clipboard and range objects

    Hi there! Thanks for everybody to solving my problems before, now there is a new one, that I can't resolve on my own.

    So here's the problem:

    I've got a word-application, which is opened and...
  22. Replies
    1
    Views
    640

    Re: File properties

    Try Range object? Like this:

    .Range.Find.CreatePublisher(Edition, xlScreen, ContainsPICT = False, ContainsBIFF = False, CONTAINTSRTF = False) = strYourString

    And more to know about...
  23. Replies
    0
    Views
    631

    Excel menus visible

    Hi there

    I've got problem with Excel 2000 menus. So when I start an application like this:

    Set AppXL = CreateObject("Excel.application.9")
    With AppXL
    .Workbooks.Open strFile,...
  24. Strange files in hard disk! What these are?

    Hi

    I found strange files in hard disk, named as "*.eml". What is these files or should I ask, what virus does these files? Do anybody know something of these files?
    ...
  25. PDF (Acrobat) files to LDF (CSV) files

    So I encountered a problem;

    How do I translate 100 .PDF files to .LDF files?
    So if there is text and pictures inside these .PDF-files, how to translate them in correct form?

    Is there anybody...
Results 1 to 25 of 52
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured