<?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>Erin&#039;s blog</title>
	<atom:link href="http://erin.su/feed/" rel="self" type="application/rss+xml" />
	<link>http://erin.su</link>
	<description>Очередной блог на WordPress</description>
	<lastBuildDate>Wed, 27 Jan 2010 09:52:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ну надо же было что-то написать&#8230;..</title>
		<link>http://erin.su/8/</link>
		<comments>http://erin.su/8/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 09:52:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Без рубрики]]></category>

		<guid isPermaLink="false">http://erin.su/?p=8</guid>
		<description><![CDATA[Вот кусок моего исходного кода:
int_wall_id := qTree.FieldByName('Table_ID_Link').AsInteger;
Wall_Dict_Name := InputBox('Введите название стены','Название','Шаблон стены');
Wall_ID_Gen.Open;
new_wall_id := Wall_ID_Gen.FieldByName('Wall_ID').AsInteger;
Wall_ID_Gen.Close;
qWallInsert.Open;
qWallInsert.Insert;
qWallInsert.FieldByName('Wall_ID').AsInteger := new_wall_id;
qWallInsert.FieldByName('WALL_NAME').AsString := Wall_Dict_Name;
qWallInsert.Post;
qWallInsert.Close;
spWallCopy.ParamByName('WALL_ID_SOURCE_IN').AsInteger := int_wall_id;
spWallCopy.ParamByName('WALL_ID_TARGET_IN').AsInteger := new_wall_id;
spWallCopy.ExecProc;
ShowMessage('Данные о стене '+qTree.FieldByName('TITILE').AsString+' сохранены');
Wall_Dict_Modal := TfmDictWall.Create(Application);
Wall_Dict_Modal.Is_Only_Show :=True;
Wall_Dict_Modal.qWall.Locate('Wall_ID',new_wall_id,[]);
Wall_Dict_Modal.ShowModal;
Пусть все    знают !!!!!!
]]></description>
			<content:encoded><![CDATA[<p>Вот кусок моего исходного кода:</p>
<p>int_wall_id := qTree.FieldByName('Table_ID_Link').AsInteger;<br />
Wall_Dict_Name := InputBox('Введите название стены','Название','Шаблон стены');<br />
Wall_ID_Gen.Open;<br />
new_wall_id := Wall_ID_Gen.FieldByName('Wall_ID').AsInteger;<br />
Wall_ID_Gen.Close;<br />
qWallInsert.Open;<br />
qWallInsert.Insert;<br />
qWallInsert.FieldByName('Wall_ID').AsInteger := new_wall_id;<br />
qWallInsert.FieldByName('WALL_NAME').AsString := Wall_Dict_Name;<br />
qWallInsert.Post;<br />
qWallInsert.Close;<br />
spWallCopy.ParamByName('WALL_ID_SOURCE_IN').AsInteger := int_wall_id;<br />
spWallCopy.ParamByName('WALL_ID_TARGET_IN').AsInteger := new_wall_id;<br />
spWallCopy.ExecProc;<br />
ShowMessage('Данные о стене '+qTree.FieldByName('TITILE').AsString+' сохранены');<br />
Wall_Dict_Modal := TfmDictWall.Create(Application);<br />
Wall_Dict_Modal.Is_Only_Show :=True;<br />
Wall_Dict_Modal.qWall.Locate('Wall_ID',new_wall_id,[]);<br />
Wall_Dict_Modal.ShowModal;</p>
<p>Пусть все    знают !!!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://erin.su/8/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
