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 Mike Lewis 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

    Based on the top script found at https://www.slipstick.com/developer/macro-move-aged-mail/ (Code will be pasted below, in case that site goes away) I want to modify it so that the objDestFolder points to a folder based on the received date of all emails, assuming the folder exists. So if I...
  2. CamaroLT

    Calculating pay days

    @Andrzejek The answers to your questions are as follows; Q>I assume you want to do that in Excel, right? A>It'd be preferred, otherwise, I'd resort to going into an actual programming language, and design my own app. ;} Q>Do you want to have all pay days (dates) in a given year? A>No. Just a...
  3. CamaroLT

    Calculating pay days

    Step in the right direction. But I found an issue (I'm sure just math, which I can figure out) but I I set refrence date to Apr 16, a day beyond Apr 15, 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) >=...
  4. CamaroLT

    Calculating pay days

    I'm attempting to figure out a formula that calculates the next pay date based on the criteria that - The pay day is based on the 1st and 15th of the month - If the 1st or the 15th happen on a weekend, pay is processed the Friday before. I've found a whole lot of formulas that calculate with a...
  5. CamaroLT

    Adjustable video Gamma via desktop shortcuts?

    After a couple of days, I was about to uninstall this app as I found the color changing to be more annoying than anything. But then I found a keyboard combo that does the gamma change without color change. So I configured the software to keep things at "sunlight" levels all the time, and when...
  6. CamaroLT

    Adjustable video Gamma via desktop shortcuts?

    Thanks. I've installed it and will give it a try. I'm also going 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. :]...
  7. CamaroLT

    Adjustable video Gamma via desktop shortcuts?

    Don't get me wrong, I love my nVidia, but one thing that the AMD Catalyst drivers have over my GTX970 is that the Catalyst allows for me to have multiple profiles of Gamma+RGB levels. When working nights, I click a shortcut and all 4 monitors dim. When working days, I click another shortcut...
  8. CamaroLT

    Odd result on simple time query

    Thanks for the reply, and I see the warning and I understand it (Timestamp doesn't like >24 hours or numbers larger than 3 digit hours value, or the integer value of what is returned doesn't fit in the bits, etc), but I'm not sure WHY I'd be getting a warning or a truncated result at all...
  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

    Hey all; Here's my situation with CUPS. # rpm -qa | grep -i cups cups-libs-1.3.11-1 hal-cups-utils-0.5.2-8.2 cups-lpd-1.3.11-1 libgnomecups-0.1.12-6 cups-1.3.11-1 # cat redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 8) I know RH4 is upgradeable, and I don't know if cups...
  11. CamaroLT

    PHP to Android Phone

    Oh, absolutely I understand about the disconnected state of the web, and knew I had to rely on an external resource to PHP of some sort, either by using DropBox, SMS or something of the sort. I was looking for technology that would assist in getting information to my phone in a free/cheap and...
  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

    Its been a while since I've posted anything here, and its usually because before I submit the form, I find my solution. However, I'm feeling somewhat "in over my head" on an enhancement to a project of mine. Under a LAMP config, I've written a web app that displays my work schedule, home...
  14. CamaroLT

    Disable the scroll lock key in Excel

    Maybe something should be sent to Microsoft stating an incompatibility among programs and a toggle would be nice? I don't ever plan on using the page lock, as really I find it annoying than anything else even when I'm not using Synergy. Really, I can't see it as being anything more than a...
  15. CamaroLT

    Disable the scroll lock key in Excel

    I know that in Excel, the Scroll Lock key locks the cell so that when you hit the arrow key the entire page moves, not the cursor. However, I use Synergy and it uses Scroll Lock to lock the mouse pointer on whatever computer I happen to be using. The PROBLEM is that the two applications are...
  16. CamaroLT

    Restrictive or relaxed file permissions

    Is the file permission system in Linux based systems a RESTRICTIVE permission based system, or a RELAXED permission based system for user:group access considerations only? By this I mean does the kernel go by the most restrictive access a user:group has to gain appropriate access to the file in...
  17. CamaroLT

    AJAX not executing javascript??

    No framework, so Eval is a great suggestion. What I am returning from the call is all HTML which is to be rendered in the DIV I have setup. So is it possible cut the string up, spit out the first half of the result, then run eval, then spit out the rest of the HTML? The result I'm getting...
  18. CamaroLT

    AJAX not executing javascript??

    I've got a DIV that is being populated by an AJAX call successfully. The data returned from the AJAX call gets populated into the DIV properly, however, no javascript code seems to execute. For example, if the AJAX calls simply returns the following: Calling alert...
  19. CamaroLT

    HTPC setup with remote PHP based video control

    Currently I have a PC built with a video card to export SVideo to my TV. It has a TV tuner as well. The system works perfectly as is, except for one nagging pet-peeve. The distro I'm using isn't important, but what is important is that the mechanism to select a video to watch doesn't allow to...
  20. CamaroLT

    Delphi 7 - For Free??

    The only components that I'm using in this clock would be the string grid, a few timers, the ApplicationEvents component for the OnIdle event, open/save dialog, menus, combo box, and the media player. External to what comes in D7 would be Indy HTTP but I can deal without that as all I need to...

Part and Inventory Search

Back
Top