<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Schultz's PowerBuilder Notes</title>
	<atom:link href="http://pbbraindump.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pbbraindump.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Oct 2009 13:25:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Other Event by rick130</title>
		<link>http://pbbraindump.wordpress.com/2008/05/17/other-event/#comment-429</link>
		<dc:creator>rick130</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=87#comment-429</guid>
		<description>See http://pbbraindump.wordpress.com/2008/05/26/interdatawindow-communication/</description>
		<content:encoded><![CDATA[<p>See <a href="http://pbbraindump.wordpress.com/2008/05/26/interdatawindow-communication/" rel="nofollow">http://pbbraindump.wordpress.com/2008/05/26/interdatawindow-communication/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Other Event by Manikandan</title>
		<link>http://pbbraindump.wordpress.com/2008/05/17/other-event/#comment-428</link>
		<dc:creator>Manikandan</dc:creator>
		<pubDate>Tue, 27 Oct 2009 04:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=87#comment-428</guid>
		<description>i need differnt between rowsmove and rowscopy funtion</description>
		<content:encoded><![CDATA[<p>i need differnt between rowsmove and rowscopy funtion</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listing of Datawindow Control Events by Eddie</title>
		<link>http://pbbraindump.wordpress.com/2008/05/16/listing-of-datawindow-control-events/#comment-422</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Tue, 22 Sep 2009 07:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=75#comment-422</guid>
		<description>Nice tips! You helped me a lot! Thanks for sharing and keep up the good work!!!

Eddie</description>
		<content:encoded><![CDATA[<p>Nice tips! You helped me a lot! Thanks for sharing and keep up the good work!!!</p>
<p>Eddie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transaction Object by jhon</title>
		<link>http://pbbraindump.wordpress.com/2008/04/22/transaction-object/#comment-417</link>
		<dc:creator>jhon</dc:creator>
		<pubDate>Sun, 06 Sep 2009 04:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=29#comment-417</guid>
		<description>hello..i have problem. when i insert data into table and i use commit using sqlca after that, data is save. i do in singleuser application. but when in multiuser app, when computerA  input data with &quot;insert&quot; in same table in same app and computerB input data using &quot;insert&quot; in one table in same app like computerA, my app is hang..i think this about &quot;lock&quot; when one table use together. any solve problem ??</description>
		<content:encoded><![CDATA[<p>hello..i have problem. when i insert data into table and i use commit using sqlca after that, data is save. i do in singleuser application. but when in multiuser app, when computerA  input data with &#8220;insert&#8221; in same table in same app and computerB input data using &#8220;insert&#8221; in one table in same app like computerA, my app is hang..i think this about &#8220;lock&#8221; when one table use together. any solve problem ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerBuilder Colors by Ivaylo Ivanov</title>
		<link>http://pbbraindump.wordpress.com/2008/05/02/powerbuilder-colors/#comment-415</link>
		<dc:creator>Ivaylo Ivanov</dc:creator>
		<pubDate>Wed, 02 Sep 2009 14:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=33#comment-415</guid>
		<description>Addition to your description of the fourth byte in the color value:
2^24 (10000000h) + rgb(x, y, z) = One of the Custom colors, defined in the PB IDE
	CUSTOM RGB(224, 224, 224): 31514848 = 1E0E0E0
	CUSTOM RGB(240, 240, 240): 32567536 = 1F0F0F0
	CUSTOM RGB(255, 255, 216): 30998527 = 1D8FFFF
2^27 (08000000h) + x = Other Standard Windows Color:
	Scrollbar Background: 134217728 = 08 000000
	Desktop Background: 134217729 = 08 000001
	Active Title Bar: 134217730 = 08 000002
	Inactive Title Bar: 134217731 = 08 000003
	Menu Bar: 134217732 = 08 000004
	Window Frame: 134217734 = 08 000006
	Menu Text: 134217735 = 08 000007
	Active Title Bar Text: 134217737 = 08 000009
	Active Border: 134217738 = 08 00000A
	Inactive Border: 134217739 = 08 00000B
	Highlight: 134217741 = 08 00000D
	Highlight Text: 134217742 = 08 00000E
	Button Shadow: 134217744 = 08 000010
	Disabled Text: 134217745 = 08 000011
	Button Text: 134217746 = 08 000012
	Inactive Title Bar Text: 134217747 = 08 000013
	Button Highlight: 134217748 = 08 000014
	Button Dark Shadow: 134217749 = 08 000015
	Button Light Shadow: 134217750 = 08 000016
	Tooltip Text: 134217751 = 08 000017
	Tooltip: 134217752 = 08 000018
	Link: 134217856 = 08 000080
	Link Hover: 134217857 = 08 000081
	Link Inactive: 134217858 = 08 000082
	Link Visited: 134217859 = 08 000083</description>
		<content:encoded><![CDATA[<p>Addition to your description of the fourth byte in the color value:<br />
2^24 (10000000h) + rgb(x, y, z) = One of the Custom colors, defined in the PB IDE<br />
	CUSTOM RGB(224, 224, 224): 31514848 = 1E0E0E0<br />
	CUSTOM RGB(240, 240, 240): 32567536 = 1F0F0F0<br />
	CUSTOM RGB(255, 255, 216): 30998527 = 1D8FFFF<br />
2^27 (08000000h) + x = Other Standard Windows Color:<br />
	Scrollbar Background: 134217728 = 08 000000<br />
	Desktop Background: 134217729 = 08 000001<br />
	Active Title Bar: 134217730 = 08 000002<br />
	Inactive Title Bar: 134217731 = 08 000003<br />
	Menu Bar: 134217732 = 08 000004<br />
	Window Frame: 134217734 = 08 000006<br />
	Menu Text: 134217735 = 08 000007<br />
	Active Title Bar Text: 134217737 = 08 000009<br />
	Active Border: 134217738 = 08 00000A<br />
	Inactive Border: 134217739 = 08 00000B<br />
	Highlight: 134217741 = 08 00000D<br />
	Highlight Text: 134217742 = 08 00000E<br />
	Button Shadow: 134217744 = 08 000010<br />
	Disabled Text: 134217745 = 08 000011<br />
	Button Text: 134217746 = 08 000012<br />
	Inactive Title Bar Text: 134217747 = 08 000013<br />
	Button Highlight: 134217748 = 08 000014<br />
	Button Dark Shadow: 134217749 = 08 000015<br />
	Button Light Shadow: 134217750 = 08 000016<br />
	Tooltip Text: 134217751 = 08 000017<br />
	Tooltip: 134217752 = 08 000018<br />
	Link: 134217856 = 08 000080<br />
	Link Hover: 134217857 = 08 000081<br />
	Link Inactive: 134217858 = 08 000082<br />
	Link Visited: 134217859 = 08 000083</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Datawindow Buffers by Ivaylo Ivanov</title>
		<link>http://pbbraindump.wordpress.com/2008/05/09/datawindow-buffers/#comment-414</link>
		<dc:creator>Ivaylo Ivanov</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=44#comment-414</guid>
		<description>One little addition to your description for the Original buffer:

You can indirectly modify the values in this buffer by performing SetItem for the column and then SetItemStatus to NotModified! which transfers Primary! buffer value into the Original one.

Note that such change would reflect the contents of the Where clauses of the issued SQL Update/Delete statements!</description>
		<content:encoded><![CDATA[<p>One little addition to your description for the Original buffer:</p>
<p>You can indirectly modify the values in this buffer by performing SetItem for the column and then SetItemStatus to NotModified! which transfers Primary! buffer value into the Original one.</p>
<p>Note that such change would reflect the contents of the Where clauses of the issued SQL Update/Delete statements!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Datawindow Buffers by Ivaylo Ivanov</title>
		<link>http://pbbraindump.wordpress.com/2008/05/09/datawindow-buffers/#comment-413</link>
		<dc:creator>Ivaylo Ivanov</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=44#comment-413</guid>
		<description>Usually such behaviour can be experienced when trying to issue DeleteRow() for a newly inserted row with status of New! or NewModified! - they&#039;re are not supposed to be moved into the Delete! buffer, because they shouldn&#039;t issue any SQL statement on the next Update().

Check if this is your case. Use GetItemStatus() with colindex=0 to obtain the status of an entire DW row.

Great site! Thanks for the hints!</description>
		<content:encoded><![CDATA[<p>Usually such behaviour can be experienced when trying to issue DeleteRow() for a newly inserted row with status of New! or NewModified! &#8211; they&#8217;re are not supposed to be moved into the Delete! buffer, because they shouldn&#8217;t issue any SQL statement on the next Update().</p>
<p>Check if this is your case. Use GetItemStatus() with colindex=0 to obtain the status of an entire DW row.</p>
<p>Great site! Thanks for the hints!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with DDDW Properties by Gord Cross</title>
		<link>http://pbbraindump.wordpress.com/2008/05/13/working-with-dddw-properties/#comment-412</link>
		<dc:creator>Gord Cross</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=66#comment-412</guid>
		<description>Hello,

Thanks for the site. It has alot of helpful info.

This is sort-of related, I am trying to modify a graph that is on a composite datawindow. Is there any way to do this?

I&#039;ve tried to get the datawindow containing the graph using getchild(). This gives me a DataWindowChild upon which I can only execute Modify() commands as it does not support going after the graph (gr_1) directly, nor does it support SetSeriesStyle(). Unfortunately, something as easy as setting the series color is not possible (at least I couldn&#039;t figure out how) in either the painter or using a Modify() command. 

Do you have any ideas?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for the site. It has alot of helpful info.</p>
<p>This is sort-of related, I am trying to modify a graph that is on a composite datawindow. Is there any way to do this?</p>
<p>I&#8217;ve tried to get the datawindow containing the graph using getchild(). This gives me a DataWindowChild upon which I can only execute Modify() commands as it does not support going after the graph (gr_1) directly, nor does it support SetSeriesStyle(). Unfortunately, something as easy as setting the series color is not possible (at least I couldn&#8217;t figure out how) in either the painter or using a Modify() command. </p>
<p>Do you have any ideas?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a Reference to a Submenu by Mohammad Al-Habibi</title>
		<link>http://pbbraindump.wordpress.com/2009/08/01/getting-a-reference-to-a-submenu/#comment-405</link>
		<dc:creator>Mohammad Al-Habibi</dc:creator>
		<pubDate>Sun, 02 Aug 2009 10:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=381#comment-405</guid>
		<description>Good Work</description>
		<content:encoded><![CDATA[<p>Good Work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the PFC&#8217;s n_cst_filesrv by Matt</title>
		<link>http://pbbraindump.wordpress.com/2009/05/13/using-the-pfcs-n_cst_filesrv/#comment-404</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 28 Jul 2009 12:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://pbbraindump.wordpress.com/?p=377#comment-404</guid>
		<description>Thanks for the code.

One minor point...
Use Longs instead of integers for insert row numbers and file counts as the PB max for integer (32767) can easily be exceeded.</description>
		<content:encoded><![CDATA[<p>Thanks for the code.</p>
<p>One minor point&#8230;<br />
Use Longs instead of integers for insert row numbers and file counts as the PB max for integer (32767) can easily be exceeded.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
