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: phil2k
  • Content: Threads
  • Order by date
  1. phil2k

    SQL Stored Procedure Help

    Does anyone know whether it is possible to call a URL from a stored procedure? Thanks in advance. Phil
  2. phil2k

    Triggers

    Hi Can you create a Trigger on a view? MS SQL Server 2000 lets you do it but I cant think of any reason you would. Someone please enlighten me.
  3. phil2k

    Access Violations

    Hi Can someone please tell me what causes Access Violations. We have got a Delphi based database application (purchased from an external company, so we can't decompile it) that is very annoying because it causes a lot of these errors. It seems to be only certain PC's but they are all running...
  4. phil2k

    Access Violations

    Hi Can someone please tell me what causes Access Violations in Windows XP. We have got a database application that is very annoying because it causes a lot of these errors. It seems to be only certain machines (maybe there is something wrong with the setup) All help and suggestions will be...
  5. phil2k

    Is this possible?

    I have a request from a user but I do not know if it is possible, can someone help. I have two similar reports (one is a cut down version of the other) they can both be viewed seperately at the moment by clicking on a button on a form within our database software, this then displays the report...
  6. phil2k

    Remote Access Connection Manager not working

    I have just upgraded from XP Home Edition to XP Professional since then I have not been able to get the Remote Access Connection Manager service to run. I have tried starting it manually but I get a message saying "Access is Denied". I have full admin rights on the PC so I do not...
  7. phil2k

    XP Pro showing XP Home ctrl-alt-del dialog box

    I have just upgraded from Windows XP home edition to Professional but when I do ctrl-alt-del I am still getting the old Home edition dialog box. Any suggestions as to it is doing this will be welcome. Ta
  8. phil2k

    Convert Age in Months to Age in Years and Months

    I have a formula field in my report which returns a persons age in months using DateDiff e.g. Local DateTimeVar d1 := {dob_view.date1}; Local DateTimeVar d2 := {AE_PAS_DELIVERING.Attendancedate}; DateDiff ("m", d1, d2) I need to show the age in Years and Months i.e. 3yrs 4months...
  9. phil2k

    Is there a way of setting the size of page using a formula?

    I have been trying to setup a page for printing but CR8.5 keeps losing the page size. The report needs to fit on a landscaped 126mm x 201mm piece of paper, but if I set this up using Printer Properties and then save the report the next time I go to open it the formatting has reverted back to the...
  10. phil2k

    I need help on suppressing the first character in a text field

    I have got a field in my report that produces a 7 character code ie. C123456, what I need to know is how to suppress the first character so that I am left with 123456.
  11. phil2k

    HELP! - Windows explorer keeps slowing down!

    For some strange reason, Windows explorer keeps slowing down on my PC. It happens after about half an hour of activity and gets to be really annoying (opening a folder can take up to 10 seconds and more!) Everything else runs perfectly fine and at the normal speed that you would expect of a...

Part and Inventory Search

Back
Top