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...
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...
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)...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.