Software Development Network Logo
  • Smart Devicet
  • Visual FoxPro
  • Visual Studio
  • SharePoint Products
  • Audio and Video
  • IE Development
  • Visual C#
  • Visual Basic
  • Game Technologies
  • Visual C++
  • Windows Vista
  • SQL Server
  • Windows Forms
  • VS Team System
  • .NET Development

Software Development Network >> Mowali's Q&A profile

Mowali

Member List

DanAllenVt
KAAU
Nan Tu
dave6901
Yonglun Li
gmcbay
Ryan F
Takato
kevin D. white
A.Russell
Nigel Harper
ubisoft
PFkaplan
VikasGoyal
Wayne Sepega
sunny123
Little_Dice
Wai Hon
rgny
Dot Net Engineer
Only Title

Mowali's Q&A profile

  • SQL Server Using expressions with FlatFile connections?

    This seems so obvious, but is causing me a lot of trouble: The flat files input to my SSIS packages may contain an empty line between each row of data, or may be "continuous" without any extra empty lines. Here are small examples of the data I'm working with: With the extra line: "M","SFH","Single Family Mortgage Loans","Single Fam Mtg" "M","MFH","Multifamily Mortgage Loans","Multi-Fam Mtg" "R","MIX","Mixed/Various/Unknown","Mixed/Various" Without the extra line: "M","SFH","Single Family Mortgage Loans","Single Fam Mtg" "M","MFH","Mult ...Show All

  • Visual Studio Team System Intellisense???? - Extremely cheeky plug

    I'm delighted and amazed that this product is coming however I already have one RFE....object Intellisense, the like of which is done by Prompt SQL (which has just been bought by Redgate). e.g. I type a table name followed by a period (.) and intellisense pops up a list of all the columns names. Any chance of getting that in Thanks -Jamie At this point, Intellisense is not in the product. Trust me, you're not the only one asking for it. Cheers, Brian Randell MCW Technologies ...Show All

  • Visual Studio Crystal reports is displaying messed up report

    Hi, I am creating an application for the last couple weeks, and about a week ago I created a report that came out just fine. Anywyas this morning I needed to add another field to the report, and once I did the report came out all screwed up: text is being cut off, fields arn't being alligned correctly, etc..   This is the way it is suppose to look ( this is using the preview) Pic1 this is the way it turns out Pic 2 The words in the second image should be Issue 1,    Test Person test,  General,  11/16/06,  Test Person,  Plant Management   As you can see a lot of the words are being cut off  and they deffiently arn't ceneted like the one in the first image. I ...Show All

  • SQL Server Failure read-only column "id"

    I am a newbie, who created an ordinary data flow task, connecting Ole db source to ole db destination, getting the following error. Validation error. Data Flow Task Shop: OLE DB Destination Shop [16]: Failure inserting into the read-only column "id". Moreover, in another flow where I've the columns name and family name in the source db, and only name in the destination db. Planned to concenate these in the derived transformation editor, creating an expression: name+ '' '' +familyname. Derived column name: Name but it does not accept it... Greateful for some help!   curiousss wrote: I am a newbie,  who created an ordinary data flow task, connecting Ole db source to ole db  destination, getting the f ...Show All

  • Visual C# How can i find source for c# ?

    hi friends where can i find resource for c# e-book http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=849534&SiteID=1 ...Show All

  • SQL Server Report pages - reduce render time

    Is there a way to minimize the number of pages obtained from a report. My report has more than 9000 pages. I want to minimize the number of pages as it would fasten the rendering of the report in excel,pdf formats. how would one do this is there any expression . your help is very much appreciated. I am tearing my hair to minimize the time taken to render a report.! help pls! Thanks, You say the report is 9000 pages, so what did you have in mind when you say "minimize the number of pages" -- it seems like you already know how big the report is. If you only need to see some of the 9000 pages at a time, or only certain people need to see certain pages, you should filter the data (preferably at the data source) with paramete ...Show All

  • Visual Basic TextBox & ComboBox Autocomplete

    Can I force the user of my program to strict to the list of autocomplete feature of a textbox and a combobox I want the user to use just the items in the autocomplete list VB2005 I know that and I use it but I want a control like the combo box in microsoft access whe you set that values to be fetched from a table and you use strict to menu the user can type in the text section of the combo but in this control you can't do that ...Show All

  • Windows Forms ClickOnce Install and Registry Changes

    Hi, We're working through the Certified for Vista Logo process and have struck an issue with one of the test cases. I'm referring to test case 15 which calls for a registry compare before and after install. The requirement is that there should be no changes to the registry during a ClickOnce install. We have found (and so has the testing authority) that changes do occur as the tools used (RegDump and RegDiff) show differences. Some changes seem to have to do with operating system stuff and don't relate to the install at all. I suppose those could be explained away. There are however a number of entries that seem to relate to the install. A small example: HKEY_USERS\S-1-5-21-1053833859-2623809191-2711474811-1003\Software\Classes ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. PlayerIndex?

    I need some help and explaining of PlayerIndex and how to use it. this is an example of what I want to do: "for (int i = 0; i < Players.Length; i++) { if (XInputHelper.GamePads[i\].APressed) { GamePad.SetVibration(i, 1.0f, 1.0f); } }" Players is an Array of all the player objects. I want to cycle all my players and start to rumble that specific controller, but I don't know how to easily transform the int i = 0 too PlayerIndex.One (i\ should be only i in brackets but this forum displays a light bulb if i write that) Cheers Alfons Depending on the actual value assigned to the enums, you could just cast to it from int ... so something like: PlayerIndex p = (PlayerIndex)0; //should give you Pla ...Show All

  • Visual Studio Team System How can I get particular files from the source repository?

    My project refers some third-party DLLs. They are used between muptiple other unrelated solutions so I keep them in centralized location in Lib folder. Now, when I am automating the build this folder doesn't get copied from the source repository. Is there any specific commands I have to add Like some target - "get this Lib before compilation", etc. When you created a team build type, one of the (3) files that got created and stored under your Team Build type folder in source control is WorkspaceMappings.xml. This contains the mapping between the TF server's source control path and your local path. Is your third-party lib under the server path in WorkspaceMappings.xml for your build type If no ...Show All

  • Software Development for Windows Vista U3 USB Drives

    Hello Everyone, As the title suggests I'm having issues with my 1gb Verbatim U3 Smart USB key. Vista detects it and installs the drivers correctly. Clicking on the removable storage icon that appears in Computer brings up the following msg: "Please insert a disk into drive H:" All my other USB drives that are non-U3 have no issues. There is a feature when you right click that says 'open as removable storage' but you cannot drag or drop anything into the folder that is opened. Anyone else having issues getting their U3 drives to function correctly Hello Sizro_Spunkmire, This is a technical configuration issue, I would suggest reposting your question in the TechNet Hardware ...Show All

  • SQL Server Semi-additive measures and date filters

    While testing against a very small cube, we've noticed that a query in the BIDS browser that uses a date filter with semi-additive measures (either LastNonEmpty or AverageofChildren) runs very slowly or never returns at all. When the same measures are used with the same date hierarchy as rows, the query response is very fast. Any other dimension can be used in the filter without this issue. The semi-additive measures work correctly in either case. We have the lastest hotfix ( 2153) applied to Enterprise Edition. Our customer browser applications shows the same behaviour as OWC in BIDS. Anyone have any ideas on why this doesn't work See the latest hotfix at http://forums.microsoft.com/MSDN/Show ...Show All

  • Visual Studio Express Editions Rich text editor plz help

    i have a rich text box and a set up like the dialogcs video file but i want to use it to also open .php, .pl and .py files i get this error opening anything other than .rtf i get this error message running outside of v c# and this inside See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentException: File format is not valid. at System.Windows.Forms.RichTextBox.StreamIn(Stream data, Int32 flags) at System.Windows.Forms.RichTextBox.LoadFile(Stream data, RichTextBoxStreamType fileType) at System.Windows.Forms.RichTextBox.LoadFile(String path, RichTextBoxStreamType fileType) at System.Windows.Forms.RichTextBox.LoadFile(Stri ...Show All

  • .NET Development Problem using SqlDataAdapter/Query builder

    I'm having problems accessing my tables' columns using the "Data adapter configuration wizard" in Visual Studio 2003. It is connected to an MS SQL 2005 database. When I add the table I want to use, I get the option to select the '* (all columns)' only, not the individual columns that exist in the table. http://bildr.no/view/9088 http://bildr.no/view/9089 http://bildr.no/view/9090 http://bildr.no/view/9091 As you can see from the last picture, I can access the table and see all the columns through Server Explorer but somehow it doesn't work using the configuration wizard. Can anybody please assist with this Thanks! I found a solution: Tried using Visual Studio 2005 instead, and found that ...Show All

  • Software Development for Windows Vista Work Flow Controls Are missing in VS 2005 after installation of WWF 2.2 Beta EN

    I have installed WWF 2.2 Beta release but when i open my visual studio and trying 2 add new items the activities, workflow entris are missing in my item place. i.e windows workflow item tools are missing in VS 2005. So any body can help me. Thanks in advance At this point you really should not be using Beta 2.2, the RTM version has been released already and there have been many changes since Beta 2.2. Please install the latest version from http://www.netfx3.com/blogs/news_and_announcements/archive/2006/11/06/.NET-Framework-3.0-has-been-released_2100_.aspx and see if you are still having the same problem. ...Show All

©2008 Software Development Network