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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Norman55

  1. Norman55

    Cannot create a worktable row larger than allowable maximum. Resubmit

    i am trying to return a qry on a ASP page and am getting the following error Cannot create a worktable row larger than allowable maximum. Resubmit your query with the ROBUST PLAN hint. i am not trying to update the field the field is nvarchar 4000 and there are only 511 charactors?
  2. Norman55

    white spaces

    thanks
  3. Norman55

    white spaces

    im hoping someone can help.... instead of trying to get rid of whitespace i need to created them so when i return the results in a Qry if there are only 2 charactors it will force 2 white spaces at the end ?
  4. Norman55

    Passing the variable \

    could anybody help me i can not pass the variable \ between pages ?
  5. Norman55

    Yes No Pop up Box

    Can anyone help me create a Yes / No option popup box ? i currently have ok/Cancel one if (confirm ("WARNING \nAre you sure this is is correct?") ) { document.FrmNew.Text1.value= 1 } else { document.FrmNew.Text1.value="" document.FrmNew.Text1.focus() }
  6. Norman55

    landscape priting

    Can any body help me force printing to landscape. i am currently using function doPrint() { window.print(); window.close(); } but i do not want the user to have to change the settings manually
  7. Norman55

    Landscape printing

    thanks
  8. Norman55

    Landscape printing

    Can any body help me force printing to landscape. i am currently using function doPrint() { window.print(); window.close(); } but i do not want the user to have to change the settings manually
  9. Norman55

    Stored Procedure parameters

    I am trying to pass a variable from a text box on a asp page to a stored procedure ? any help would be great!
  10. Norman55

    Button Text

    I am trying to wrap text on a button. Can anyone tell me if this is possible if so how ? thanks
  11. Norman55

    Importing Excel Files

    thanks i have managed to di it as onpnt saids i didnt just need a vote of experiance as i am new to this thanks for all your help though
  12. Norman55

    Importing Excel Files

    i need to be able to import the data from excel into a database i was wondering if i would be bettr first putting the file onto the webserver then running a DTS to import it? i have managed to get the file onto the server but havnt got any further as yet. any advice you could offer would be great

Part and Inventory Search

Back
Top