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

    How to access two different records within the same table in one detai

    Hello experts! I am having a bit of an issue with one report (Crystal Reports 9). The tables I am working with are as follows: Contact1 AccountNo, Company, Contact (aka Candidate Name or Job Order Number), Key1 (aka Record Type: Candidate, Job Order)... ContSupp AccountNo, Title, Contsupref...
  2. TZRick

    Easy question: Error with Dictionary Obj

    Hello experts! I am getting an "Object Required" error when trying to access an element of a dictionary. I have a database connection which performs two queries. The first query is saved in a dictionary object as follows: dim arrOnCall () count = 0 while not oRs.EOF count = count + 1...
  3. TZRick

    Simple Java 3D - Unable to apply Transform3D to rotate object

    Hello experts! I have a project that has been quite frustrating to me. Please help me get the rotation work... Below is a function that is called by clicking on a JButton. This code works: private void zoom(boolean in) { Transform3D zoom = world3d.zoom...
  4. TZRick

    Problems synchronizing events in web forms using web user controls

    Hello everyone. I have just begun using Web User Controls in my Web Forms. The problem I am having is that the contents of the controls take two page load events before ViewState contents are successfully shown in modules as well as WebForm1. I need a way to be able to update all controls with...

Part and Inventory Search

Back
Top