Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CamaroLT

    Getting specific user created folder

    ...= lngMovedItems + 1 End If End If Next ' Display the number of items that were moved. MsgBox "Moved " & lngMovedItems & " messages(s)." Set objDestFolder = Nothing End Sub -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  2. CamaroLT

    Calculating pay days

    ...Either way, something I can fix on my end. Also, my requirements were wrong. Payday happens on the Friday before or on the 15th and last day of the month. Easy fix though, now that I've got stuff to work with. -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  3. CamaroLT

    Calculating pay days

    ...and the 15th happens on the weekend, I'm still showing Apr 14. The fix I'll put in is just add a couple days if current date (A1) >= Paydat(a1) or something of the sort. Thanks, this puts me on the right track. -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  4. CamaroLT

    Calculating pay days

    ...I've found a whole lot of formulas that calculate with a modulus against what week number it currently is, but, I'm paid twice a month based on above criteria, not an even number of days between. Any ideas? -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  5. CamaroLT

    Adjustable video Gamma via desktop shortcuts?

    ...without color change. So I configured the software to keep things at "sunlight" levels all the time, and when I want to adjust the gamma, a few presses of ALT-PGUP/DN and I'm golden. Good enough for me, thanks. -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  6. CamaroLT

    Adjustable video Gamma via desktop shortcuts?

    ...to see if I can hunt up some code examples that'll let me directly control the gamma via gdi32.dll or something like that. I just need to figure out how to convert C# to Pascal and get FPC to do what I want. :] -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  7. CamaroLT

    Adjustable video Gamma via desktop shortcuts?

    ...I'm not overly concerned whether I can or not, just that I want the display dimmed for whatever reason. Does anyone know how of a program or application, or how I can link into Win7 to control the gamma scheme? -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  8. CamaroLT

    Odd result on simple time query

    ...| Warning | 1292 | Truncated incorrect time value: '2802:11:42' | +---------+------+----------------------------------------------+ 1 row in set (0.00 sec) -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  9. CamaroLT

    Odd result on simple time query

    I've been handed a project that deals with time stamps, and I'm getting a really odd result. mysql> select * from (select timediff("2014-05-26 14:33:06", "2014-01-29 20:21:24")) a; +--------------------------------------------------------+ | timediff("2014-05-26 14:33:06", "2014-01-29...
  10. CamaroLT

    CUPS forgetting itself

    ...1,100 jobs, but the number of emails sent out via cups is much, much higher. These numbers come up based on the command: # grep {printerrootname} * | grep -i ppd | wc Why would "all of a sudden" CUPS decide that it needs to print in stair case mode? Since I can go back to the 24th with...
  11. CamaroLT

    PHP to Android Phone

    ...SEEMS that the developer has gone MIA. I'll probably start looking at resources that'll get me to talk to the Google push services myself as I don't sense this guy is serious, or is going to be around "forever". -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  12. CamaroLT

    PHP to Android Phone

    This figures.... Found a solution. Cost me $5USD, but it works. https://www.notifymyandroid.com/index.jsp I installed the application on my phone, I have the PHP working, and voila, I can send my grocery list. -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  13. CamaroLT

    PHP to Android Phone

    ...text file, or have DropBox load and update. Are there any other options available anyone can think of that'd get to my end goal of pushing a button on my HomeCal web page and have data transferred to my cell phone? -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a...
  14. CamaroLT

    Disable the scroll lock key in Excel

    ...Synergy checks on screen swap. If you start programatically pushing that scroll lock key, the opposite app would note the change. Anything I've seen tries and plays with that button by virtually pressing the key. -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a...
  15. CamaroLT

    Disable the scroll lock key in Excel

    ...are fighting over what the state of that key is. Is there a way to get Excel to completely IGNORE the status of the Scroll Lock key? I don't use page scrolling anyways, so its the path of least resistance. -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  16. CamaroLT

    Restrictive or relaxed file permissions

    ...the www-data group read only access. The thing that strikes me really odd is that I'm not blocked because of the no access for the "other" permission. Can anyone shed some light on what is going on with this? -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  17. CamaroLT

    AJAX not executing javascript??

    ...like: [code] <td>Birthday</td><td><script>new tCal();</script></td> [/code> So what I'd do is sniff for <script> send out from the beginning of <td> to the end of the 2nd <td> then run eval, then send out </td>? -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  18. CamaroLT

    AJAX not executing javascript??

    ...Not a thing happens. I've tried in FF3.6 as well as Chrome and neither seem to want to throw the alert. Chrome does tell me that the script DOES get dumped into the DIV. I'm stuck! -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  19. CamaroLT

    HTPC setup with remote PHP based video control

    ...media manager in this post, as I'm looking forward to doing this project on my own. I am, however, looking for help to get over the security boundaries to get video from Apache running on display 0. Thanks. -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job
  20. CamaroLT

    Delphi 7 - For Free??

    ...if necessary. ;) I'll have to see what I can do in Laz to find out whether or not it will do the job. As always, I'd prefer something that won't involve a complete rewrite, but, if it comes down to it... *sigh* -=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*= NEVER send the boss to do a techs job

Part and Inventory Search

Back
Top