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

    Tabstript caption problem.

    Hello all, I have search everywhere trying to fix the problem. I tested on multiple windows and IE. Most machines on my network load this page fine. Only a few one (XP SP2 with IE7 and Win 2k server with IE6) has problme. I tested on other machines with similar OS and IE, and they are ok. The...
  2. dk2006

    Redirect to secured pate doesn't work any more....

    Hi all, I can figure out why all of certain, it happens. when i redirect from none-secured to secured page, it hangs in IE. here's the link http://www.akzonobelcarrefinishes.net/order.asp. if I entered as secured link, it would work fine...such as...
  3. dk2006

    iFrame problem in Europe users

    We have ASP login page inside of ASP.NET iFrame. The ASP.NET page is hosted in Europe. The ASP page is hosted in the US. It works fine in the US. When load this page in Europe, the ASP page doesn't work. Both browsers are IE7. In Europe, it block the ASP page link. Does anyone have any idea?
  4. dk2006

    Change file property

    Hi all, thread 184-1268702, show us how to display file property such as track number for MP3 file. How can I change track number of this file? thanks, dk
  5. dk2006

    Change MP3 file property

    Hello all, How can I use file system to change MP3 file's property. In "Summary" tab, I want to be able to change Track Number. I used FileVersionInfo with no successfully. Any idea? dk
  6. dk2006

    Can't used SQL Send Mail in Scheduler

    Hi All, I created DTS Package that will export data from a table to MS-Excel and email to dedicated recipient. I used Send Mail Task and it works fine when I test it while I'm in DTS design mode. When I schedule it in Scheduler, it doesn't work. Anyone know why? thanks, dk
  7. dk2006

    Error display form

    Hi everyone, I have developed a windows base application. One of the form can't be viewed though the it works find. I just can't modify the form. I tried rebuild project and search for error in my coding. Error message: 'One or more errors encountered while loading the designer. The...
  8. dk2006

    ActiveX DTS job doesn't run when using SQL Server Agnet Jobs Scheduler

    Hi all, I created an ActiveX inside DTS job package. It runs fine if I execute it manually. If I put inside the SQL Server Agent Jobs Scheduler, it returns an error 'ActiveX component can't create object 'Excel.Application'... Here's code inside the ActiveX Dim Excel_Application Dim...
  9. dk2006

    Check Connection before delete table

    Hi all, I have this complex Stored Proc 1. Drip tables if exist 2. build table using SELECT INTO from Linked Servers The problem is it will drop table before it makes connection to Linked Servers. It connection failed, I don't have tables and many application failed. I want to somehow...
  10. dk2006

    Pull record from multiple rows

    Hi all, I feel stupid for not knowing how to do this though it might be very simple to do. table I have ID Name AddressType Address 1 John Business 123 Test Dr 1 John Home 345 Jackson St 2 Bart Business PO Box 123 2 Bart Home...
  11. dk2006

    Javascript in XSL doesn't work

    Hello all, I have XSL Stylesheet with function in JavaScript. I don't get any error but the function doesn't return anything. <SCRIPT> <![CDATA[ <!-- function Right(str, n) { if (n <= 0) return ""; else if (n > String(str).length) return str...
  12. dk2006

    Timeout expired when runing Stored Proc

    I monitored the timing of my complex Stored Proc. Eventhough I set my timeout = 120 sec. It still returned timeout error at 30 sec. Is there an override timeout setting anywhere on SQL Server? Thanks, ab
  13. dk2006

    More DLL Hell

    I am programming in VB.NET using VS2005. In my solution I have three projects. First one is to compile into DLL file. I worked fine until when I made some changes in project one (as DLL file). It appeared that changes didn't go into affect. I deleted any known copy off dll files and...
  14. dk2006

    dll not update

    Hello all! In use VS2005 with VB.NET. i have this problem. i compiled recently a dll from csharp *.cs file. but now i made some cahnges in the source file so i compiled it again, but!!! it seems, that the memory is still using the old one... and when i do classic regsvr32 it gives me error, that...
  15. dk2006

    Do I need to stop the Database befor detach and attach database?

    I try to make two databases synchronize in both production and development servers. I am using detach and attach method. Do I need to stop database in SQL Server Service Manager first? I keep getting 'currently in use' error. Thanks, dk
  16. dk2006

    Visual Studio feature

    I have been using Visual Studio 2005 since it first released. One thing I can't figure out was how can I jumb back to my last cursor position in code display mode? Unlike Visual Studio 2003 where it has back button (like in IE). I don't understand why Microsoft left this useful control out...
  17. dk2006

    Missing half of info on the report

    Hello, I'm fairy new to the Crystal Report. On my development machine, it display and print fine. On some of the product machine, it display and print half of the page. Why?
  18. dk2006

    Control's anchor property doesn't work in Fox9

    I am fustrated with Anchor property in Fox9. I doesn't seem to work. For example, I have an image on the top right hand corner. I want it to anchor to top right hand corner. On the Anchor property setup screen, I select Top and Right. The result, my image is displayed at top left hand...
  19. dk2006

    Can't debug class

    I am developing in VS 2005. In my solution, I have couple of projects. One contains all classes. The other contain all wondows forms. When I tried to step thru in debug mode, it never allowed me to step into one of my class. This is wierd. Can anyone explain why?

Part and Inventory Search

Back
Top