Ravi Kumar Patel's Q&A profile
SQL Server Command line action still not supported after installing sp1
Why is the command line action still not supported after installing SP1 in the SQL Server Business Intelligence Development Studio What command line functionality you are looking for from BI Dev Studio Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Visual Basic New to VB6
I have just been given an unused copy of VB6 Stuido 6.0 Enterprise to use at work. I am to try an learn how to use this software. So far I have been able to develop a few forms and things. Now I want to see if I can create a menu and see if I can run my forms from here. Can anybody explain or show me where I can get some information on the Menu Editor. When I try to load and show a form - ControlView I use load frmcontro ...Show All
Visual Basic Combo box keyup event
Anyone can help me, on my form i used combox control for selctionChangeCommitted the action is fine but i want to use keyup event that will search for an existing datatable bind to : first on form load i used the a method to bind the datatable to combobox when i select using dropdown that is okey but i want to use while typing automatically bind with the control. Hi, Correct me if I'm answering the wrong questi ...Show All
Visual Studio Will Reporting Services in VS 2005 work with SS 2000?
I am getting ready to order VS 2005. I am just wondering if I also have to have SQL Server 2005 in order to make use of the new Reporting Services functionality in VS 2005. I do not need Reporting Services for web type report development. I only need a good replacement for Crystal. I already have SQL Server 2000 (developer edition). One of the main things I want to use VS 2005 for is to create Reporting Services reports. However, I would li ...Show All
Microsoft ISV Community Center Forums Help with using Outlook from Access
I am openning Outlook by calling createobject, which I expected to open a new instance of the application. However it appears to use the one open on my desktop. This means that my quit statement closes my e-mail. How should I amend the below to leave my original e-mail session open Also I will be replacing the debug.print statement with code to work with the attachment to copy data into my database. I am intending to save the file to a tempor ...Show All
Windows Forms How to prevent selected row go down when pressing enter in datagridview?
I have a datagridview set to FullRowSelect as its selection type. I find that when I press Enter, the selected row move to the next row, how can I prevent this Please note that datagrid don't have this problem. Thanks There is no out-of-the-box way to do this. One solution is to inherit from the DataGridView, and override DataGridView::ProcessDialogKey and DataGridView::ProcessDataGridViewKey. In these methods you can ...Show All
Visual C# How to determine file reading progress
I am using streamreader to read lines of text from a file. I would like to indicate on a progress bar the status of the reading process. What would be the best way to determine where I am within the file so that I could divide this number by the filename.Length member to display in my statusBar I'm having trouble finding the right method for indicating where the file pointer is... You can try checking your ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Manually Drawing a D3D Mesh
I'm having some trouble trying to render straight from the resources of the D3D Mesh object...for example [code] ' myMesh is an instance of Direct3D.Mesh using the Direct3D.Mesh.Sphere ' for creating and initializing the mesh ' d3ddev is a valid instance of a direct3d device ' vertex stride size is the size of the vertex, its a positioned normal 'textured vertex type. ' the world translation has already been setup, lighting is good too. ...Show All
SQL Server Computer Memmory Resources consumed after generate MAAS Cubes (SQL 2000)
Dear All, I have created some cubes with Analysis services (sql server 2000 Personal edition) After processed the cubes if I restart the computer seems like the memory resources are being consumed by the msmdsrv.exe and the msmdvldm.exe, it takes about 30 minutes to the system becomes available; I would like to know how if theres a way to configure my OS and the MASA sides to have better response. SQLSERVER 2000 Personal E ...Show All
Smart Device Development Hide File
hi, could any body tell me please how to set the hidden property of a file to true using c# thanks If you mean file attributes including "Hidden", please look into FileInfo class. ...Show All
Visual Studio Express Editions invalid object
I am trying to write to a database table using native configuration. I have already checked my connection string, I believe I am connecting. However, I get the "table3 is invalid object " error. I checked the spelling and case of my objects. These objects exist. Why do I get this error ok, here's the relevant code: SqlConnection conn = new SqlConnection("Data Source=norby11\\SQLEXPRESS;Integrated Security=SSPI;Connect Timeou ...Show All
SQL Server SQL Server Express Manager Installation Hangs
When i will try to install SQL Server Express Manager in W2K SP4, its fail with error in Event Viewer: Product: Microsoft SQL Server 2005 Express Manager CTP Preview -- Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action CA_GetDotNetFramework2, entry: GetDotNetFramework2, library: C:\DOCUME~1\ADMINI~1\CONFI ...Show All
Visual C# Disable close box in Title Bar ?
have disable the close box in the the title bar, PInvoking the folowing EnableMenuItem ( GetSystemMenu ( this . Handle , false ), SC_CLOSE , MF_GRAYED ); where SC_CLOSE =0xF060 and MF_GRAYED = 0x1 BUT if I minimized the app and restore app will enable it again. Is there any other way to disable it using PInvoke. My app is C# applicaiton. any idea............. thanks in advance H ...Show All
Visual Studio 2008 (Pre-release) Dynamically adding controls to a Grid at a specific Row/Column position - Possible?
Hi I am working on a small Avalon sample application, I have a 9x9 Grid control with each cell containing a TextBox control. Ideally, rather than having 81 TextBox statements in my XAML markup I would like to write a little code on the Window.Loaded event to generate the controls and add them to the Grid dynamically. This initially seems to be no problem and all controls get created and added to the Children collection of the Grid. However, bec ...Show All
Windows Forms event on scaning barcode
hi , i am using vb.net 2003 and i want to scan barcodes with the scaner i want if the scaner completes the scaning doesn't matter what the length is the next textbox is focused i tried it on different events but could not find the&nbs ...Show All
