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 Wanet Telecoms Ltd 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: jcook32
  • Content: Threads
  • Order by date
  1. jcook32

    VB 6 Question

    I need to do several things with a VB exe. 1 When a user logs in a login script is run. I need to get the login ID. Not sure if there is a standard way of getting this. 2How do you open a IE browser window automaticly from VB 3What section of the VB project would all of the above go and where...
  2. jcook32

    Need to display total on last set of records

    I have code that works ok. It keeps a running total and displays it on the screen. the way i have the code set up though is it does not give me a running total for the last set of data. My screen looks like this: Health Care Group |30 | 31-60 |61-90 |91-120 |120 | Net |...
  3. jcook32

    need to display the results from a record set

    I have a SQL statement that returns some data say 1000 rows. Each row has a Dept in common. Each dept has Groups within it. Say Dept1 has 3 Sub Groups. Each sub group may have any number of records for the question's sake lets say group one has 500 rows and Group 2 has 300 rows and group 3 has...
  4. jcook32

    display rows from a database in ASP

    I have a SQL statement that returns some data say 1000 rows. Each row has a Dept in common. Each dept has Groups within it. Say Dept1 has 3 Sub Groups. Each sub group may have any number of records for the question's sake lets say group one has 500 rows and Group 2 has 300 rows and group 3 has...
  5. jcook32

    diplaying Data from a stored procedure

    I have a stored proc. that returns a bunch or records. There is a col. called head1. there are 5 different departs in head1 I need to display each department once and give running totals of other columns. ex there is say 100 records with the head1 as Litiagation with each row have some numbers...
  6. jcook32

    Trying to link to a second table in Crystal Reports

    Here is what I have. I have a report the diplays one record from a sqlserver db. I us a parameter field. In this one record I have several names that I need to display. The names are actually usernames(ex jpcook) I added the table that contains the fname and lname and mi of the user name...
  7. jcook32

    crystal report issue

    I am trying to run Crystal reports on my intranet server and when the report viewer comes up the report is not shown. Do I need the coplete path or just the local folder path. ex. Within my testing dir I have a reports folder and that is the path I use to call the report. joe

Part and Inventory Search

Back
Top