enric vives's Q&A profile
SQL Server Files not creating on Win2003
I have created a package which extracts data from a table and creates several files. This works fine on my PC (WinXP SP2), but when i deploy it to the server it doesn't work. I have also tried to create the package from scratch on the server as the administrator and it still has the same problem. Anyone have any ideas Sorry Michael, "it doesn't work" means that the files are not being created but the rest of it executes successfully. I'm not sure how to enable SSIS logging. Can you please point me to where i can find out how Thanks ...Show All
Visual Studio Express Editions Display FileTitle "VBExpress"
Hi How can i get FileTitle with OpenFileDialog Control Example: If i have opened text file "C:\Text1.txt" That must display only Text1.txt. Thanks if what you are saying is when you open a file in c:\ dir\dir\dir\file.txt you want the title for the app to be file.txt not c:\ dir\dir\dir\file.txt: Dim filepath As New String = OpenFileDialog1.FileName If filepath.contains ( "/" ) then me .text = filepath.substring(filepath.lastindexof( "/" )+1) ElseIf filepath.contains ( "\" ) then me .text = filepath.substring(filepath.lastindexof( "\" )+1) EndIf I am so proud of being able to answer all these questions at the age of 12 ...Show All
Windows Forms RichTextbox bold
hey, I am having trubble amkign the text in the richtextbox bold..I used this code: thisrichtextbox.SelectionFont.Bold = true ; but it gives me this error: Property or indexer 'System.Drawing.Font.Bold' cannot be assigned to -- it is read only Thanks:) ok...well I got an error: The best overloaded method match for 'System.Drawing.Font.Font(System.Drawing.FontFamily, float, System.Drawing.FontStyle)' has some invalid arguments thisrichtextbox.SelectionFont = new Font (thisrichtextbox.Font, this .Font.Size, FontStyle .Bold); Thanks :) ...Show All
Visual C++ How to convert the DEC to HEX type??
Hi ~~~ I have a problem. I can't convert the dec to hex Example int qq = 100; how to convert to hex (Not : 0x100) I want to convert the "qq" . Or how to convert the string "100" to "64" (dec type convert to hex type) Thanks for your help!!! Hi!! Thanks your answer... But I don't understand that strtol("100",NULL,10); ←it means what and ltoa(i,buffer,16); ←it means what Because I can't find them from MSDN Library....... And I'm sorry....I made something wrong!! I set qq is String like this (String^ qq) and qq = "123456", the "123456" is catch from other's some segment...so it's not has the range or mayb ...Show All
.NET Development Unique name for the validation report
Hi, I have developed a tool for generating a validation report. The tool reads off huge volume of data and checks for invalid data(records). Any invalid record found is spitted out into a report. Right now, the tool is designed in such a way that each time the tool is run, the same report (say validation_report.txt) gets overwritten with a different set of invalid records. My question is: How can I create a report with a unique file name everytime the tool is run..(like validation_report_1.txt, validation_report_2.txt..etc) I was looking at threads as an option..where each thread would generate a different report. Would that make it too complicated is there a simpler way of doing it Thanks ...Show All
Architecture CRM products
Hi This with regards to comparing CRM products with another standard non-microsoft products. If we were to compare Microsoft CRM Dynamics 3.0 with any other non-microsoft CRM products then what would be technical evaluation Mkft supports Sales, marketing, etc in their CRM but less with reports and integrity with exisiting system, or workflows. thanks Paresh. Oddly enough, my company builds CRM software that competes with MS CRM in the US, but we also sell MS CRM outside the US (it's a long story). I would look at the functionality you need ahead of any specific technology approaches. Buy the product that has the macro-functionality you need -- account management, forcasting, market ...Show All
.NET Development We've totally stuck, please help!!
Hi everyone, Primary platform is full 64-bit both OS and RBDMS along with .Net Framework 2.0 We've totally stuck with this. We've got a .Net service running on Windows 2003 64 bit which has been compiled as x64 in project options. Everything is fine, service is installed, logged and finally started but the issue comes when you're going to Task Manager, and jesus christ, appears as "namexe.exe" instead of "nameexe.exe" *32 Is it running as 64 or 32 I understand when you set AnyCPU if destination CPU run as 64-bit mode it'll be a 64-bit executable and when you set x86 as 32-bit. Why Could you please so kind to provide me any clari ...Show All
Visual Studio Possible or not? -- adding info to pdf file then show it on a report.
I need to show pdf files on reportview, and I want to add some info like "Date Printed" on somewhere of the report. Is it possible to do that Thanks in advacne. Long I knowthe second half of your question. You can use =Globals!ExecutionTime.ToShortDateString in page header or footer to show printed date. ExcutionTime has many formats and you use the design's intellisence to get what you want ot use. ...Show All
Visual Studio Team System TFS Problem regarding SharePoint
Hello Have set up Team Foundation server successfully and have created and deleted several Team Projects. Everything seems to work just fine. But this error just started showing up "Unable to connect to database. Check database connection information and make sure the database server is running. For tips on troubleshooting this error, search for article 823287 in the Microsoft Knowledge Base at http://support.microsoft.com ." Have been through the KB article and severel forum posts out there, but nothing seems to add up. SQL Server is running as I can access Reporting af Work Items just fine. IIS don't seem to be the problem either, so everything points at SharePoint. Not sure exactly when it started, but it might ...Show All
Visual C++ lnk1181 and lnk4076....what am i doing wrong?
hello everyone, im very new to the c++ language and have been working on visual c++ 2005 for the past few weeks. i transferred a whole bunch of code from visual 6 to vc++ 2005 and as expected got a whole lot of warnings and errors. for the past few days i have been stuck due to the following two messages: LINK : warning LNK4076: invalid incremental status file 'exe/ECG_Monitor_Patient.ilk'; linking nonincrementally LINK : fatal error LNK1181: cannot open input file '..\lib\bt_comserver.lib' for the first message, i went into the linker settings and changed the ENABLE INCREMENTAL LINKING field to NO and then I got the LNK4075 warning. I have no clue as to how to deal with the second message. I AM A NEWBIE. PLEASE HELP. ...Show All
Visual Studio Team System TFS Templates with Reports and Sharepoint QuickLaunch Links
Hi, I have a TFS Template which creates a wss site. The site is basically a copy of the MSFAgile template. I'd like to know how to change the links that appear under the Report heading in the Quick Launch part. eg: Report Priority Project velocity .... Any help would be most appreciated. Thanks Ben. The simplest way I have found to modify the SharePoint template is to open it up using Frontpage and editing the links. Then do as the previous post mentioned save it as a separate template and include a reference to the new SharePoint template in the process template. ______________________________ Sarah Cameron - Incycle Software ...Show All
Visual Studio Team System Work Item Add/Updates Not In Reports
Whenever a new Bug or Task is entered and/or updated the change is never reflected in the reporting. It doesn’t seem to matter if I enter the bug/task from within MS Project/Excel or from within Team Suite itself; the new B ug/Task is not viewable when I run the reports in the team portal. The same things happens when I resolve/close and issue. Is there a common issue surrounding this; if not could you point me in the right direction I resolved the issue. For anyone new to the Team System and having a similar issue please refer to the following post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=453581&SiteID=1 ...Show All
Gadgets Environment Variables and Image Calls.
Hello, I am trying to Improve a Gadget which forces users to log in to there Administrator accounts to use Backgrounds simply because it was named "Administrator" at the Path. At first I tried using PHP like calls. But didn't work, So I resorted to looking at how the calls are made. I've added this. <!-- //////////////////////////////////////////////////////////////////////////////// //Find Which User is Using the Gadget and SET the Variable - Steven {augrunt} //////////////////////////////////////////////////////////////////////////////// --> <script> userProf = System.Environment.getEnvironmentVariable("USERPROFILE"); userPath = userProf + " \\AppData\\Roaming\\Microsoft\\Windows Photo Galle ...Show All
Visual Basic How do you Send email?
How do you send email in Visual Basic I don't want to use outlook, but instead be able to send email from an existing email to another existing email. for example.. how would I send email from " hellohello.com " to " hihi@hihi.com " please dont duplicate post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=782853&SiteID=1 ...Show All
Software Development for Windows Vista How can I backup my Usernames and Password from IE6?
Firefox has key3.db and signons.txt files were Usernames and Password are and you can copy them and save as backup. Question is: where can a I find similar files created by EI6 and backup them Francisco, Please note that this forum is specialized for developers seeking to make their applications compatible with Windows Vista. For a timely response, you should try searching/posting in the general forum for IE6. For example, see the link below which may answer your question. http://www.microsoft.com/windows/ie/dgbrowser/en-us/default.mspx query=backup+settings&dg=microsoft.public.windows.inetexplorer.ie6.browser&cat=en-us-ie-60&lang=en&cr=US&pt=ab755184-7dc8-4 ...Show All
