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!

Recent content by paulcarey

  1. paulcarey

    4 days of hell

    Thanks very much for your help. I'll have a look a bit later when I've recovered the will to live!
  2. paulcarey

    4 days of hell

    Thanks Bob no budget though!
  3. paulcarey

    4 days of hell

    I have spent 4 days, yes 4!, searching , reading and not understanding a word about getting a combo box in a datagrid. I have a class I call it, nothing happens, no errors, just me screaming! If I show my code could someone tell me whats wrong? Theres a mars bar in it! 'This is the form it's...
  4. paulcarey

    workgroup replication

    anybody got some wizardry to copy workgroup user/groups/perms etc. from old to new. Got an access 97 that needs upgrading to 2000 and I don't ant to sit here typing it all in
  5. paulcarey

    db_owner

    I've got an access project linked to SQL Server. My problem is that when someone opens the project the views have a (dbo) suffix "vuWhatever (dbo)" which throws an error ie doesnt exist as I'm calling "vuWhatever". I've added db_owner to the user as I thought this would solve the problem but...
  6. paulcarey

    Rich Text formatting in asp

    Has any body got any code/a class etc. that would format successfully on an asp page. I have a VB app that uses Microsoft Rich TextBox 6 (SP4) so that bold/italic/underline can be used. The back end is SQL Server which in turn feeds an asp page. At the moment any formatting shows up as rich...
  7. paulcarey

    Error message with javascript

    And in first place comes shaddow!!!!!! Beautiful...thanks everyone for your time
  8. paulcarey

    Error message with javascript

    The following code results in the new page opening but the launch page displaying '[object]'. When using view source [object] is all there is. Any ideas? <a href=&quot;javascript:window.open('testwindow.asp','a','toolbar=no,statusbar=no,scrollbar=no')&quot;> <img src=&quot;del.gif&quot...
  9. paulcarey

    I'm trying to use this code as a hy

    Dont like that one!! Such a shame. ah well thanks for your help
  10. paulcarey

    I'm trying to use this code as a hy

    Thanx philcare It works great except the original page displays [Object]! Seen that before? paul
  11. paulcarey

    I'm trying to use this code as a hy

    I'm trying to use this code as a hyperlink and have tried a million variations. Can anyone point me in the right direction? I know this horribly wrong! <a href=> <SCRIPT language=&quot;javascript&quot;>...
  12. paulcarey

    Positioning to an option in a dropdown

    Thank you FesterSXS that seemed to do it! vbKris, I meant didnt work but didnt throw an error
  13. paulcarey

    Positioning to an option in a dropdown

    meaning???? No errors, no result
  14. paulcarey

    Positioning to an option in a dropdown

    Thanks for that but no joy though
  15. paulcarey

    Positioning to an option in a dropdown

    How do I position a dropdown to a defined option. I have a dropdown that is populated from a table. I can get the id or text variable for the dropdown items from a querystring. Sections of my code looks like this so far Any ideas? Paul <% dim ID dim iSystem dim sSystem ID =...

Part and Inventory Search

Back
Top