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