<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="/rss2full.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
<channel>
	<title>Iron Speed Technical Forums - Using Iron Speed Designer V4.X</title>
	<link>http://sjc.ironspeed.com</link>
	<description>Iron Speed Technical Forums - Using Iron Speed Designer V4.X</description>
	<ttl>60</ttl>
	<pubDate>Thur, 09 Sep 2010 09:31:42 GMT</pubDate>
	<item>
		<title>how can get the sum</title>
		<link>http://sjc.ironspeed.com/post?id=4868992</link>
		<description>int the filed in view row&lt;br&gt;&lt;br&gt;i know ho get it in load&lt;br&gt;&lt;br&gt;but when change the data in these files and these data not save in database&lt;br&gt;&lt;br&gt;how caculate the sum when press button&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4868992</guid>
		<pubDate>Wed, 01 Sep 2010 02:41:22 GMT</pubDate>
		<author>abdo1984</author>
	</item>

	<item>
		<title>Object Expected Error</title>
		<link>http://sjc.ironspeed.com/post?id=4842230</link>
		<description>After building my application, Ironspeed will not continue. &amp;nbsp;I comes up with an &quot;Object Expected&quot; Error on Line 55, 416, and other lines.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Note, that it is not the generated application that is displaying the error, but Ironspeed itself. &amp;nbsp;If I delete the application folder that I just built, it allows me to create a new application, but once it is built it comes up with the error again. &amp;nbsp;Any suggestions?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Tom&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4842230</guid>
		<pubDate>Thur, 12 Aug 2010 22:03:48 GMT</pubDate>
		<author>tomtheguitarguy</author>
	</item>

	<item>
		<title>send image to email</title>
		<link>http://sjc.ironspeed.com/post?id=4838416</link>
		<description>how can send email contain image from show_table&lt;br&gt;&lt;br&gt;i want view image in email (not attachment)&lt;br&gt;&lt;br&gt;how can do that&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4838416</guid>
		<pubDate>Tue, 10 Aug 2010 12:12:57 GMT</pubDate>
		<author>abdo1984</author>
	</item>

	<item>
		<title>Image Refresh</title>
		<link>http://sjc.ironspeed.com/post?id=4827895</link>
		<description>i have an image (stored in the DB) and an file upload control.&amp;nbsp; when i upload a new image it works fine, storing the picture in the DB, but the new image is not displayed on the screen.&amp;nbsp; i have to refresh the browser to get the image to display.&amp;nbsp; i have tried adding a save button on the screen, even exiting the record and coming back in... the only thing that works to refresh the image is to F5 the browser.&lt;br&gt;&lt;br&gt;ideas?&lt;br&gt;&lt;br&gt;Rick&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4827895</guid>
		<pubDate>Tue, 03 Aug 2010 01:30:49 GMT</pubDate>
		<author>rickmetz</author>
	</item>

	<item>
		<title>Pre-Initilizing a new record</title>
		<link>http://sjc.ironspeed.com/post?id=4792880</link>
		<description>Hi,&lt;br&gt;&lt;br&gt;Does anyone know how can I Pre-Initialize a new record in an edit table control?&lt;br&gt;I am using the &quot;Pre-Create Blank Rows in Table Control &quot; CCW to add an empty row to the table, now I need to populate the new row with data, does anyone know how?&lt;br&gt;&lt;br&gt;It seems that I can't use the GetUIData function when using the edit control, because it wants to modify &lt;u&gt;all&lt;/u&gt; records and not the new ones&lt;br&gt;&lt;br&gt;please let me know&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4792880</guid>
		<pubDate>Fri, 09 Jul 2010 12:39:28 GMT</pubDate>
		<author>netasp</author>
	</item>

	<item>
		<title>Pressing Enter key on Search textbox displays Language selector page</title>
		<link>http://sjc.ironspeed.com/post?id=4782084</link>
		<description>Hi All,&lt;br&gt;I am an app that I enabled language selection on it and when I have table view page, with a search textbox, if user types any text in the search field and press the enter key, it navigates to the language selection page instead of performing the intended search. It does this for dropdown list controls also.&lt;br&gt;My google search provided a ASP.NET fix which requires placing a javascript code in the body section of each page. I have over 500 pages, so want to sure that is the only way to fix this before I started modifying anything.&lt;br&gt;&lt;br&gt;Anyways how to fix it ISD way?&lt;br&gt;&lt;br&gt;Any ideas?&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4782084</guid>
		<pubDate>Wed, 30 Jun 2010 18:05:23 GMT</pubDate>
		<author>yebi</author>
	</item>

	<item>
		<title>use ISD as a SDK in an application</title>
		<link>http://sjc.ironspeed.com/post?id=4742496</link>
		<description>Can i use ISD to generate my page on an Application?&lt;br&gt;I create an application and need to allow user create tables in database and create pages for that table? I want to embed ISD in my application to do this for user like form makers for joomla.&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4742496</guid>
		<pubDate>Tue, 01 Jun 2010 13:33:16 GMT</pubDate>
		<author>esadeghi</author>
	</item>

	<item>
		<title>Stored Procedures</title>
		<link>http://sjc.ironspeed.com/post?id=4738999</link>
		<description>&lt;P&gt;When We select that ISD create stored procedures for an application, how ISD call them? i search the code and i can not find where ISD call SPs.&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4738999</guid>
		<pubDate>Sat, 29 May 2010 14:11:05 GMT</pubDate>
		<author>esadeghi</author>
	</item>

	<item>
		<title>Call the Stored Procedure</title>
		<link>http://sjc.ironspeed.com/post?id=4738854</link>
		<description>&lt;P&gt;I need to call a Stored procedure when a dropdown index changes? I can do this by VS 2005 but i want to do this by IDS codes?&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4738854</guid>
		<pubDate>Sat, 29 May 2010 10:58:54 GMT</pubDate>
		<author>esadeghi</author>
	</item>

	<item>
		<title>New Telerik and Infragistics Controls</title>
		<link>http://sjc.ironspeed.com/post?id=4737381</link>
		<description>How can i use new telerik and Infragistics controls for ISD V4.x? Can i Use Treeview for ISD V4.x? &lt;br&gt;Second, How can i group a data table by a field?&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4737381</guid>
		<pubDate>Fri, 28 May 2010 12:06:10 GMT</pubDate>
		<author>esadeghi</author>
	</item>

	<item>
		<title>RAISERROR</title>
		<link>http://sjc.ironspeed.com/post?id=4734591</link>
		<description>Folks,&lt;br&gt;&lt;br&gt;I have over-ridden an ISD-generated DELETE stored proc. Inside that proc I am issuing a RAISERROR statement. The proc is getting called from an ISD-generated code-behind method - a ...RowDeleteButton_Click method. Inside there, the this.Delete method is invoked and sure enough my RAISERROR causes an exception to be thrown. BUT: the exception from my RAISERROR is contained in an InnerException object, wrapped in the Exception object coming to the catch block. My message is in the inner exception, but the enclosing Exception has a generic ISD message: &quot;A record you were attempting to delete or modify is referenced by other records. Please see your database administrator for more information.&quot;&lt;br&gt;&lt;br&gt;Any recommendation on what I need to do to have my RAISERROR message propagate up to the UI?&lt;br&gt;&lt;br&gt;Help is appreciated. Thanks,&lt;br&gt;&lt;br&gt;Eric&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4734591</guid>
		<pubDate>Wed, 26 May 2010 18:05:30 GMT</pubDate>
		<author>ericace</author>
	</item>

	<item>
		<title>Header</title>
		<link>http://sjc.ironspeed.com/post?id=4687345</link>
		<description>&lt;br&gt;Hello,&lt;br&gt;&lt;br&gt;I need to change header depending on option selected&lt;br&gt;Example&lt;br&gt;&lt;br&gt;If my user selects Invoicing then a logo + Header Invoice should appear&lt;br&gt;The same for other topis such as Ar --&gt; Logo + AR header&lt;br&gt;&lt;br&gt;and so forth&lt;br&gt;What is the best way to do it&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;f.r.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4687345</guid>
		<pubDate>Fri, 23 Apr 2010 19:39:52 GMT</pubDate>
		<author>framirez</author>
	</item>

	<item>
		<title>Drowpdown width</title>
		<link>http://sjc.ironspeed.com/post?id=4687341</link>
		<description>&lt;br&gt;Hello,&lt;br&gt;&lt;br&gt;A have a dorpdown list that I can control the width shown on the screen&lt;br&gt;What&amp;nbsp;I want to do is that when I click on the dropdown and all options are shown to display a wider width than the one when it is closed.&lt;br&gt;Is this posible???&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;F.r.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4687341</guid>
		<pubDate>Fri, 23 Apr 2010 19:37:11 GMT</pubDate>
		<author>framirez</author>
	</item>

	<item>
		<title>Google Maps Api</title>
		<link>http://sjc.ironspeed.com/post?id=4685598</link>
		<description>Hello Folks,&lt;br&gt;&lt;br&gt;I am Implementing google maps using ISD 4.3.0 .Would any one can help me out how to start over to implement?&lt;br&gt;&lt;br&gt;denlion&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4685598</guid>
		<pubDate>Thur, 22 Apr 2010 17:34:09 GMT</pubDate>
		<author>denlion</author>
	</item>

	<item>
		<title>RequiredField Validation</title>
		<link>http://sjc.ironspeed.com/post?id=4663158</link>
		<description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;On a simple page in ISD v4.2 I have a Record Panel with a few TextBoxes, some of which are required fields. Thegenrerated ASPX page has some &lt;asp:RequiredFieldValidator&gt; with EnableClientScript=false. But I want validation to occur at client.(i.e client-side). When I look at properties of the &quot;Save&quot; button, the &quot;enable client-side validation&quot; checkbox is checked.&lt;/P&gt;&lt;P&gt;How can I make the validation client-side, from inside ISD?&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://sjc.ironspeed.com/?forum=57977&quot;&gt;Using Iron Speed Designer V4.X&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=4663158</guid>
		<pubDate>Wed, 07 Apr 2010 07:11:32 GMT</pubDate>
		<author>delphiboy</author>
	</item>

</channel>
</rss>