<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-2924906230659899509</id><updated>2009-07-23T20:19:54.813-07:00</updated><title type='text'>Development Journal</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://starinix.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2924906230659899509/posts/default'/><link rel='alternate' type='text/html' href='http://starinix.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ricardo</name><uri>http://www.blogger.com/profile/14050326946959157464</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2924906230659899509.post-842629922492483401</id><published>2007-05-27T16:22:00.001-07:00</published><updated>2007-05-27T16:23:28.994-07:00</updated><title type='text'>Infragistics and Currency Columns</title><content type='html'>When using infragistics for columns that should format as currency, set the field format property to "C", without the quotes. No need to used formats as "$#0#.##" or whatnot, this will do it easier.&lt;br /&gt;&lt;br /&gt;I've been using these formats and copy pasting them.. thus wasting valuable TIME. :-D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2924906230659899509-842629922492483401?l=starinix.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://starinix.blogspot.com/feeds/842629922492483401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2924906230659899509&amp;postID=842629922492483401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2924906230659899509/posts/default/842629922492483401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2924906230659899509/posts/default/842629922492483401'/><link rel='alternate' type='text/html' href='http://starinix.blogspot.com/2007/05/infragistics-and-currency-columns.html' title='Infragistics and Currency Columns'/><author><name>Ricardo</name><uri>http://www.blogger.com/profile/14050326946959157464</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07525231567115903839'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2924906230659899509.post-3031962085945195165</id><published>2007-05-27T15:53:00.000-07:00</published><updated>2007-05-27T16:00:35.017-07:00</updated><title type='text'>NetTiers and Custom Stored Procedures for Views</title><content type='html'>When creating a grid or combo box grid for a list of records, rows a good norm is to do the following:&lt;br /&gt;&lt;br /&gt;- Create a VIEW of the records and the layout we want to use for the grid.&lt;br /&gt;- Create a stored procedure that selects all columns in the view by using any set of parameters.&lt;br /&gt;&lt;br /&gt;The stored procedure should use the following naming convention so that nettiers will create the proper service and add it to other view services.:&lt;br /&gt;    - _{Name of view}_{stored procedure name}&lt;br /&gt;&lt;br /&gt;Sample:&lt;br /&gt;  VIEW: VIEW_ActiveCustomers&lt;br /&gt;  SP:       _VIEW_ActiveCustomers_GetByCustomerID&lt;br /&gt;&lt;br /&gt;You can then use code like:&lt;br /&gt;   VIEW_ActiveCustomersService service = new VIEW_ActiveCustomersService();&lt;br /&gt;   VList&lt;view_activecustomers&gt; customersView;&lt;br /&gt;   customersView = service.GetByCustomerID(1);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2924906230659899509-3031962085945195165?l=starinix.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://starinix.blogspot.com/feeds/3031962085945195165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2924906230659899509&amp;postID=3031962085945195165' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2924906230659899509/posts/default/3031962085945195165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2924906230659899509/posts/default/3031962085945195165'/><link rel='alternate' type='text/html' href='http://starinix.blogspot.com/2007/05/nettiers-and-custom-stored-procedures.html' title='NetTiers and Custom Stored Procedures for Views'/><author><name>Ricardo</name><uri>http://www.blogger.com/profile/14050326946959157464</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07525231567115903839'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>