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

    Table Problems

    Hi, Merry Christmas! I have been struggling with this for the past two days, and I can't relax until I figure this out. I am converting a page from ASP to ASP.Net using VB. My problem is the formatting of my page. Please view my problem - http://63.161.214.112/sshot/screenshot.htm I am...
  2. rb74

    Drop Down List - Can this be done?

    Hi all, I am migrating my asp code to asp.net and I am attempting to use an asp.net drop down list for a evaluation form. When I coded in classic ASP, I populated a drop down list via a recordset. I am attempting to do the same with an ASP.net drop down list, but here is my problem. The text...
  3. rb74

    Database Design Question

    Hi all, I am designing a database for a graduate program in SQL Server 2000. At the minimum, the faculty of this program can have the status of one of the following titles: Instructor, EMentor, Internship Mentor, Field Mentor, and Supervisor. Each student is assigned an EMentor, Internship...
  4. rb74

    ADO & Stored Procedure Parameters

    Hi all, I have built a stored procedure in SQL Server and I am passing 40 parameters to complete an insert statement. I have seen two methods to pass the parameters. One uses the Command object like so: objCommand.CommandType = adCmdStoredProc objCommand.Parameters("@1E").value =...
  5. rb74

    Add new drive to RAID 5 w/ Win2000 Server questions

    Hi all, I am a developer, not to familiar with server administration, but have been given this task. Our server is a Proliant ML370 with three hard drives in a RAID5 setup. (please pardon me if my terminology is not accurate) In Windows, it is showing our hard drive capacity to be under 1GB...
  6. rb74

    Some tapes backup, some don't

    Hi all, We are using BE 8.6 on our server, and please pardon my comments if I do not explain the situation correctly because I am not too familiar with BE 8.6. We are using a Compaq 20/40 GB DAT tape drive for daily backups, and hardware compression is enabled on the tape drive. Older tapes...
  7. rb74

    HTML Help Problems

    Hi all, I have built a MDI application with 15 child forms. I created the HTML help files in the HTML workshop and compiled the help file. I also created context sensitive help in the compiled help file, and assigned the topic ID to each form's HelpContextID property. In the Form_Load event...
  8. rb74

    Disable Crystal Parameter Prompt on Refresh?

    Hi everyone, I am using the CR Viewer in my VB6 project. I would like to have the users be able to refresh all reports. However, some reports require one or more parameters for which I designed input forms to take parameters and pass them to the report. If I press the refresh button for a...
  9. rb74

    Insert Error

    Hi all, This one is really confusing me because I think I have all of my quotes in the right spot, and I have the fields in the insert statement matching the fields in the table. When I submit the information on the form, I am receiving this error message: "Number of query values and...
  10. rb74

    DB Advice

    Hi everyone, I have been going back and forth with the design of a database for an application I am building, including having built the database two different ways. The client performs consultations for an individual's pension at retirement. The individual visits the office and based upon...
  11. rb74

    DateVar Problem

    Hi everyone, I am using a formula to calculate Age of an individual based on a date of birth and another date. When I am declaring the variables, I am getting the error: A Date is required here. The cursor is placed before the field of the individual's date of birth. Here is my declaration...
  12. rb74

    Hi everyone, I am new to integra

    Hi everyone, I am new to integrating Crystal Reports into Visual Basic 6 via ADO. Does anyone know of a good tutorial where I can learn to code Crystal Reports into my app? I have the CRViewer on a form, and I wish for the user to view/print a report via this object by coding a SQL statement...
  13. rb74

    Crystl32.ocx - Where are you??

    Hi Everyone, I have an unusual problem. I have Crystal Reports 8.5 installed on my system, but I cannot locate the crystl32.ocx ActiveX control on my system. I double checked and installed the complete application for Crystal and I am sure I did the same for VB. This is not helpful because I...
  14. rb74

    DTPicker

    Evening Everyone, Is it possible to format a DTPicker control so that the day of the month cannot be changed from 1? Thanks, Rob [Vader2]
  15. rb74

    ADO and GetRows and some advice

    I posted this in the VB5 & VB6 forum, but I had no idea this forum existed. Cool. I hope you all are having a good weekend. I have a recordset with x amount of records that will have 30 fields each. I would like to have the records input into a 2D array. I am using the GetRows method, but VB...
  16. rb74

    ADO and GetRows confusion and advice

    I hope you all are having a good weekend. I have a recordset with x amount of records that will have 30 fields each. I would like to have the records input into a 2D array. I am using the GetRows method, but VB is inputting the records in reverse order so to speak. Instead of having the...
  17. rb74

    Please Help with this Script

    Hi all, I am learning ASP on the fly, so please bear with me. I have a page that uses a JavaScript function that when you click a link a child browser opens with the appropriate web site. I am attempting to automate this using ASP with an Access DB connecting via ADO, and I am going over this...
  18. rb74

    Exchange Error - Could not Connect to MS Exch Server Computer

    Morning all, I recently had to change the password on our file and mail servers. We log into each server as the administrator. Upon the password change, I am receiving the following error message in the Exchange Admin app - "A connection could not be made to the Microsoft Exchange Server...
  19. rb74

    Print Picture Box Data Problem

    Hi, I have a small app, where data is entered on one form, and calculations are generated and printed to a picture box on a second form. I would like the user to be able to print to data generated. I can't use .printform because the text box is smaller than the viewable data (hence I have...
  20. rb74

    Unknown Error.ADO Message - Help!

    Hi, I posted this earlier, and I am kind of in a bind. I am building an app in VB6 Enterprise SP5, connecting to an Access 2002 DB using ADO(my machine is running XP Pro, and Office XP). I have one ADO Data Control connected to the DB with DataCombo displaying the contents of a field from one...

Part and Inventory Search

Back
Top