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

Search:

Type: Posts; User: Jasper XAFAX

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    8
    Views
    10,723

    Hi Cimperialy, Sorry I did not respond to you...

    Hi Cimperialy,

    Sorry I did not respond to you replies. I was ill for a while. I will look into your efforts as soon as humanly possible.

    As I know from times before your posts always have...
  2. Replies
    1
    Views
    681

    Hi Suhaib, I found this Post today. It maybe a...

    Hi Suhaib,

    I found this Post today. It maybe a bit late but thank you for your efforts.

    Best regards,

    Jasper
  3. Replies
    8
    Views
    10,723

    Cimperiali, I found the problem. The...

    Cimperiali,

    I found the problem. The Shellandwait function is causing it. I will have to sort that out. Really strange the function has worked with every app exept this on. Proves that I can't...
  4. Replies
    8
    Views
    10,723

    Hi Cimperiali, Thank you for your time and...

    Hi Cimperiali,

    Thank you for your time and effort to reply.
    I do not know if the code you posted is the code I need because I do not fully understand it. Before I go and study this code (I like...
  5. Replies
    8
    Views
    10,723

    VBA! Can't get process to end

    Hi everyone,

    I have this piece of code that unpacks a zipfile
    shellandwait ("C:\Wzunzip C:\test.zip C:\")

    After this process is done I want to delete it with
    Kill "C:\test.zip"

    The...
  6. First I made a tekst file from my dir. Dir *.jpg>...

    First I made a tekst file from my dir. Dir *.jpg> C:\temp.txt
    then I Imported the tekst file into my db. with fixed positions. Because the filenames were different lenghts I got a table with...
  7. Hi hscp, Thank you for your reply. I came with...

    Hi hscp,

    Thank you for your reply. I came with that solution as wel but I a affraid it doesn't work because that commando will also select the 9:3 files. 9:3 files are for example 1~456789.jpg....
  8. VBA, What functions do I use to rename files?

    Hi All,

    Hope everybody had a nice easter. This is the problem:
    I have many many filenames in a folder. About half of them have 9:3 filenames (like 123456789.jpg) and the other half has 8:3...
  9. I do not have a real answer in visual basic terms...

    I do not have a real answer in visual basic terms but isn't there already a program around that does this? It sounds like something more people can use or are using. If so it would be a waste of time...
  10. Replies
    7
    Views
    1,033

    Hello hspc and THECPUWizard, Thank you again...

    Hello hspc and THECPUWizard,

    Thank you again for your time and effort to answer my question, I had weekend and a day of because of easter so that is why I didn't express my gratitude till now.
    I...
  11. Replies
    7
    Views
    1,033

    First of all let me thank you for your time and...

    First of all let me thank you for your time and effort.
    Thank you very much for explaining. Maybe you can telle me something else I have A question about.
    My piece of code is reffering to a table,...
  12. Replies
    7
    Views
    1,033

    VBA SQL Select (Code included)

    Hi all,

    I have this bit of SQL that I can't get working.

    rst1.Open "SELECT Studenten.* FROM Studenten WHERE (((Studenten.Printen) Is Null) AND ((Studenten.VerzendenNaar) Is S));"

    I know the...
  13. Replies
    3
    Views
    733

    Hi jp140768, Sorry for this post, it was just...

    Hi jp140768,

    Sorry for this post, it was just a mis type. But I am thankfull for your reply.

    Regards,

    Jasper
  14. Replies
    3
    Views
    733

    Ahum, Never mind, it was a typo. Sorry...

    Ahum,

    Never mind, it was a typo.

    Sorry gurus,

    Jasper
  15. Replies
    3
    Views
    733

    Weird Format Date()

    Hi Everyone!

    I am having this really weird thing when I try to make a tekst field display the date in for example this way =Format(Date();"dd mmmm jjjj"). When I try to do it like that Access...
  16. Replies
    7
    Views
    1,518

    Hi Cambece and jp140768, Thank you both for...

    Hi Cambece and jp140768,

    Thank you both for clearing this up for me, and Cambece I am not offended at all. I am going to try your piece of code. So I can keep the rest of the code the same and...
  17. Replies
    7
    Views
    1,518

    Hi Cambece, Why would I change something...

    Hi Cambece,

    Why would I change something that's already working properly?

    Jasper
  18. Replies
    7
    Views
    1,518

    Whaaaaaaaa, it worked. Thank you very much! ...

    Whaaaaaaaa, it worked. Thank you very much!

    Jasper
  19. Replies
    7
    Views
    1,518

    VBA Recordcount

    Hi Guru's,

    I did a search on this subject but no one has encountered the error I am having. This is the code

    ------------------------------------------------------------------
    Dim conn As...
  20. Hi guys, This worked. ...

    Hi guys,

    This worked.

    -----------------------------------------------------------------------

    Dim Dbs As DAO.Database
    Dim Rec As DAO.Recordset

    Set Dbs = CurrentDb
  21. :o 100% sure of it.

    :o 100% sure of it.
  22. Hi Cimperiali, Thank you for replying to my...

    Hi Cimperiali,

    Thank you for replying to my thread.

    The code doesn't seem to do anything. I have tried different approaches but nothing seems to work.
    I have tried to insert the...
  23. Hi People, I still haven't found a solution to...

    Hi People,

    I still haven't found a solution to the problem I have. I like to bring this thread to attention once more.

    Thanks in advance,

    Jasper
  24. Replies
    4
    Views
    839

    If You have red everything when you registered...

    If You have red everything when you registered you had an option that would send you an email when someone replies to one of your questions.

    Try to modify your profile and find this option.
    ...
  25. I think this is an office problem and read...

    I think this is an office problem and read something about it on the MSDN site. Try to find something there.

    Regards,

    Jasper
Results 1 to 25 of 132
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured