RLyda's Q&A profile
Visual FoxPro object execel, word with vfoxpro
where I can find a manual of extrinsicos objects of excel and Word (.add, font.value, .HorizontalAlignment, .Font.size , etc, etc )to be used from Vfoxpro urgent. how set a cell in excel to numeric format grazie There is also a good article in UT Magazine: http://www.utmag.com/September2002/Page45.asp Here's the Excel Object Model: http://msdn.microsoft.com/library/default.asp url=/library/en-us/modcore/html/deovrmicrosoftexcel2000.asp And Word DOM: http://msdn.microsoft.com/library/default.asp url=/library/en-us/modcore/html/deovrMicrosoftWord2000.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/odeomg/html/de ...Show All
Visual Basic quicksort not that quick
hi, i am trying to sort a long list of strings (100,000+) in order to identify unique values in the list. So, i've basically tried Array.Sort, which is nice (but i'm not sure which sorting algorithm it uses) but seems to be rather slow, so i tried implementing my own Quicksort (from the msdn library) but that also seems to take 10mins+ (i gave up at this point) for a list of 131,000 strings. I've tried sorting the list in Textpad - which takes seconds, and even doing the same in excel (granted for half the list) takes seconds, so i'm wondering: a) what algorithm is textpad or excel using b) surely there's a better way than the quicksort alth ...Show All
Visual Studio Tools for Office How can I map the fields of infopath form to a webservice?
Hello Friends, I have created a form in Microsoft office Infopath . I want to attach a webservice with this form. So how can I map the fields of Infopath form to the webservice Input fields and how can I see the response of webservice Pls tell me what could be the soloution for this Thanks and regards. Ram Krishna Tripathi ramkrishnatripathi@gmail.com Hi Ram Krishna Tripathi, It is helpful to remember that this forum is mainly for issues that directly pertain to the Visual Studio Tools for Office tools per se. So you will be best served by posing this question on the InfoPath Newsgroup. Here's the link ...Show All
Visual FoxPro Can't write to new tables.
Hey, I was given the task of updating a project in .NET and foxpro. I opened up the foxpro database and added a couple tables. I can write to them from the command line, but I can't insert or update records through the oledb. The users have write access, and can write to any of the old tables, but not the new ones. I am doing this in VFP 6.0. I don't know what the version to make the originals was. What am I missing To be able to insert data naturally you need write access. Why don't you show your .Net code. Maybe when saying .Net you're talking about asp.net and didn't give aspnet account write ac ...Show All
SQL Server SSIS Error Handling Issues
I'm currently rewriting a package that was developed in SQL 2000 DTS to SSIS SQL 2005. When I right click on my DTS package and I go to the Logging tab at the bottom there is an "Error Handling" section. I have the path to the text file where I want the errors saved off. I also have a check in "Fail Package on First Error". My question is how can I do this in SSIS I can't find any way to do this. Thank You for any help Jerry If you want to log errors then configure a log provider via the SSIS menu on the menubar. BOL can help you out here. -Jamie ...Show All
SQL Server Problem connecting to SSAS
I have installed the September CTP and am having problems connecting to Analysis Services. The error message I'm getting is "No connection could be made because the target machine actively refused it (System)". The log-in is set identically to what's set in Reporting Services, SQL Server 2005, etc. Has anybody else come across this error I have exactly the same problem and can't find what the problem it. I can't connect using SQL Server Management Studio at all. I tried turning off my virus scan and firewalls but nothing helped. ...Show All
Visual Studio Express Editions How to add ///<summay> in vb2005 express edition .dll project
Hello friends I want to know how to add ///<summay> (which we use in c#) in vb2005 express .dll project. I find this feature of c# very friendly as i can show user the info text while he/she is using my class in his/her project can any one tell me.. thanks regard AVD thanks...but it is giving folloing error/warning Warning 1 :XML comment block cannot be associated with any language element that supports the application of XML documentation comments. XML comment will be ignored. AVD ...Show All
Windows Forms raise an event from other process
proga.exe & progb.exe is running, is it possible to throw an event from progb.exe to proga.exe for example, if the user clicks a button in progb.exe, i want to pop up a messagebox in proga.exe. not any slower than a web service call, sometimes faster. Its beena while, and the documentation is fairly poor. Anyone have anyother easy fixes ...Show All
Visual Basic Storing Drag and drop items
Hello All. I have a "Consultation" form in my VB.NET application. It is meant to catch a history of consultation with a client regarding a project application that they made. When a client files an issue with the company they may include emails, excel documents, pdf's and even (in the future) items for systems not yet written, and so forth. The consultation system goes like this: A Customer/client is a member of an organisation. The client makes the application for funding on behalf of the organisation. If there are any issues like, for example, the application is not filled correctly or completely, or the payments for funding fell down a bl ...Show All
SQL Server Installation of SQL server 2005 Developer Edition Sep CTP
Hi, I am trying to install SQL server 2005 Sep CTP on my laptop... I have installed VS.net 2005 beta 2, my OS is XP Pro SP2. It always get hanged at "Detecting Installed IIS". Please help... thanks Sorry for not able to reply before... yes... that norton security center created the problem... i did the same thing and it is working fine now... thanks for you reply... ...Show All
Visual Studio Team System Error 28940.TFServerStatusValidator: Calling the Team Foundation Server ServerStatus Web service failed with 503 HTTP
>>>> Error 28940.TFServerStatusValidator: Calling the Team Foundation Server ServerStatus Web service failed with 503 HTTP ServiceUnavailable status. Verify that Internet Information Services, Windows SharePoint Services, and ASP.NET are configured correctly and that ASP. NET v2.0 Web Service Extensions are allowed . For more information on troubleshooting this error, see the Microsoft Help and Support Center. <<<< I tried to install team foundation server on a clean machine and from the book, but ( still) no luck to get it working. Now i get on this RC version a error 28940 with a http 503 error. I don't hav ...Show All
Visual Studio Crystal Reports Problem
I have been working with VS2005 Crystal Reports for a while now with no problems. Now, suddenly i can't open any of my reports in design mode, VS comes up with an error message: "Crystal Reports ActiveX Designer: Failed to open document." and "Microsoft Visual Studio: Failed to create the Crystal Query Engine." Need help to resolve this urgently, deliverable time is soon . . . Thanks. Any ideas on this problem I have just recently started seeing the same issue. I was working on a project ...Show All
Visual Studio Add-In Wizard problem in VS 2005 Beta 2
Hi, I'm trying to build an Add-in with the VS 2005 Beta 2 wizard. After completing the wizard and pressing F5, I can see the Add-in in the "Tools - Add-in Manager". The Add-in itself, however, is not shown in the Tools menu. While running in Debug mode, the line : Command command = commands.AddNamedCommand2(addInInstance, "MyAddin4" , "MyAddin4" , "Executes the command for MyAddin4" , true , 59, ref contextGUIDS, ( int ) vsCommandStatus .vsCommandStatusSupported+( int ) vsCommandStatus .vsCommandStatusEnabled, ( int ) vsCommandStyle .vsCommandStylePictAndText, vsCommandControlType .vsCommandControlTypeButton); wh ...Show All
Visual Studio VS.net2005 & VS.net2003 unknown error
Im having this huge problem, I had VS.net2003 installed befour and it worked fine, but then I re installed my windows and then it gave me a "unknown error" att installation but it continued to install anyway, at the end of the installation it said that 0 errors occured. but then when I tried to start it it gave me first a Document explorer "unknown error" then a visual studio enviroment "unknown error" no ID or anything. so I re installed my system, updated to all the latest updates. installed VS.net2005 and then it worked!, but now a couple of weeks later (I havent done anything to my system) it gives me the same error again! please help. ...Show All
Windows Forms multitasking
I have get 2 questions ...about multitasking 1)is there any way to get a picture of a window content while it's minimized (i.e. :lets say I want to write to a file what's going on my anti-virus window while it's minimized) 2)is it possible to give a window inputs(from mouse or keyboards) from my application while the real user is using a ...Show All
