<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
	<title><![CDATA[Iron Speed Technical Forums]]></title>
	<link>http://sjc.ironspeed.com</link>
	<description><![CDATA[Iron Speed Technical Forums]]></description>
	<ttl>60</ttl>
	<pubDate>Thu, 17 May 2012 05:26:19 GMT</pubDate>
	<item>
		<title><![CDATA[Crystal Reports Class not registered error]]></title>
		<link>http://sjc.ironspeed.com/post?id=5849138</link>
		<description><![CDATA[<p style="margin: 0px;">Can someone please tell me how to resolve this error!&nbsp; Using ISD9.0.1, CR 10 Dev, I have reader installed.&nbsp; 3 table ISD application, very basic.&nbsp; Can not get a .rpt report to display after adding Report Display Button.&nbsp; </p><p style="margin: 0px;">&nbsp;</p><p style="margin: 0px;">I am getting the following error!</p><p style="margin: 0px;">&nbsp;</p><p style="margin: 0px;">Retrieving the COM class factory for component with CLSID {CF76A644-314B-404D-8D45-F08B51FF990B} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br><br>Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {CF76A644-314B-404D-8D45-F08B51FF990B} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).<br><br>Source Error: <br><br><br>Line 216: &nbsp; &nbsp; &nbsp; &nbsp; public  void CrystalReportButton_Click(object sender, System.EventArgs e)    Line 217: &nbsp; &nbsp; &nbsp; &nbsp; {Line 218: &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; CrystalDecisions.CrystalReports.Engine.ReportDocument crReportDocument = new CrystalDecisions.CrystalReports.Engine.ReportDocument();Line 219: &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; string fileName= @"..\Reports\Mileage Report.rpt";Line 220: &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; try<br>Source File: c:\MyApp1\ttmileage\ShowTtmileageTable.aspx.cs    Line: 218 <br><br>Stack Trace: <br><br><br>    CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +19    CrystalDecisions.CrystalReports.Engine.ReportDocument.r() +55   CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +221   MyApp1.UI.ShowTtmileageTable.CrystalReportButton_Click(Object sender, EventArgs e) in c:\MyApp1\ttmileage\ShowTtmileageTable.aspx.cs:218   System.EventHandler.Invoke(Object sender, EventArgs e) +0   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +155   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707<br><br>Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272 <br></p><p style="margin: 0px;">&nbsp;</p><p style="margin: 0px;">Thanks <br></p><p style="margin: 0px;">&nbsp;</p> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5849138</guid>
		<pubDate>Wed, 16 May 2012 21:29:47 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[Uable to add pages]]></title>
		<link>http://sjc.ironspeed.com/post?id=5849111</link>
		<description><![CDATA[All of the sudden Im unable to add pages to my ISD project the wizard finishes buth the new pages are not beign added this only happens to me in one project has any ever encounter an error like tath?<br><br>Thanks a lot<br> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=188752">Running & Deployment Issues V8.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5849111</guid>
		<pubDate>Wed, 16 May 2012 21:09:03 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[Crystal Reports Logon Information]]></title>
		<link>http://sjc.ironspeed.com/post?id=5849095</link>
		<description><![CDATA[I'm struggling with amending the code for a crystal report button in my application.&nbsp;<div>I have changed the obvious connection information, however it throws an error when I try to get to the Crystal Report. This is where i'm at with the code. &nbsp;</div><div><br></div><div><br></div><div><div>CrystalDecisions.CrystalReports.Engine.Database db = crReportDocument.Database;</div><div>CrystalDecisions.CrystalReports.Engine.Tables tables = db.Tables;</div><div>CrystalDecisions.Shared.TableLogOnInfo tableLoginInfo = new CrystalDecisions.Shared.TableLogOnInfo();</div><div><br></div><div>////define connection information</div><div>CrystalDecisions.Shared.ConnectionInfo dbConnInfo = new CrystalDecisions.Shared.ConnectionInfo();</div><div>dbConnInfo.UserID = "USERNME";</div><div>dbConnInfo.Password = "PSSWDXX";</div><div>dbConnInfo.ServerName = "SERVER";</div><div>dbConnInfo.DatabaseName = "DATABASENAME";</div><div><br></div><div>////apply connection information to each table</div><div>foreach (CrystalDecisions.CrystalReports.Engine.Table table in tables)</div><div>{</div><div>&nbsp;tableLoginInfo = table.LogOnInfo;</div><div>&nbsp;tableLoginInfo.ConnectionInfo = dbConnInfo;</div><div>&nbsp;table.ApplyLogOnInfo(tableLoginInfo);</div><div>}</div></div><div><br></div> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5849095</guid>
		<pubDate>Wed, 16 May 2012 20:58:32 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[Sticky Footer]]></title>
		<link>http://sjc.ironspeed.com/post?id=5848923</link>
		<description><![CDATA[Has anyone figured out how to add a sticky footer? I can do it in a standard master page but don't seem to be able to do so in IS9.&nbsp;<div><br></div><div>Ths,</div><div>Ken</div> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5848923</guid>
		<pubDate>Wed, 16 May 2012 18:45:08 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[GROUP BY]]></title>
		<link>http://sjc.ironspeed.com/post?id=5848870</link>
		<description><![CDATA[I have a page with a Table view that show records like this<BR><BR>State&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Total_Field1&nbsp;&nbsp;&nbsp;&nbsp; Total_Field2<BR>CA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1<BR>CA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4<BR>NY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3<BR>etc..<BR><BR>How can I change this to a GROUP by State column?<BR>What I am trying to get is this from the Data above<BR><BR>CA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5<BR>NY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3<BR><BR>I Try to look into the Select Query but it doesn't allow me to alter it to create GROUP BY<BR><BR>Thanks for any feedback<BR><br>Updated! I create a VIEW to get the Group by results and create page to get the values.&nbsp; It works, but I am still want to know if it is possible to do the Group by without View.<br><br><BR><BR>&nbsp;<br> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5848870</guid>
		<pubDate>Wed, 16 May 2012 18:10:44 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[CS0103: The name does not exist in the current context]]></title>
		<link>http://sjc.ironspeed.com/post?id=5848784</link>
		<description><![CDATA[Hello all,<div><br></div><div>I have added an ASP.Net control (a label named lblName) to one of my tables, following this <a href="http://www.ironspeed.com/videos/PaulModiano/V71.Add-Custom-ASP-Net-Tags-To-Pages.aspx" target="_blank">video tutorial</a>. I added a simple label, clicked Build, and then went to the aspx.cs codebehind file to reference the control. I type the following in the LoadData()&nbsp;method: lblName.Text = "John"; and I get the following error when I build: CS0103: The name ' lblName' does not exist in the current context.</div><div><br></div><div>I have&nbsp;verified&nbsp;that the codebehind file is not being referenced by any other file and that the names are correct (case sensitive). I noticed that there is no .designer.cs but I figured that is because of how ISD operates.<br></div> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=188748">Using Iron Speed Designer V8.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5848784</guid>
		<pubDate>Wed, 16 May 2012 17:15:24 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[How to Calculate Discount in ISD 9.x?]]></title>
		<link>http://sjc.ironspeed.com/post?id=5848635</link>
		<description><![CDATA[Hello There,<div><br></div><div>Is there any formula or method to calculate Discount in ISD 9.x ?</div><div><br></div><div>any helpful tutorial or video ?</div><div><br></div><div>Cheers</div> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5848635</guid>
		<pubDate>Wed, 16 May 2012 15:40:58 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[What does Ironspeed pick up of constraints, defaults etc?]]></title>
		<link>http://sjc.ironspeed.com/post?id=5848249</link>
		<description><![CDATA[<P>Are&nbsp;there any documentation about what information Ironspeed should bick up from the database schemas, and how it acts on it?</P><P>In our case we have <B>simple "Y"/"N" constraints</B> that it doesn't not utilize.</P><P>Also it doesn't utilize a <B>default</B> .<BR>(Except for knowing a mandotary field does not have to be populated).</P>This is Oracle.<BR>Thanks<BR> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5848249</guid>
		<pubDate>Wed, 16 May 2012 09:04:26 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[First visit to page with chart gets error]]></title>
		<link>http://sjc.ironspeed.com/post?id=5847989</link>
		<description><![CDATA[Anyone having this issue where the first visit to a page with a chart gets an error but subsequent visit displays correctly? <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5847989</guid>
		<pubDate>Wed, 16 May 2012 02:53:18 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[Unable to create database stored procedures]]></title>
		<link>http://sjc.ironspeed.com/post?id=5847573</link>
		<description><![CDATA[<p><font size="3" face="Times New Roman"></font></p><p style="margin: 0in 0in 10pt;" class="MsoNormal"><font size="3"><font face="Calibri">Hello all, I have inherited an Ironspeed application and I’ve been asked to make some changes (so I’m pretty new to the program).</font></font></p><p style="margin: 0in 0in 10pt;" class="MsoNormal"><font size="3"><font face="Calibri">I have my application working fine, but when I change a view in the database and then synchronize the schema, I get the error “Unable to createdatabase stored procedures.” I thought maybe it was my permissions, but Igenerated a new app from the same database and then edited the same view and synchronizedand it worked without error (same connection string). What could be in my app that is causing this error?</font></font></p><p><font size="3" face="Times New Roman"></font></p> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=188748">Using Iron Speed Designer V8.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5847573</guid>
		<pubDate>Tue, 15 May 2012 21:11:51 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[Problem in application]]></title>
		<link>http://sjc.ironspeed.com/post?id=5847490</link>
		<description><![CDATA[Ive get this error.... somebody knows what this can be???<div><br></div><div><div>Server Error in '/Portefolio' Application.</div><div>--------------------------------------------------------------------------------</div><div><br></div><div>Parser Error&nbsp;</div><div>Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.&nbsp;</div><div><br></div><div>Parser Error Message: Unknown server tag 'Insurance<img src="/images/boards/smilies/tongue.gif" border="0" align="absmiddle">ortefolioTableControl'.</div><div><br></div><div>Source Error:&nbsp;</div><div><br></div><div><br></div><div>Line 64:&nbsp;</div><div>Line 65: <span class="Apple-tab-span" style="white-space:pre"> &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; </span><ContentTemplate></div><div>Line 66: <span class="Apple-tab-span" style="white-space:pre"> &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; </span><Insurance:portefolioTableControl runat="server" id="portefolioTableControl"></div><div>Line 67: <span class="Apple-tab-span" style="white-space:pre"> &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; </span></div><div>Line 68: <!-- Begin Table Panel.html --></div><div>&nbsp;</div><div><br></div><div>Source File: /portefolio/portefolio/ShowPortefolioTablePage.aspx &nbsp; &nbsp;Line: 66&nbsp;</div><div><br></div><div><br></div><div>--------------------------------------------------------------------------------</div></div><div><br></div> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5847490</guid>
		<pubDate>Tue, 15 May 2012 20:08:54 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[100% window height]]></title>
		<link>http://sjc.ironspeed.com/post?id=5847434</link>
		<description><![CDATA[I have a page in which I have a long table control (allowing it to scroll rather than have multiple pages for ease of use by my user).&nbsp;<div><br></div><div>I have added a scrollbar to the table control so that now the header/horizontal menu/title bar/parent record control / &nbsp;stays fixed on the top, while the internal scrollbar scrolls through the child table control. This works great.</div><div><br></div><div>The problem comes in with the height on the window and application in general. If I leave the table control height as default, it shows all rows. If I set a defined height (currently 600 pixels) for the table control, it fits well on some windows/monitors, and poorly on others.&nbsp;</div><div><br></div><div>Is there any way to set the height of an application or control to 100% similar to what you can do with width? I have 100% width working well through the CSS.</div><div><br></div><div>Thanks!</div> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5847434</guid>
		<pubDate>Tue, 15 May 2012 19:35:28 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[Really want to figure out "Add GeoLocating to your mobile IS application"]]></title>
		<link>http://sjc.ironspeed.com/post?id=5847108</link>
		<description><![CDATA[I stumbled upon something that could be very useful to my application, generously posted by PinBot <a target="_blank" href="http://sjc.ironspeed.com/post/Add-GeoLocating-to-your-Mobile-Iron-Speed-Application-5792200">here </a><br><br>Like many customizations, I first tried to replicate exactly what is in the example in a sample application and database, then when I get that to work I apply the proper customization to my real app.&nbsp; I made an MS SQL database with one table and one view and followed the instructions very carefully, but I keep getting this error after I insert the C# code in the example:<br><br><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">'SampleApp.UI.Controls.FindApartments.GetClosestPropertiesViewTableControl'  does not contain a definition for 'Datasource' and no extension method  'Datasource' accepting a first argument of type  'SampleApp.UI.Controls.FindApartments.GetClosestPropertiesViewTableControl'  could be found (are you missing a using directive or an assembly  reference?)</font><br><br>From this code:<br><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><code><pre><font color="red">this.Datasource = (GetClosestPropertiesViewRecord[])(clearlist.ToArray(typeof(MobileGeolocating.Business.GetClosestPropertiesViewRecord)));</font></pre></code></font>Also, I see that the stored procedure is altering an existing stored procedure, I changed it to a "CREATE PROCEDURE", but I haven't gotten past this error to know if that is an issue or not.&nbsp; I feel like I am so close in getting this to work, but <br>I'm not sure why this keeps tripping me up.&nbsp; Any help would be MUCH appreciated!&nbsp; Again, thanks PinBot for posting this, never even thought about trying this before your post.<br><br><a target="_blank" href="http://sjc.ironspeed.com/post/Add-GeoLocating-to-your-Mobile-Iron-Speed-Application-5792200"></a> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214678">Code Customizations V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5847108</guid>
		<pubDate>Tue, 15 May 2012 16:10:53 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[Adding a Crystal Reports Viewer]]></title>
		<link>http://sjc.ironspeed.com/post?id=5847016</link>
		<description><![CDATA[There is an old <A href="http://www.ironspeed.com/articles/Implementing%20Crystal%20Reports%20in%20an%20Iron%20Speed%20Designer%20Application.aspx" target=_blank target=_blank>article</A> on adding a Crystal Reports viewer to an IS app but it is so out of date that I can't figure out from it how to do this in IS 9.&nbsp; Does anyone have an example or a link to something that is up to date?<BR><BR>The idea is to get a real CR viewer and not just a pdf displayed in the browser.<BR> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214678">Code Customizations V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5847016</guid>
		<pubDate>Tue, 15 May 2012 15:15:54 GMT</pubDate>
	</item>

	<item>
		<title><![CDATA[Encrypt/Decrypt Passwords]]></title>
		<link>http://sjc.ironspeed.com/post?id=5845608</link>
		<description><![CDATA[<p style="margin: 0px;">Akesh G.&nbsp;has a Video Demo entiltled <font size="2">Encrypting Passwords in Iron Speed Designer</font></p><p style="margin: 0px;"><font size="2"></font>&nbsp;</p><p style="margin: 0px;"><font size="2">The last section of his video states to add some code to SignIn.aspx.vb(see below).</font></p><p style="margin: 0px;"><font size="2">This code does not work for SignIn.aspx.cs. </font></p><p style="margin: 0px;"><font size="2"></font>&nbsp;</p><p style="margin: 0px;"><font size="2">Can some please provide me with the correct code for C#?</font></p><p style="margin: 0px;"><font size="2">Thanks in advance!</font></p><p style="margin: 0px;"><div align=center><div style="margin-bottom:2px;text-align:left;width:630px">Code:</div><pre style="margin:0px; padding:6px; border:1px inset; border-bottom:1px solid #E8E8E8; border-right:1px solid #E8E8E8; width:630px; max-height: 513px; overflow:auto;text-align:left;">If Me.Password.Text.Length &gt; 0 Then 
Me.Password.Text = BaseFormulaUtils.EncryptData(Me.Password.Text)
End If
</pre></div></div></p><p style="margin: 0px;">&nbsp;</p><p style="margin: 0px;">&nbsp;</p><p style="margin: 0px;">Thanks</p><p style="margin: 0px;">&nbsp;</p><p style="margin: 0px;">David </p> <p>Forum: <a href="http://sjc.ironspeed.com/?forum=214676">Using Iron Speed Designer V9.X</a>
]]></description>
		<guid isPermaLink="false">http://sjc.ironspeed.com/post?id=5845608</guid>
		<pubDate>Mon, 14 May 2012 17:33:50 GMT</pubDate>
	</item>

</channel>
</rss>
