Telmo Moreira's Q&A profile
Windows Search Technologies Feature request: word wrap
E-mails in plain text (ASCII) are not shown "word wrapped". Long lines of text run off the righthandside of the screen; you'll have to scroll to read the text. Please display them word wrapped. (This is also an issue in the new WDS Enterprise 2.6.5 beta release) Robert now, is any telling in what they will do for this feature. asci is standard protocal for many computers and bears a straight ...Show All
SQL Server New to this area
Hi, I want to develop a application with following features: 1. Develop a windows application in c#. 2. Create different reports using reporting services. 3. Refer reporting services in windows application and show it in Report Viewer. 4. And when ever user creates his own reports, needs be shown in the report viewer by giving browse report option. Can we achive the above all functionalities If yes, please tell me the steps. ...Show All
SQL Server Get last record in a SQL database
Don't know if this is the right SQL section, but... using VBE, how do you SQL for the last record in the database Thanks. What does "last" mean A table is an unordered set of rows, so you need to indicate to SQL Server what you mean by "last"... wrote in message news:c6e41dc5-463e-4bfd-b88c-99ebbc38e746@discussions.microsoft.com... > Don't know if this is the right SQL section, but... using VBE, h ...Show All
Windows Forms Expanding a ListItemCollection
How can I resize an existing ListItemCollection I have a listview that I wan't to populate using ListItemCollection.Insert(). I am using Insert the Instead method of the Add method because I wan't to control where the item is inserted. I get an exception when I try to add an item at an index that is beyond the size of the ListItemCollection. How can I expand the ListItemCollection before I call Insert I am missing a Resize method. Do y ...Show All
Visual Studio Team System WebTest recording stops recording when showModalDialog are used
I have a situation when there is new dialog window form opened in my page, but whenever this happens web test recorder stops registering requested url's How do i solve this problem. For example in page code i copied below we can see that by clicking on button named "..." ( value="..." onclick="OpenModalDialog ) modalDialog is opened. Is there any way to record my activity within this modalDialog I figured out that maybe i could ju ...Show All
SQL Server Copy Reporting services Reports from Beta to production
Hi, I was wondering what the best practice was for duplicating a reporting services setup. I have a source test SQL Server 05 running the June CTP with a few reports. I setup a production box with SQL 2005 Standard with Reporting services. How do I copy the reports, settings, etc to production. Thanks for any advice. Asim. I have a post on this on my blog that should address this issue - http://blogs.m ...Show All
Windows Forms Accessing all forms
Hi, I am new to Windows forms development. How do i access all open/active/non-active forms within my current aplplication is there a pointer to those items or do i have to maintain it myself Thanks, Udi If you are not using MDI&nbs ...Show All
Visual C# how can i get a substring in a string and then change its color?
for example if I type /* in the textfield all preceding characters should change to color green and when I type */ the change should stop. You have two options. 1 - use a rich text box, and parse the text so that you change the color 2- write your own control derived from the textbox to do this. ...Show All
Windows Forms onlky refreshing and not adding rows using Fill()
Hi, I need to refresh my dataset after a certain period and I am using DataAdapter.Fill method myCommand = new SqlCommand(ReferenceClass.MarketExposureSPName(), myAccessConn ); myCommand.CommandType = CommandType.StoredProcedure; myCommand.CommandText = ReferenceClass.MarketExposureSPName(); myCommand.Parameters.Add(ReferenceClass.MarketExposureSPLimitParamName(),iMarketExposure); myAdapter.SelectCommand = myCommand ; but ...Show All
Visual Studio Team System Error on validating viewstate of MAC
http://www.avansoft.net/~levalencia/4.gif Please take a look at the picture, When I recorded the test it didnt have that error, but when I ran it I got that error many times, This is typically a problem with recording. Does your recording end up with one of the view states hardcoded instead of being replaced with the Hidden field context parameter. Check out Josh's paper for information on how to debug these problems: ht ...Show All
.NET Development Compressing multiple files in .Net (like Zip files in Java)?
Coming from Java (and yes .Net is better :-)) I am used to an api that makes it really easy to generate a zip file consisting of multiple files. I have tried to look for something similar in .Net but I havent been able to find anything. I assume that CAB files are a .Net preference which is OK since the format used is of minor importance. Can you point me in the right direction Thanks in advance /Soren Take ...Show All
Visual Basic Writing Custome data type to file
Hello everybody I want ot know that how can i write my own custome data types into a file using System.IO of .net How can we open a file for random access using System.IO Thnaks Dim fs As New FileStream ( Path , FileMode . OpenOrCreate , FileAccess . ReadWrite , FileShare . None , BufferSize , FileOptions . RandomAccess ) ...Show All
SQL Server How to browse a cube using a web browser
Hi, I would like to know how to browse a cube using a web browser. So far, my company is using excel to browse the processed cubes but they want to extend the access to other departements and therefore accessing and browsing cubes using a web browser would be more appropriate. I thought using Reporting Services. Unfortunately I don't know the steps to follow. Thanks. Yes, you can use Reporting Services. I would start by checking o ...Show All
Smart Device Development HTTP & SMS
Hello all, hope you're doing fine, i would like to send and receive files using HTTP protocol and send/recieve SMS in VC#. If anyone can help, Thanks in advance for sms with vc# read the article at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/sms_apps2.asp ...Show All
Windows Forms Disable the drill down feature in the datagrid
Dear all, I would like to know whether I can disable the "Plus" or "Minus" button in the master-detail relationship in the datagrid i.e. I have add a relation between master and detail, and when I am displaying the master table records, the&nb ...Show All
