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 strongm 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. MinalMoe

    Accessing Data in Virtual PC from Host PC

    I installed VMWare WorkStation, but it won't let me import the VHD or VMC file - any ideas?
  2. MinalMoe

    Accessing Data in Virtual PC from Host PC

    Once the Virtual PC is running, is there any way the Host PC in which the Virtual PC resides, can access, share and use the data and files on the Virtual PC? If there is, what is the set up to do that? Does it make any difference whether Microsoft 2007 Virtual PC or VMWare is used? Many...
  3. MinalMoe

    Onmouseover connected to text

    Is there any way that if I have an HREF link with text only and NO IMAGE, that when the text is rolled over, an image appears? Many thanks.
  4. MinalMoe

    Creating browser or email links.

    I am using Delphi 7. Is there any way that when I insert email addresses or URLs in a field that a jump can be made either to an external email program to start an email, or to an external browser to link to that URL. Thanks for any help.
  5. MinalMoe

    Recreate from .bak File

    I lost a database which has been backed up in a .bak file on a remote server. I have the .bak file, but not the original database to restore it to. What do I have to do to restore it? Many thanks
  6. MinalMoe

    C++ and .Net

    Sorry to be thick. I have used Borland Delphi for years for Rapid Application Development for my database work. Which is the best Borland package to use for C++ use with .NET links to the internet? Thanks
  7. MinalMoe

    Where can I download PS/2 Mouse Driver

    All the advice I received over the last few days has been very helpful. I tried several of the ideas given to me, such as the Belkin mouse drivers - no help at all. Then, in one last attempt, I removed everything except the PS/2 mouse and rebooted the PC. The PC finally found it and now all...
  8. MinalMoe

    Where can I download PS/2 Mouse Driver

    The mouse is any old PS/2 Mouse. When I test the mouse with PC Check it works without any problem. When XP Pro starts up, it doesn't work because the drivers are missing. So that's why I need to find the drivers.
  9. MinalMoe

    Where can I download PS/2 Mouse Driver

    The driver for the PS/2 Mouse input was corrupted on my XP Pro system. Rather than re-install the Windows XP Pro OS over the existing system, does anyone know where I can download the driver to be able to use my mouse on a PS/2 input rather than a USB input. Thanks in advance
  10. MinalMoe

    Access Interent from Delphi 7

    I would like to access a constant page of an internet site from within Delphi. I think TWebBrowser is the way to do it, but I can't work out how to do that. Could anybody please advise. Thanks
  11. MinalMoe

    Nested XML Listing.

    I would appreciate any help, in providing a workable nested solution for the following type of XML structure. <Info Main> <Image List> <Image> <Image> <Name List> <Name> <Name> <Name> <Name> </Info Main> <Info Main> </Info Main> Where the...
  12. MinalMoe

    Connecting to SOAP

    I am having problems in connecting to a SOAP containing the following code:- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xtravelsystem.com/v1_0rc1/common/types"> <soapenv:Header/> <soapenv:Body> <typ:ping> <PingRQ_1>...
  13. MinalMoe

    Could not generate stub objects for web service invocation

    I am attempting to link to a web service using cfinvoke and get the error "Could not generate stub objects for web service invocation". This is using sample code straight out of a a text book - so something is inherently wrong with my setup. Any ideas? Thanks.
  14. MinalMoe

    How do I reconstitute an MDF File

    Using SQL 2005, I have an MDF file which I want to reinstall. How do I do that? Many thanks.
  15. MinalMoe

    CFLoop in MX7 throws up Null Pointer Intermitently

    Using CFLoop with the following code:- <cfloop index="i" from="1" to="#Ch_Pass_No#"> <cfset Ch_Prod = DateDiff("yyyy", #Form["Ch_DOB" & i]#, LDay)> <cfset Age_Array[j] = "#DateFormat(Form["Ch_DOB" & i], "dd-mmm-yyyy")#"> <cfset j = j + 1> <cfif Ch_Prod GT 12> <cfset #Ad_Num#...
  16. MinalMoe

    &lt;ctrl&gt;key becomes &lt;ctrl&gt;&lt;alt&gt;key command

    Running Windows XP, after a long period of working, the operating system starts to interpret <ctrl>key commands as <ctrl><alt>key commands. Often the keyboard won't accept any input and only the mouse works. Has anybody ever come across this before, and is there an answer to it. Thanks
  17. MinalMoe

    Passing Parameters to new Page dependant on CFIF

    The thing is, I don't want to click on a link. What I need is like:- <cfif Num GT 0> <href etc passing several parameters> </cfif> So that the href isn't clicked, it just happens automatically.
  18. MinalMoe

    Passing Parameters to new Page dependant on CFIF

    When using CFIF to decide whether to jump to a new page or not, if move from a form to a new page, if a number is greater than 0, then stay on the page, of if the number is 0, then move to a new page like "new_page.cfm?a=#a#&b=#b#&c=#c#" etc, I can't use javascript because I want to pass...
  19. MinalMoe

    Receive Data from HTTP POST

    Using MX7 - what is the best way to retrieve data from a HTTP POST, sent by WorldPay. Using GetHTTPRequestData() returns an empty content. The equivalent PHP method is $_Post. Is there a Coldfusion equivalent? Thanks.
  20. MinalMoe

    GetHTTPRequestData - Correct CFLoop Format

    Using MX7 - not quite sure - is this code correct. <cfset x = GetHTTPRequestData()> <cfloop index="item.content" list="#x#" delimiters="&"> <cfif ListLen(item, "=") gt 1> <cfset param_level = URLDecode(ListGetAt(item, 1, "="))> <cfset value = URLDecode(ListGetAt(item, 2, "="))>...

Part and Inventory Search

Back
Top