in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Browse by Tags

  • Re: Report Filter

    Hello Cornel, Sorry, this feature is supported by XAF, but not by XtraReports. The problem is that XAF uses only XPO as a report's datasource, and in XtraReports a report can be bound to a wide range of different datasources. However, for now unlike XtraReports, the FilterContol, which is used in...
    Posted to XtraReports (Forum) by Alan (Developer Express) on 7/13/2007
    Filed under: XtraReports, filtering, XAF
  • Re: [RC2] Has Documentation been updated?

    Hi Robert, You can find a link to download PDF documentation for XAF in the following Knowledge Base article: http://www.devexpress.com/kbAK15987 Note that these PDF files are produced using an automatic conversion tool, and so they still contain some glitches, though we're constantly working to...
    Posted to eXpressApp Framework (Forum) by Alan (Developer Express) on 8/14/2007
    Filed under: XAF, documentation
  • Re: Using XPO inside a web method

    This is some dirty hack code we using internally: [WebMethod] public void SubmitMonitorMessage(AgentMessageType messageType, string client, string service, string message, string info) { session = new UnitOfWork(); session.ConnectionString = ConfigurationManager.ConnectionStrings["ConnectionStringForDevelopment"...
    Posted to eXpressApp Framework (Forum) by Roman Eremin on 9/7/2007
    Filed under: XAF, WebService
  • Changing Culture

    Hi, I want to change my application form's visible captions to other langueges for example When I run the application on my MainForm and other DetailForms... actions and toolbars captions (File, Edit, View, Tools, New, Delete, Save all the things like those.) seems in English but I want to see them...
    Posted to eXpressApp Framework (Forum) by Selcuk AYDIN on 10/4/2007
    Filed under: ListView, XAF 7.2, XAF, documentation, Model, Localize, Attributes
  • Reports in XAF

    Having discovered the "Insert Detail Report" option in an XAF report (a brilliant feature chaps!) I am now wondering whether the SubReport object has any value here since you are unable to set a datasource or indeed configure it in any way. Has anyone used a subreport within XAF and found a...
    Posted to eXpressApp Framework (Forum) by John Botibol on 9/20/2007
    Filed under: XAF, subreport, report
  • Localization and Attributes

    If you implement rules as attributes then how do you set about localizing any text embedded in the attribute? For example:- <Size(100)> _ <RuleRequiredField("RuleRequiredField for Company.Name", DefaultContexts.Save, _ "Name must not be empty")> _ Public Property Name...
    Posted to eXpressApp Framework (Forum) by John Botibol on 9/18/2007
    Filed under: XAF, Model, Localize, Attributes
  • Re: Changing Culture

    Hi Mr.Batibol But I have just made this. But all the forms' which are automatic creates by XAF, languages seems again in english but ı want to change these automatically. for example I dont want to see buttons caption in english language which are created by XAF Save,New ... File or Tool I want to...
    Posted to eXpressApp Framework (Forum) by Selcuk AYDIN on 10/4/2007
    Filed under: Testing Framework, XAF 7.2, XAF, Model, Attributes
  • Adding Image

    Hi, I have a prop in my class like below. I m running my application then UI creates automatic image editor for this prop. Run time, I m right clicking on image editor then selecting Load Item for loading a picture, after that clicking save and close button for this action. after save and close I m selecting...
    Posted to eXpressApp Framework (Forum) by Selcuk AYDIN on 10/8/2007
    Filed under: XAF
  • Default Value

    Hi, I want to get a default value when I click the new button in MainForm for the DetailView field. But I built the code below then all values seem with default value in ListView for this field. But it seems true for DetailView field. After that I saw that there is a second wrong. It is that: I change...
    Posted to eXpressApp Framework (Forum) by Selcuk AYDIN on 10/9/2007
    Filed under: XAF
  • Properties_Get_Method

    Hi, When I restore Get Method of properties, it changes all records' value in runtime. and when I select one of record from listView then open a DetailView. In DetailView change the value in component. After SaveAndClose default value seems in listView.EveryTime saves default value. What can I do...
    Posted to eXpressApp Framework (Forum) by Selcuk AYDIN on 10/9/2007
    Filed under: XAF
Page 1 of 21 (205 items) 1 2 3 4 5 Next > ... Last »
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED