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 wOOdy-Soft 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: *

  • Users: CasperTFG
  • Content: Threads
  • Order by date
  1. CasperTFG

    Microsoft Discontinuation of VB6

    Does anyone know what the Link to the MS Software life cycle page is. There was a link to it here many moons ago but I can't find the thread any more. I basically need the link to prove to upper mngmt. how behind we are, so that I can get on to VS 2005 Casper There is room for all of gods...
  2. CasperTFG

    Puzzle

    There is no other Forum for this... But as others posted something on Sudoku, I thought it would be interesting to see how many people this stumps. Here is your challenge. Below is a sequence, complete the next line of the sequence. 1 11 21 1211 111221 Casper There is room for all...
  3. CasperTFG

    SQL Field encryption

    Is it possible to encrypt a column in a DB? I can easily encrypt the column before putting it in the DB and then Decrypting when I take it out. But this means I can't use Crystal to display this column anymore. Casper There is room for all of gods creatures, "Right Beside the Mashed Potatoes".
  4. CasperTFG

    Update a table from a Select of another table

    Any help would be appretiated here... I have 3 tables and have been assigned the task of denormalizing the data to help with history queries. I want to write an SQL that will take data from the Third Table and put it into the first table based on the Table2 Record which links the first and...
  5. CasperTFG

    How do you Un-Fib?

    I had a recent event where I had to tell a little fib. I was approached with an opportunity to join a really great company, this would be my dream employer. But right now I don't have the skills they require, Though I am enrolled in a few courses that end mid way through next year that would...
  6. CasperTFG

    Logic Question

    Okay my brain is jsut fried on this one... I probably started from the worng angle and have totaly confused myself now. Does anyone else have a better idea on how to do this. I have a list box with entries that I need to save. Duplicates are allowed in the list, but I cannot duplicate the...
  7. CasperTFG

    prepend?

    I use this word all the time, I think its a pretty commonplace opposite of append. Eg. Prepend your name with Mr. or Mrs. Makes sense to me but I was surprised to find that the spell checker coughed on it. Then on a web search found that it is not a real word... Who woulda thunk it. Casper...
  8. CasperTFG

    To Contract or To hold out for Permanent?

    I am getting back into the job market. Already have a prison I call work, so there is not immediate rush to jump into anything that comes along. In looking for jobs I am finding that Permanent positions are few and far between. But there are contracts everywhere. I'd like the horror or...
  9. CasperTFG

    Letter of Reference

    Do employers still ask for these? If so how should I go about getting them. My current employer has a strict policy that no manager or otherwise is permitted to give out a letter of reference for any reason. If one is required it is prepared by H.R. and basically resembles a Record of...
  10. CasperTFG

    Travel Premium

    Want to get thoughts or opinions on this. I do a lot of travel for my company (6 trips a year @ 2 weeks per trip). Recently my work has asked if I would be willing to Travel to Saudi Arabia. 3 of my co-workers have declined the trip, so the company is a little stuck. Personally I would...
  11. CasperTFG

    Selling some business to my own company

    Need some advice on how to approach this. I have a personal contact, who it turns out is in the same field as my company. The Company devolps software and my personal contact is in the business of selling and implementing software from other providers. So once I found this out I had a few...
  12. CasperTFG

    VB DCOM issue

    Hello all, I have an issue with a DCOM installation at a customer site. The product runs across 2 servers A client application can start the Systems on the server using DCOM authentication. The problem I am having is this. The systems will be up and running for several days and then all of...
  13. CasperTFG

    Find if a Date is Null

    How would I find if a Database returns NULL or Nothing on a date field. {T_StatusLogs.SetDT} <= {?Pm-@EndDT} and ({T_StatusLogs.ClearDT} >= {?Pm-@StartDT} or {T_StatusLogs.ClearDT} = 0) = 0 does not work, Null does not work? any thoughts on if I can find out it the ClearDT is Nothing...
  14. CasperTFG

    TempDB

    Does anyone know of a Stored Procedure that will drop and re-create the Tempdb database? Casper There is room for all of gods creatures, "Right Beside the Mashed Potatoes".
  15. CasperTFG

    COM+ Error Description Lost

    Hello All, At first this may seem like a repeat but it isn't trust me. I have problem where all my COM+ DLL's return "Method~of~Failed". I know what "Method~of~Failed" is and the error is valid. What I can't get around is why that text is replacing my Error Code Description. My Program is...
  16. CasperTFG

    Find Missing Dates

    Hello All, I want to see if there is a simple way to do this. Basically I have a DB that keeps daily entries. Well some days there are no entries because the system was down. I can easily find how many entries I have on the days that I have entries. SELECT CONVERT(char(12), setsysdt, 2)...
  17. CasperTFG

    Insert multiple records based on a select.

    Hey all, I don't even know if this is possible, but I am hoping it is. What I need to do is, from an SQL insert multiple records, but I don't know how many?. Essentially if I was doing this one at a time, I would do... INSERT INTO T_CollectionMembers (UID, MemberUID) VALUES (?, 99999) I can...
  18. CasperTFG

    Find which 5 minute interval.

    Hey Guys, This is a real Finess question :) What is the fastest way to do this. I need to find out what 5 minute interval a date/time falls under. So for example: Given Date Result Date 10/18/2004 12:35 PM 10/18/2004 12:35 PM 10/18/2004 12:37 PM 10/18/2004 12:35...
  19. CasperTFG

    Crystal Viewer and DLL

    Hey everyone, I'm posting this for a co-worker. I tried to help her but I am at a loss and can't find anything in the forum like this. Every time we I get to the point of printing, viewing or exporting we get the error message: Object Required... Each place it errors is in red. Public Sub...
  20. CasperTFG

    Focus by Label and Frames.

    Hey All I have 2 quick questions, I tried searching but it was giving me errors and I am under the gun... Your help is appretiated. 1) How do I set a Label to be the Quick Key for a text box. I have a Label like &Name, and a text box beside it, I want to press CTRL + N and have it go to the...

Part and Inventory Search

Back
Top