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 strongm 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: *

  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
  13. Norman55

    cross tab I think...

    Did you manage to get a solution to this ? i recently had the same problem trying to display stats and ending up doing lots of litte sums to get what i needed but it takes ages to load the web page now any help would be appriciated
  14. Norman55

    Importing Excel Files

    Hi Can anyone help me with the code to upload excel files using asp?
  15. Norman55

    Multi Column Select

    i did yer that didnt work either
  16. Norman55

    Multi Column Select

    I am trying to make a select box have 2 values from a RecordSet i have managed to do this but i am having trouble spacing the columns evenly i have tried to force the length of the first column but can only do this by inserting a chacator not spaces? Can anybody help me put spaces in or point...
  17. Norman55

    DTS

    I have managed to get that part to work now The files i want to import sits on on a different server to the web and SQL server the users do not have access to save their files onto the server though so i need to have a DTS connection to a remote server ???

Part and Inventory Search

Back
Top