Search results for query: *

  • Users: Aarvee
  • Content: Threads
  • Order by date
  1. A

    Inserting a column in DataTable at a specified ordinal position

    Hi ! I have put this query in WinForm Grids since the data table is being bound to the DataGrid. Generally when I design the databases, the calculated columns are omitted since they can be computed at run time instead of being stored. Hence when we retrieve the data from the database table...
  2. A

    Capturing Line Nos in Try Catch Exception

    We have written a routine to capture all relevant information of errors comingn in the Try Catch Exception Block for later viewing and debugging. However one item we are not able to capture is the line number. Does anyone know how to capture this so that we can precisely state in which line...
  3. A

    Print Preview in Excel - Page Setup Problem

    In my application I use the output of my report to Excel and printing through the same. As part of the reporting I show a print preview. I have reproduced the code below. The problem is that I am unable to use the scaling option( in Excel) in Page setup through which by setting the report to...
  4. A

    SQL Server Connectivity

    Our application details are as follows : Windows Server 2000 Clients - Windows 2000 SQL Server 2000 istalled on the server DotNet Framework 1.1 Application on VB.Net We have been able to connect and run our application from the clients on to the server. When we went for deployment in our...
  5. A

    VB.Net 2003 + SQL Server 2000 Application on Thin Client

    I need some help on this. My Client would like to have a Linux Server with a Terminal Server for working on Windows. He would like to use Thin Clients instead of normal desktops. My query is : I have developed an application on VB.Net with SQL Server 2000 which will run on a Windows...
  6. A

    Problem with the WinForm Designer

    Hi !I was running my VB.Net very comfortably without any difficulty and doing all the activities.Today I uninstalled some of the evaluation software I had installed since they had expired.Now when I load VB.Net while it loads the project and shows the code in text form, when I try and open the...
  7. A

    Public variables not visible in DLL

    Hi ! I need some help in the above subject.I have a Winforms application in which there is a Module which declares some variables as Public. In any of the forms in the project, I am able to access these variables without specifically passing the same to the form. Also in any of the functions...
  8. A

    Testing Tools

    Hi ! Having suggested the creation of this forum, I thought I will also put in the first message. I understand from various browsings and interactions that NUnit is one of the more popular testing framework. I did go through their documentation. However I must admit that I could not get...
  9. A

    Controlling input in Numeric Updown

    Hi !, In a numericupdown control, when we set the min, max, step values in design time, all these are respected when the user uses either the updown arrow keys or selects the up/down arrows in the control. However if he enters a number, these validations go out of the limits Meaning the user...
  10. A

    Specific Forum for Quality standards and testing

    Hi Everyone, I feel it would be quite useful for all the members if there was a forum for quality of coding and quality standards and also testing tools, test data generation, testing methods etc. I could not locate it if there was one. Please consider the same. Thanks and Best Regards...
  11. A

    Reading the contents of Stored Procedures from MS SQL Server 2000 through VB.net

    I need help in reading the contents of the stored procedures in MS SQL Server through VB.Net. If the contents can be read as string or text file it is OK. Any guidance would be highly useful. Thanks and Best Regards Varadarajan R
  12. A

    Backing Up Stored Procedures

    Can someone guide how to backup (and restore ) the Stored Procedures from MS SQL Server 2000 ? Thanks in Advance Varadarajan R
  13. A

    Modified Date time of a SQL Server Table

    In my application, I am creating a dataset and loading the required tables into that when the application loads. Periodically I need to check back with the backend database to see whether any of the contents have changed and if so refresh the dataset with the fresh contents. For this purpose I...
  14. A

    Getting the Column Description from SQL Server 2000

    Hi ! In many of the cases, we wish to name the columns of the table in a specified way which is not the way we can present it to the user. Hence we do enter the description for each column which are user friendly. I would like to ferret out this information from SQL Server 2000 through...
  15. A

    Collation of Data through NetWork

    Hi ! One of my client has equipments ( Non-PC ) like a CNC Machine , Medical Equipment etc running at their customer place. Each one of these machines / equipment can be connected to a LAN at the customer place. The data being collected by the equipments ( like the current job position, the...
  16. A

    Document Printing through Word Mailmerge

    Hi ! In my application, I would like to use Word to design the document formats like Purchase Order, Payment Voucher, Invoice etc and locate the text and variables at the appropriate places. I would like to select the row from the datatable through SQL and use the values in the row to print...
  17. A

    Setting Relationship between two tables in two different databases

    Hi ! For purposes of administration and categorisation, I have split the database into multiple portions ( aka different databases ). For example all my masters are in Masters Database whereas all my Transactions are in Transactions Database. I would like to set up a relationship between say...
  18. A

    reading data from machine and equipment through ports

    Hi Friends, I amnot sure where to post this and hence posting in general discussions. I am looking for guidance and directions on integrating the machine or equipment whose data has to be read and stored in database for manipulation and analysis. To start with we need only to read the data...
  19. A

    VB.NET and SQL Server 2000 Programmers Needed - Bangalore India

    Hi ! We are looking for experienced programmers in VB.Net and MS SQL Server 2000. Only persons in Bangalore or South India who have at least 2 years experience in VB.Net need apply. You should be very comfortable with VB.Net 2003 and should be a self starter. We require the programmers...
  20. A

    Sensing Function Key press

    Hi , could some one help me how to sense the function key press in a form ? I have used a statusbar panel which indicates what will be shown when a specific function key is pressed. I also included a form_keypress event where I used the e.keychar and equated to 112 ... so on ( these are...
Back
Top