Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: b98mr1
  • Content: Threads
  • Order by date
  1. b98mr1

    C# equivalent of 'My' Object in VB

    Does anyone know of a C#.NET equivalent to the "My" object in VB.NET? I am using Visual Studio 2005 and am having to convert my VB.NET code to C#.NET. I am trying to display the current time on a status bar and the VB code for this used this object. Surely there is an object in C# that can do...
  2. b98mr1

    How to remove white space in a textbox

    Hi all, I am working in VS 2005 and have a datagridview that correctly displays data through an ODBC connection. each column in the datagridview is then displayed in a textbox which the user can edit. However my problem is that the fields in the datagridview are 40 characters long and say the...
  3. b98mr1

    Can't view Informix Database Table

    I have just landed a project that requires a connection to an Informix database (of which I have no experience). Using Visual Studio 2005, I am able to create a connection in Server Explorer using the System DSN I created but I cannot see any tables. The System DSN uses the Informix 3.80 32BIT...
  4. b98mr1

    Can't connect to Informix Database Table

    I have just landed a project that requires a connection to an Informix database (of which I have no experience). Using Visual Studio 2005, I am able to create a connection in Server Explorer using the System DSN I created but I cannot see any tables. The System DSN uses the Informix 3.80 32BIT...
  5. b98mr1

    Copy data in a DatagridView to a Listbox

    Hi all, I have just made a move into Visual Studio 2005 and am having a few problems when trying to copy data in a datagridview and displaying each row in a listbox. It's only the data in the first column that I need copied and the datatype is 'double'. Here is the code that I have written to...
  6. b98mr1

    Problem Creating a Linked Server

    Hi all... I am trying to create a linked server on SQl Server 2000 that will connect to an excel document on a local hard drive using Microsoft.Jet.4.0.OLEDB I configured the Linked server with the following information: Server Type - Other Data Source Provider Name - Microsoft Jet 4.0 OLEDB...
  7. b98mr1

    VFP SQL - form edit problem

    I am running a foxpro database with a SQL Server backend. On one of my forms, when I edit a record and then save I get the message: "Data has been changed by another user. Overwrite changes with your edits?." This form has a local view with a full join between two tables that are remote...
  8. b98mr1

    View E-mail

    Hi I am using the automated process whereby an e-mail is sent with an attachment but I am wondering if it is possible to view the e-mail , allowing a user to check its details before sending it themselves. I am able to view the attachment which is in word (doc)format using "visible = .t." but...

Part and Inventory Search

Back
Top