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 bkrike 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: memberFDIC
  • Content: Threads
  • Order by date
  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

    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)...
  4. 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...
  5. 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