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

    Inserting into a text field

    Hi there I'm using perl DBI and placeholders with a syntax like: $dbh->do("INSERT INTO foo VALUES (?,?)",undef,@fields) This loads up the data. However, one of my fields has newlines in it. When this is printed out the newlines are display as '\n' and not as new lines. Do I need to...
  2. russ3ell

    Filling a combo box from another form

    I have an unbound combo box (two columns, widths 3cm;0cm) and when I set the value from another form it is not displayed even though I can read the value

Part and Inventory Search

Back
Top