Search:

Type: Posts; User: Mk@p3rfect

Page 1 of 19 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    30
    Views
    4,937

    Re: find number of months and days

    Hi Vincent.
    Metric Days or Metric time is something I thought I had just invented. When you asked the question however, I googled it and, as with much in life, it has already been thought of. :(
    It...
  2. Replies
    30
    Views
    4,937

    Re: find number of months and days

    Why not have a variable date for Christmas? I mean Easter falls at different times, as do many of our other dates. Also, just think how much money we could make converting all those VDF / DF apps to...
  3. Replies
    30
    Views
    4,937

    Re: find number of months and days

    Many thanks Ivan. What I'm trying to say is that given a start date of the 4th Jan. That is 4 days into January. I want to ignore that fact and treat it as if it were 1 full month but only if the...
  4. Replies
    30
    Views
    4,937

    Re: find number of months and days

    PS:
    Isn't it about time we got rid of the archaic dates and time we use. I mean 60 seconds in a minute, 60 minutes in an hour, 24 hours in a day, 365 days in a year, 28 days in Feb except in a leap...
  5. Replies
    30
    Views
    4,937

    Re: find number of months and days

    Hi Larry,
    No you are not missing something, this is basically the route I took using string manipulation, but got lost along the way. Old age is a terrible thing :o
    I also need it to handle dates...
  6. Replies
    30
    Views
    4,937

    Re: find number of months and days

    Hi Andrew, good to hear from you after so long. I'm fine thanks having just been fitted with a new cybernetic eyeball, well... I've had a cateract removed and a plastic lens inserted in my eye... but...
  7. Replies
    30
    Views
    4,937

    Re: find number of months and days

    Hi Ivan and thanks for your reply. I tried your code, but unfortunately entering 01/01/2011 and 02/03/2011 returns 2 months and 60 days. What I need it to return is 2 (full calendar) months and 2...
  8. Replies
    30
    Views
    4,937

    Re: find number of months and days

    Thanks Jose and Garret. The support link doesn't help as it only calculates the number of years. I had a look at Stures dates.nui before I posted, but couldn't find anything appropriate, but maybe I...
  9. Replies
    30
    Views
    4,937

    find number of months and days

    Hi everyone.
    Anybody got a bit of code to calculate the number of calendar months and days between a startdate and an endate?
    Eg: Number of months and days between 04/02/2011 and 15/06/2012
    ...
  10. Replies
    21
    Views
    5,875

    Re: Multi-Threaded?

    No. We are using a com object





    Absolutely.

    Cheers
    Mk
  11. Replies
    21
    Views
    5,875

    Re: Multi-Threaded?

    Hi all
    Our Flex Backup App is multi-threaded and is capable of starting up to five threads. This can be very useful where say, you are scheduling multiple backup sets and one or more of them begins...
  12. Replies
    20
    Views
    5,110

    Re: Redirect MySite.com to www.MySite.com

    Sorry Garret, I've been away for a while and just saw your last post while catching up using the new posts filter. Still, It's useful info to know for the future.

    Good that the site is fixed...
  13. Replies
    20
    Views
    5,110

    Re: Redirect MySite.com to www.MySite.com

    Don't know if this is answers the questions, but in Google webmaster Tools, you can set the prefered domain.
    https://www.google.com/webmasters/tools

    Snip from help:

    Preferred domain (www or...
  14. Thread: Cash Drawer

    by Mk@p3rfect
    Replies
    14
    Views
    4,456

    Re: Cash Drawer

    We use OPOS activex to control all our epos peripherals. It used to be free from epson, probably still is. Works really well.

    Mk
  15. Replies
    1
    Views
    1,639

    Re: OnComBeforeDrawDayViewCell

    Mmm... Seems it doesn't fire with the office2007 theme. Back to the drawing board:mad:
  16. Replies
    1
    Views
    1,639

    OnComBeforeDrawDayViewCell

    Hi everyone.
    Anybody know how to get this event to fire?
    Procedure OnComBeforeDrawDayViewCell Variant llCellParams

    I've set the flags to -1 and 64 and can get the event Procedure...
  17. Replies
    5
    Views
    1,919

    Re: OT: When was the last time ....

    Never needed it Andrew, all my progs worked first time... :rolleyes::p:D
  18. Replies
    28
    Views
    6,792

    Re: Google Directions API

    Hi Sam,
    I use Google maps in my app, and also MS Multi Maps to get directions. But I do it in a sliightly different way than you I think.

    Basically,
    I use an instance of IE within my app. I...
  19. Replies
    3
    Views
    2,041

    Re: communication with mobile phone ?

    Hi Jacques,
    We have developed a complete SMS texting solution for our property management app. There are quite a few considerations involved, like valid characters, no of characters, failure...
  20. Re: Gooooooooooooooooooooooooooooooooooollllllllllllll lllllllllllllllllllllllllllllllll!!!!!!!

    This world cup is a bit like world war 2:
    The French went out early
    The Americans make a last minute entrance
    And the English are left to fight the *** Germans :(;)

    Only joking!! :D
    Mk
  21. Re: HTTPGetresponse not working with password protected http (not https)

    Also watch out for IE working off line as from my experience it will return a code 200 saying the request succeeded when obviously it can't have. I have a bit of code to check for that which you can...
  22. Re: HTTPGetresponse not working with password protected http (not https)

    Hi Jeff,
    I am using it to retrieve a file via an httpGetRequest (not https). Heres the sort of thing I do


    Object oHttpTransfer1 is a cHttpTransfer
    Set pbShowErrorDialog to True
    ...
  23. Replies
    7
    Views
    2,698

    Re: Error Messages In V15.1

    Hi Gregg,
    It's only a minor one.
    http://support.dataaccess.com/forums/showthread.php?t=38730&highlight=skinning

    Best Regards
    Mk
  24. Replies
    7
    Views
    2,698

    Re: Error Messages In V15.1

    Thanks Garret, that's what I was looking for.

    I agree with you Vincent, and now that I am aware of the usermsg procedure, I will start and convert stuff, however it's a long job that I will...
  25. Replies
    7
    Views
    2,698

    Error Messages In V15.1

    I've just migrated from 14.0 to 15.1. The error msg trace block in 15.1 is great for debugging, however I do not want that to appear on user errors. Is there a way to switch it off before deployment?...
Results 1 to 25 of 467
Page 1 of 19 1 2 3 4