Software Development Network Logo
  • Game Technologies
  • .NET Development
  • Visual Basic
  • Visual FoxPro
  • Microsoft ISV
  • IE Development
  • VS Team System
  • Visual Studio
  • SQL Server
  • Windows Forms
  • Visual C#
  • SharePoint Products
  • Visual C++
  • Audio and Video
  • Windows Vista

Software Development Network >> Joselillo's Q&A profile

Joselillo

Member List

Konstantinos Polychronis
LouisVanAlphen
Ljan
peng_taoo
DannoCoy
AshleyC-UK
Daniel_Bowen
truepantera
GAtkins
Peppermint
Emadkb
dLloydm
GS80
Barak Ori
av_ster
notaclue
daytonboi
suranga_d
Bruno177
Jeremy Jarrell
Only Title

Joselillo's Q&A profile

  • Visual Basic ComboBox

    Hi all, how are you... can anyone please tell me how can i store value of TextBox(s) and ComboBox(s) in Database and in form1 which command will make values of textboxes selected while pressing tab.. Thank you Hi There is a recent post here that deal with adding data to a database http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1219165&SiteID=1 Take a look at the system.data namespace ... system.data.sqlclient if using sql server and post any specific questions that you may have. Your last line is a little hard to follow ... am I right to presume that when the user presses a tab you want to move focus to a text box within that tab's container If so, take a look at the control.select method. Yo ...Show All

  • SQL Server ERROR AT DATA FLOW TASK

    HI, I HAVE A NEW PROBLEM...HOPE SOMEONE KNOWS WHAT THE $#%#$ IS HAPPENING. HERE IT’S THE THING: I’M USING A DATA FLOW TASK TO READ DATA FROM AN ORACLE SERVER AND  TRANSFER THE INFO TO MY SQL 2005 SERVER, THE SOURCE IS AVAILABLE  AND THE CONNECTION IS WORKING, I'M USING A DATA READER SOURCE TO CONNECT AND EXTRACT.  I’VE PUT THIS DTS IN A JOB AND IT WAS OK, IT HAD BEEN RUNNING OK FOR ALMOST A MONTH BUT SUDDENLY HIS MORNING IT FAILED WITH THE FOLLOWING ERROR: SSIS package "SAZSIE_CargaVentasSeguros (1).dtsx" starting. Information: 0x4004300A at Extrae SAZ_GranoO_New, DTS.Pipeline: Validation phase is beginning. Information: 0x4004300A at Extrae SAZ_GranoO_New, DTS.Pipeline: Validation phase is beginning. Information ...Show All

  • SQL Server SQL Server Express 2005 fails to install

    I am trying to install MS SQL Server Express but the installation always fails. I have copied the summary log below and can provide more details if you require. Web Developer and C# Express install OK. I have been trying to install this for around 2 weeks now with no luck ... I even had the PC formatted and rebuilt but the install still fails. If it installed and worked before, i cannot understand why it doesn't work now. The summary log is provided below: Microsoft SQL Server 2005 9.00.1399.06 ============================== OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600) Time : Thu Jun 22 10:42:08 2006 GLKD2396800 : The current system does not meet recommended hardware requirements for this SQL Ser ...Show All

  • Visual Studio Express Editions Microsoft Visual C# 2005 Express Edition - are you missing an assembly reference?

    Hello everyone, These Errors appear, when i want to compile my Project: Error 1 The type or namespace name 'Net' does not exist in the namespace 'System' (are you missing an assembly reference ) C:\Dokumente und Einstellungen\Daniel\Eigene Dateien\Visual Studio 2005\Projects\TestChat1\TestChat1\10.4_11b.cs 3 14 TestChat1 Error 2 The type or namespace name 'Net' does not exist in the namespace 'System' (are you missing an assembly reference ) C:\Dokumente und Einstellungen\Daniel\Eigene Dateien\Visual Studio 2005\Projects\TestChat1\TestChat1\10.4_11b.cs 4 14 TestChat1 Error 3 The type or namespace name 'ComponentModell' does not exist in the namespace 'System' (are you missing an assembly reference ) C:\Dokumente und Einstel ...Show All

  • Visual C++ Need help getting Windows sockets to work in Visual Studio C++

    So, I'm working on a program that is using the WSA socket library. I've compiled it at my home computer using a command line C++ compiler (MinGW). However, when trying to compile it on a different computer using Visual Studio, I get all kinds of errors. For simplicity's sake, here's a shorter version of the code: #include <Winsock2.h> #include <Winsock.h> #include <windows.h> #include <stdio.h> ... SOCKET socky; WSADATA info; if (WSAStartup(0x0202, &info)) { printf("WSAStartup problem"); } // create the socket socky = socket(PF_INET, SOCK_STREAM, 0); if(socky == INVALID_SOCKET){ printf("Socket call error"); exit(1); ... And here are the errors: socky.obj : error LNK2019: u ...Show All

  • Visual Studio Team System Data Driven Unit Test question

    There has to be an easy way to do this but for some reason I cannot find it. We have 6 different responses that we are expecting back for the data we send. We want to be able to adjust the distribution between the responses so I have seperated the data into 6 different tables and created 6 methods. The problem is that if I use the Data Driven aproach in the samples it runs through all the data in the table every time the test runs. I only want one set of data each time but still want to go through each row before repeating. Is there a way to setup the DataSource/DataAccessMethod to grab only 1 new row each time the test is ran instead of grabbing all the rows Eventually we are going to be using a 32 client load for an 8 hour perio ...Show All

  • SQL Server Report Service 2005 with VS.NET 2003 ASP.NET application

    I am very new to reporting services. Can anyone kindly summarise the ways you can access report services report in a VS.NET 2003 web project I can only find crystal report components Thanks in advance Hi, the easiest way is to create a proxy class for RS. You don’t have to do this on your own, simply create a web reference to Reporting Services. In the background the WSDL from the ReportServer is consumed and a proxy class generated. Now, you can use every SOAP API that Report Server offers for rendering the reports, more on that can be found in the tutorials of the BOL. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • .NET Development How to veto suspend and shutdown request using C#?

    Hi, I am writing a program that absolutely need to veto (cancel) any suspend and shutdown request initiated by user. Is there any way to do this in C# using managed code .NET 2.0 seems to only give PowerModeChangedEvent and doesn't give any option to veto. Before you ask, yes, I am aware that a program should never veto a suspend request, but I really need to. And yes, I am aware that veto is no longer supported in Vista (which is fine as my program is specifically for XP). Thank you very much. SystemEvents.SessionEnding takes care of log-off and shutdown. What about standby/hibernate Seems like PowerModeChangedEvent is not cancellable using managed code Thanks. ...Show All

  • .NET Development c# sending records to webpage using Inet??

    this function should  help me sending records to webpage and waiting for response from it .. the response  from web page write to me number and this number tell me the situation if the records is sent successfully or there is some validation error >>> this is the code for the function   private void Send_Record( string id, string name, string age, string gender, string number, string dob) { string URL = "http://localhost/web/WebForm1.aspx username=123&password=123"; string Result; try { URL = (URL + ("&id=" + (id + ("&name=" + (name + ("&age=" + (age + ("&gender=" + (gender + ("&number=" + (number + ("&dob=" +dob))))))))) ...Show All

  • Visual Studio Express Editions OK...Maybe I didnt make myself clear

    Ok, I cant believe at MSDN forums there is NOBODY who can tell me how to compile and execute an ansi console C++ program which works in borland C++ builder and any other standard c++ compiler!!! Or is VC++ express 2005 incompatible with standard C++ and only a vehicle to push microsoft's bastardization of any coding standard it comes across The code below, which would be written by a first-year college undergraduate fails to link (with heaps of errors about loading CRT libs when surely none should be needed!!) in VC++ 2005 express!!!! #include <iostream> using namespace std; int main(){ cout << "Hello World" << endl; return 0; } A supposedly cutting edge IDE should compile a simple, basic, easy, trivial, m ...Show All

  • Visual Studio Team System Adding a Timer or Stop Watch in Visual Studio

    Hi, What are my options for creating a Timer integrated with Visual Studio Thank you, Swatantra Hi Carlos, I am trying to keep track of how much time a person spent in completing a task in Visual Studio. He will use a stopwatch for the purpose. One option that I am considering is to add a control to a TSFS form such as Work Item. I was wondering if I should go ahead and write an addin or there is an exisiting control that acts like a timer. Thank you, Swatantra ...Show All

  • Visual Studio Team System VSTS tester question

    Hi, Many of our customers ask me about the next VSTS version. So, my question is what should we expect to see in the next version of VSTS for tester Thanks Guy, At the moment we haven't publicly released the features which will be included in the beta. Once the features have been announced I'm sure they'll be posted here on the forums. --Mike ...Show All

  • Visual Studio Express Editions Getting started...

    Ok, I got everything installed and stuff, but the awesome instructions don't tell me what exe opens the actual program... What directory has the exe in it that I need to open in order to start Normally, you should be able to run it from the start menu (Start->All Programs->Visual C++ 2005 Express Edition->Microsoft Visual C++ 2005 Express Edition). This would be better than starting the exe, since there might be command line parameters that you don't know about. If you really need to run it by executing the exe, it's here: "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\VCExpress.exe" ...Show All

  • Visual Studio Local Report - Adding Datasources Programmatically

    Using the LocalReport object you can add a datasource: LocalReport.DataSources.Add("myDataTable") I'd like to add DataSources to my report this way at runtime.  This is so my business objects can run out the the database, grab data, scrub it, and then pass the dataset to the Local Report. I can see how to add the datasource, what I don't understand is how to reference the datasource in my report.  Take a textbox, the value property is usually set this way: =Fields!myDataField I don't know how to bind data this way out of dynamically added datasources (datatables).  I tried: =Datasources(0)!Fields!myDataField That doesn't work - I thought maybe datasources was an indexed collection but apparently not ...Show All

  • SQL Server linked reports RS 2005

    Hi, I have a report in one folder in Report Manager. Let's call that the 'base' report. I've created a linked report with that 'base' report to another folder. When I go into Visual Studio BIDS, change the report and deploy it to Report Manager, only the base report changes. The linked report does not change. Is this by design I thought linking reports gave you the ability to have a base report and numerous other linked reports, all of which would also change if you changed and redeployed the base report. Is that not the case Thanks. What do you mean by "doesn't change" A linked report is essentially a shortcut to another report. Could it be that the linked report in your case is configured f ...Show All

©2008 Software Development Network