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

Browse by Tags

  • How to connect with SQL Server 2005 Compact Edition

    Hi all, I want to connect with SQL Server 2005 Compact Edition " database.sdf" located in hard drive but I failed there is any suggestion how to connect using eXpressApp Framework app.config file connection string "Provider = Microsoft.SQLSERVER.MOBILE.OLEDB.3.0 ; Data Source = myPath...
    Posted to eXpressApp Framework (Forum) by Asim Saeed on 3/5/2008
    Filed under: SQL, eXpressApp, Connection
  • Problem with Multiple one to many

    Hi, I have a project class with 2 collections, tasks and ideas. When I edit the project I am expecting to see tabs at the bottom with lists of tasks and ideas. I am only getting ideas. My class definitions are below. I notice that when in the model editor there seems to be a missing view that was not...
    Posted to eXpressApp Framework (Forum) by James Smyth on 3/11/2008
    Filed under: Model, eXpressApp, XAF 7.3.7
  • MDI in XAF

    Has anyone tried the MDI demo in XAF? I want the child windows open as Tabbed MDI in the main window of the application. There is a demo in How To section. I've copied the codes but the application runs, and waits in application.Start() method! There's no error message or exception whatsoever...
    Posted to eXpressApp Framework (Forum) by Hadi Eskandari on 3/12/2008
    Filed under: XAF, eXpressApp
  • Re: MDI in XAF

    Hello, I've managed to solve the issue. In case you might be intrested, passing null value in Initialize menu of either MDIMainForm OR MDIChildForm will results in a NullReferenceException (stack trace is at the bottom). Knowing you won't be using a panel (Control) to host the forms in MDI mode...
    Posted to eXpressApp Framework (Forum) by Hadi Eskandari on 3/12/2008
    Filed under: XAF, eXpressApp
  • Re: Catch double click event on ListView

    i was trying to use such code: public partial class ListViewProcessCurrentObjectController : DevExpress.ExpressApp.SystemModule.ListViewProcessCurrentObjectController { public ListViewProcessCurrentObjectController() { InitializeComponent(); RegisterActions(components); } protected override void ExecuteProcessCurrentObject...
    Posted to eXpressApp Framework (Forum) by Valentina S_1 on 3/13/2008
    Filed under: eXpressApp
  • Re: Catch double click event on ListView

    I tried this: e.ShowViewParameters.CreatedView = Application.CreateDetailView(objectSpace, policy); e.ShowViewParameters.TargetWindow = TargetWindow.Default; e.ShowViewParameters.Context = TemplateContext.View; e.ShowViewParameters.CreateAllControllers =true; ShowViewSource svs = new ShowViewSource(Application...
    Posted to eXpressApp Framework (Forum) by Valentina S_1 on 3/13/2008
    Filed under: eXpressApp
  • Re: Shared Object Editing

    Hi Dennis, there is still a problem... If i edit the current value with Ctrl+Shift+Click and then close the edit-view the Lookup don't refreshes itself an displays the old value. If i edit the value again the DetailView displays the correct (changed) values. Could not find a solution for this issue...
    Posted to eXpressApp Framework (Forum) by Daniel Heinze on 3/17/2008
    Filed under: eXpressApp, LookupPropertyEditor, refresh
  • Error with creating database after installing setup package

    Hi, I create setup package.After installation when i run my exe if database is already exict there is now problem whith connection. But if there is now such database, it doesn't create it and commin message : The connection to the database faild. Anybody know why database don't create automatically...
    Posted to eXpressApp Framework (Forum) by Valentina S_1 on 3/18/2008
    Filed under: eXpressApp
  • DetailView's Toolbar

    Hi, I want to change DetailView's toolbar. I wrote this code in Model, but again comming the whole toolbar .What i doing wrong? <Template ID="DevExpress.ExpressApp.Win.Templates.DetailViewForm"> <XtraBarsCustomization ID="Default"> <Bar ID="Main Toolbar"...
    Posted to eXpressApp Framework (Forum) by Valentina S_1 on 3/19/2008
    Filed under: eXpressApp
  • A few questions

    I’m testing the XAF and it’s terrific, but I have some questions: 1. I’m from Brazil and need translate all text to Portuguese, no problem so far. But when I start a new solution I have to translate again. Have some easy way to solve this? 2. How I can use Ribbon Bar in the XAF without Side bar? Without...
    Posted to eXpressApp Framework (Forum) by Eduardo Menoncello on 4/1/2008
    Filed under: eXpressApp, XAF 8.1 Linked Dialog CheckLists
Page 1 of 3 (28 items) 1 2 3 Next >
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED