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: MJnaeblis
  • Content: Threads
  • Order by date
  1. MJnaeblis

    Why are my variables being shared?

    I have posted this question in the VB.NET forum, but I suppose it really belongs here. I first had my SqlConnection object as a public variable. When two users tried to do database operations at the same time, one would get an error saying the connection is already open. I have tried putting...
  2. MJnaeblis

    SqlConnection and Multiple Users

    Whenever I am using an SqlConnection object and one user has it open, a second user (on a different machine) produces an error saying the SqlConnection is already open. I set a new instance of SqlConnection, open the connection on each page, and bring info from the DB. at the end of page_load i...
  3. MJnaeblis

    Passing Parameters from .NET to Crystal

    I am trying to pass a set of parameters (two dates) to a report from .NET. However nothing seems to be working. My ReportDocument.RecordSelectionFormula works fine, but i have tried to use ParameterValue(s) and ParameterField(s) with no luck. Does anyone know how to do this? I either get null...
  4. MJnaeblis

    Unloading Textboxes?

    hi. what i am trying to do is populate a form with textboxes that hold data from a recordset. each record (yielding one field) is put into a textbox array. i have the first, txtBox(0), on the form in Des.Time, then as the user selects the query options, the form populates with the textbox array...
  5. MJnaeblis

    Unloading Textboxes?

    hi. what i am trying to do is populate a form with textboxes that hold data from a recordset. each record (yielding one field) is put into a textbox array. i have the first, txtBox(0), on the form in Des.Time, then as the user selects the query options, the form populates with the textbox array...
  6. MJnaeblis

    Is a Specific Order By Possible?

    i am trying to designate a specific order in which the records come out, not ascending or descending. is this possible with a Select and Order By? or perhaps another keyword that i am unfamiliar with? i'm working in Crystal Reports with SQL Server. example: SELECT LastName FROM People WHERE...

Part and Inventory Search

Back
Top