 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Delphi 7</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/delphi-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>with Delphi-adoquery AS400 to access</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/with-delphi-adoquery-as400-to-access/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/with-delphi-adoquery-as400-to-access/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:28:23 +0000</pubDate>
		<dc:creator>Zagerx</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 Query]]></category>
		<category><![CDATA[Delphi 7]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[My question is, with Delphi-adoquery AS400 to access, but I have AS400 member at my table. How should we proceed, I need urgent help. Thank you for everything Library table field names: my library narpak2: tables mgpyvm: Members narpak2009]]></description>
				<content:encoded><![CDATA[<p>My question is, with Delphi-adoquery AS400 to access, but I have AS400 member at my table. How should we proceed, I need urgent help. Thank you for everything Library table field names: my library narpak2: tables mgpyvm: Members narpak2009</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/with-delphi-adoquery-as400-to-access/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Date problem with Delphi 7</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/date-problem-with-delphi-7/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/date-problem-with-delphi-7/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 20:48:50 +0000</pubDate>
		<dc:creator>Marieps</dc:creator>
				<category><![CDATA[Access 2000]]></category>
		<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Delphi 7]]></category>
		<category><![CDATA[Microsoft Access]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to select records where the date is smaller that a specific date by using Delphi 7. The data is stored in a MS access 2000 database. dtsdate.DataSet := qrydate ;  qrydate.Active := false ;  qrydate.SQL.Text := &#8216; select * from datum where datum &#60; 1994/02/05&#8242; ; qrydate.Active := true;  in she shown [...]]]></description>
				<content:encoded><![CDATA[<p>I am trying to select records where the date is smaller that a specific date by using Delphi 7. The data is stored in a MS access 2000 database. <br/><br/> dtsdate.DataSet := qrydate ;<br/><br/>  qrydate.Active := false ;<br/><br/>  qrydate.SQL.Text := &#8216; select * from datum where datum &lt; 1994/02/05&#8242; ;<br/><br/> qrydate.Active := true;<br/><br/>  in she shown exaple where the date of 1994/02/05 is the center of the avaiable dates I get no records but if i change the smaller than sign to a bigger than sign, all records are selected Can anyone please help me. Thank you. <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/date-problem-with-delphi-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using TRichEdit: What color is this line?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/using-trichedit-what-color-is-this-line/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/using-trichedit-what-color-is-this-line/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 18:31:46 +0000</pubDate>
		<dc:creator>Sandisk</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi 5]]></category>
		<category><![CDATA[Delphi 5.0]]></category>
		<category><![CDATA[Delphi 7]]></category>
		<category><![CDATA[Delphi 7.0]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am using Delphi 7 and a TRichEdit component that has various colored lines in it. For example, text on lines 1 through 10 is clRed, lines 11 through 14 are clGreen, lines 15 through 25 are clRed, lines 26 through 27 are clGreen, etc&#8230; What I would like to do is generate events that [...]]]></description>
				<content:encoded><![CDATA[<p>I am using Delphi 7 and a TRichEdit component that has various colored lines in it.  For example, text on lines 1 through 10 is clRed, lines 11 through 14 are clGreen, lines 15 through 25 are clRed, lines 26 through 27 are clGreen, etc&#8230;</p>
<p>What I would like to do is generate events that would displaying only clRed lines, or only clGreen lines.  IOW, on a TRadioButton.OnClick event I would like all the clGreen text to disappear.  I figure that I will have to play an optical trick on the user, using two TRichEdit components: one containing the original multi-color text, and a second component that shows the text with the clGreen text missing.  By turning off/on the TRichEdit.Visible property I can acocmplish this trick, however, I still need to know how to pull/scrape/copy all of the green text from the one TRichEdit to the second one.</p>
<p>Thanks.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/using-trichedit-what-color-is-this-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access violation in dcc70.dll</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/access-violation-in-dcc70dll/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/access-violation-in-dcc70dll/#comments</comments>
		<pubDate>Thu, 07 May 2009 14:16:05 +0000</pubDate>
		<dc:creator>Samiwayne</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi 7]]></category>
		<category><![CDATA[Delphi 7.0]]></category>
		<category><![CDATA[Delphi Access Violation]]></category>
		<category><![CDATA[Delphi error messages]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I&#8217;m trying to run a delphi (V 7.0) application and as I hit the run button I&#8217;m getting an &#8216;Access violation at address 00ACF337 in module dcc70.dll. Read of address 000000C4&#8242; error message. I used a dcc70.dll repair tool and the problem was not solved. Any idea of how to fix this problem? Any [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to run a delphi (V 7.0) application and as I hit the run button I&#8217;m getting an &#8216;Access violation at address 00ACF337 in module dcc70.dll. Read of address 000000C4&#8242; error message. I used a dcc70.dll repair tool and the problem was not solved. Any idea of how to fix this problem?<br />
Any help would be much appreciated.</p>
<p>Thanks,</p>
<p>Sami</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/access-violation-in-dcc70dll/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Populating one combobox in Delphi 7 from another?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/populating-one-combobox-in-delphi-7-from-another/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/populating-one-combobox-in-delphi-7-from-another/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:55:49 +0000</pubDate>
		<dc:creator>RavenMoon</dc:creator>
				<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi 7]]></category>
		<category><![CDATA[Delphi 7.0]]></category>
		<category><![CDATA[Delphi ComboBox]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have one combobox in which you select an option. What is the sql used in the query to restrict the second combobox depending on the first value. All I seem able to get is: [SELECT Name_Of_Race FROM Races WHERE Name_Of_Allegiance = DBLookupComboBox1.Value] Here, when I press the button to set the first combobox as [...]]]></description>
				<content:encoded><![CDATA[<p>I have one combobox in which you select an option. What is the sql used in the query to restrict the second combobox depending on the first value. All I seem able to get is:</p>
<p>[SELECT Name_Of_Race FROM Races WHERE<br />
Name_Of_Allegiance = DBLookupComboBox1.Value]</p>
<p>Here, when I press the button to set the first combobox as the selected value, the second one appears but with no values in it. I have replaced DBLookupCombobox1.Value with a correct value and the second combobox behaved as expected, so I can only presume I am using an incorrect identifier. If anyone could help it would be much appreciated. Thanks ! <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/populating-one-combobox-in-delphi-7-from-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.025 seconds using memcached
Object Caching 607/688 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 00:39:10 -->