Upsetian's Q&A profile
Visual Studio Can I disable paging on an RDL report?
I have a user requirement to display thousands of records as a full dashboard on the same page ( no paging). Is this do-able with an RDL report If yes, how Using the property browser, set InteractiveHeight and InteractiveWidth properties of Report object to 0. ...Show All
Visual FoxPro like command
hi again,i have the below simple line of sql code local temp temp=thisform.TextBox1.Value SELECT costomer from customertable; WHERE costomer_description LIKE temp the command works perfectly and i get the results in a new vfp window. is there a way to change the command in such a way so that i get the recno of the result.the reason is because there is already a grid on the form and i guess that if i had the recno from the select command i could ...Show All
Visual C++ _vfptr is zero in class with virtuals - isn't this wrong??
I'm using VC8 on XP Pro SP2. My application uses MFC and STL. I have a class with virtual members that inherits from another class with virtual members. I can call the virtual members from within the class's ctor (sometimes ) and I can call the non-virtual members, but when I try to call a virtual member I get an access violation. I see that the the _vfptr member is zero. Isn't that wrong It seems to me that this is my problem, but I don't know ...Show All
Visual Studio Shadow Folder Problem
i have a problem with shadow folders. i use source safe to develop a asp.net web site in a team. i want the website to be shadow copied to inetpub to be live just in time when somebody checks in a file in visual studio. but when checking in a file in visual studio the shadow folder file is not updated iis and source safe are installed on the same machine, so i think that the impersonation is not the matter. when i open source safe a ...Show All
Visual Studio Express Editions Solution Questions
I have a database that I need to design a GUI and a few database entry functions. I am wondering if VB is the correct rout to go. I am using Access Database for the database, though looking at using SQL Server Express. The GUI will consist of a MDI form with several forms. The main form is a form with a tab container in it. The information shown on that form will come from several tables in the database, but o ...Show All
Visual Studio Team System Where is the Storyboard ppt template?
On the process guidance site for Agile development under Roles->Business Analyst -> Create a Scenario there is a link for a Storyboard ppt. However, this powerpoint template is not available anywhere that I can find (It isn't in any of the documents list that were created by my new team project). Is this available anywhere Thanks, Bob Willer Hello Bob, I've forwarded your question to the folks in ...Show All
Visual Studio AddNamedCommand2 bitmaps
Hi, In the documentation for AddNamedCommand2 It says that if we want to provide our own icon on the button, we should use a bitmap; however we cannot create a transparant bitmap. Is there a way to work around this Thanx, Ariel To create transparency in a bitmap, simply make the transparent part have the RGB value 0, 254, 0. Craig ...Show All
Windows Forms TCPListener Problem
Hi, I have made a TCP Listener /TCPClient Program It is working fine as it should be.. But my problem is that I have only one computer available to test it and When i try to open another instance of my application in same computer it ...Show All
Visual Studio Express Editions Visual C# 2005 Express Edition large download size 480 MB for 56k modem
Can I order CDs from Microsoft to install these Express Editions for a nominal fee ($ 10.00) I can't find this on the web site asp.net. Is there an issue with using the bootstrapper to install Visual C# Express If so, we want to hear about it. With the minimum options installed, you can get up and running with C# Express by only downloading 50MBs. To answer the question on why we didn't offer Express CDs, the reason is because of ...Show All
Software Development for Windows Vista Why this exception been thrown?
When I raising a workflow's event, it throw this exception: System.Workflow.Activities.EventDeliveryFailedException:Event"ClinicWorkflowRegistrationDistributed"oninterfacetype"Tosoft.HAP.Service.Workflow.IClinicWWFDataExchangeService"forinstanceid"fc862a48-f935-4d5f-9d9d-6520f11c8a24"cannotbedelivered.--->System.InvalidOperationException:Queue'MessageProperties InterfaceType:Tosoft.HAP.Service.Workflow.IClinic ...Show All
Windows Forms Control Array sorta. How can I do this in .Net.
For i = 0 to 3 Me.Control & i &.Text = i Next i Obviously this example wont work, but how can I duplicate the logic. I have two rows of labels that are named similar to this below and I want to populate them by& ...Show All
SQL Server Custom Code in Web Report Builder
Hi, I created and deployed a simple custom 'toy' method to test custom code in a Report Server implementation I'm doing. It works just fine in the VS.NET 2005 Report Designer, but it does not seem possible to call it from the Web Report Builder. This would make ad-hoc reporting so much easier in non-trivial cases for our users - is it possible to use custom code in the Web Report Builder If so, what's the syntax I tried M ...Show All
SQL Server Sql Server Reporting Services 2005 and Sql Server 2000
Can anyone tell me if SSRS2005 functionality will work on an existing Sql Server 2000 database or will we have to upgrade to Sql Server 2005. ...Show All
Visual Studio ReportViewer Works in Dev, Crashes in Prod
How does the precompiling the rdlcs work in asp.net 2.0 The reports all work in dev env when we do a 'copy site to remote'. They don't work when deployed in a precompiled mode.. What am I missing The reportviewer redist has been run on the target box Here are the the exception that was thrown.. Any thoughts I see one line in the rdlcs when they are deployed 'This is a marker file generated by the precompilation tool ...Show All
Microsoft ISV Community Center Forums copying links from specific cells in a worksheet to specific cells in another worksheet
Would greatly appreciate any help with the following code - am having difficulty assigning the first inputbox range to a variable and making the code work. I have labelled the lines with the problems. thanks. Sub CopyPasteLink() Dim i As Integer Dim CopyCells As Range 'the cells into which links will be copied Dim TargetCells As Range 'the cells that copycells will be linked to Dim CopyAddress As Variant 'the address of the copycells Dim T ...Show All
