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

    Cognos Stacked Chart need only column total

    I'm trying to see if there is a way to have a Cognos Stacked Chart where only the column total displays instead of each part of the column and the column total. There are a lot of column parts and it gets ugly. Any one?
  2. WorkSuxs

    VbScript form Validation with an array

    This has been bugging me for some time now. I get a (dynamic) list of a product name and description from a database that is loaded into arrays. I then display the product name and allow the users to edit the descriptions. I loop thought the arrays and use the following for the description...
  3. WorkSuxs

    insert new row in a datagrid as the first row

    Hi, I'm new to asp.net(VB). I have a datagrid that is displayed in a table. The user enters information (first name, last name, phone number, division, sales city) into textboxes and clicks a button to add it to the datagrid. I would like to have the new information to be in the first row. I...
  4. WorkSuxs

    XP problem booting w/new printer

    Hi, I bought a new HP PSC 1610 All-in-One printer. When I boot my computer, it stops before I get the Windows XP splash(?) screen. If I unplug the printer, while it is stuck, it will boot up correctly. The printer connects via usb. Any ideas?
  5. WorkSuxs

    Add/Delete from a list

    Hi, I have a page that I want users to add a number to a "list" that is disypled on the page. They enter the number into a text box and click a button that will add the number to the "list" on the page (without refreshing). I need to be able to delete one or poss more than one number from the...
  6. WorkSuxs

    Add/Delete from a list

    Hi, I have a page that I want users to add a number to a "list" that is disypled on the page. They enter the number into a text box and click a button that will add the number to the "list" on the page (without refreshing). I need to be able to delete one or poss more than one number from the...
  7. WorkSuxs

    very large number mod problem

    Hi, I have a very large number 123456789012345678 (18 digits long) and I need to do a "mod" on it to get the remainder. Of couse I have looked at what to convert it to. Both double and curreny come up short with overflow errors. Any ideas?
  8. WorkSuxs

    button focus

    I have a form that has a button to add numbers to a list, a submit and a reset button. I would like for them to be able to enter a number (text field) and hit the enter key and have the "add numbers" button be "clicked". It currently defaults to the submit button. I would like to be able to...
  9. WorkSuxs

    Users Refreshing page - database problem

    I have an asp form that has multiple rows where the users can enter data. When they submit the form, I post to another asp page (if no errors) and will insert the information into a database and display text saying it was processed. The problem I have is that users are pressing the browsers...
  10. WorkSuxs

    Creating a PDF file with ASP?

    I need to find a way of creating a PDF file with ASP (vbscript - work project, sorry, if I must I can use javascript). I have a program that needs to pull fields from a database and create a pdf document. Then it needs to be able to display the pdf file and email it. Anybody know anything? Rick
  11. WorkSuxs

    sorting with nulls

    My problem is I need to order by a column that has nulls in, present the records with nulls last AND the ones with data needs to be sorted ascending like below: specialNumber name 1 paul 10 jill 44 mark null jane null bob

Part and Inventory Search

Back
Top