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. memberFDIC

    Unable to paste from Clipboard into TReplaceDialog

    I am using Delphi 7. Open up the sample RichEdit.dpr project that comes free with Delphi 7 in the demos folder. Then add a TReplaceDialog component to the form. Add an event to one of the menu items that will trigger: ReplaceDialog1.Execute; Run the app. Type in some text into the editor...
  2. memberFDIC

    Retrieving data from currently selected row in a results subform

    I am using a Filter on a results subform and would like to know how to retrieve data from the currently selected row. 1) How do I know what row the user has placed their mouse cursor onto? 2) How do I retrieve data from a particular cell/field in that currently selected row? E.g...
  3. memberFDIC

    Creating a filter using double precision numbers

    >> Where does TextstringProjectEasting come from It is defined at the opening of the form as a TextString and then gets its value from user input from a text box.
  4. memberFDIC

    Creating a filter using double precision numbers

    I am trying to create a filter where the criteria are numbers, not text strings. So far, I have been unsuccessful. I keep getting "Type 13 Mismatch" errors in my VBA code when line execution reaches the following: Me.Results.Form.Filter = "PROJECTEASTING > " & (CDbl(TextStringProjectEasting)...
  5. memberFDIC

    Perl output displays raw HTML

    One thing I have discovered... The raw HTML output occurs when using Firefox 3. If I run the script in Internet Explorer 8, the posted page appears rendered properly...with one exception...at the top of the browser window one sees the following text string: Content-Type: text/html...
  6. memberFDIC

    Perl output displays raw HTML

    >> If you want to verify your settings you could >> follow these steps to We've followed them. It does not solve the problem. Output still appears as raw HTML in the user's client browser. >> but activestate should have set it correctly for you Obviously not. We ran the .MSI. The .MSI...
  7. memberFDIC

    Perl output displays raw HTML

    >> Does this work as a perl script? No, it does not. When placed on the server and accessed remotely via a web browser, this is the output that appears in the browser: Content-type: text/html 'W:\mysite.org\web\test.pl' script produced no output When you look at the Perl log, you find this...
  8. memberFDIC

    Perl output displays raw HTML

    >> I'm assuming you are running iis. Yes. IIS 6 >> it's a iis setting issue, I just don't >> remember what you need to change Since this is the very same server that ran the Perl code just fine prior to the upgrade from Windows 2000 to Windows 2003 Server, and since the upgrade doesn't change...
  9. memberFDIC

    Perl output displays raw HTML

    I have been running ActivePerl 5.6 on a Windows 2000 server for near a decade. Today I upgraded the server to Windows 2003. Then I deleted ActivePerl v 5.6 and installed the latest version. The Perl code that used to run just fine now fails to execute properly. The problem I am having is that...
  10. memberFDIC

    sessionState mode="StateServer" vs. "InProc"

    I have a Windows 2000 Server (SP4) with .NET Framework 1.1 (with hotfixes) installed, along with .NET Framework 2 I have a Delphi .DLL that interfaces with several .aspx files as part of a member database. Each .aspx file contains categorized properties about members. The first page is named...

Part and Inventory Search

Back
Top