Recent content by Frank N

  1. F

    Special copy/paste visual basic

    Thanks for the reply. Yes I did modify the copy definition. As follows: theSQL = " " & vbNewLine theSQL = theSQL & " " & vbNewLine theSQL = theSQL & " " But since sending my question i found that removing one/both spaces inside the " " fixes the problem. i.e. theSQL = "" &...
  2. F

    Special copy/paste visual basic

    I write Oracle queries in ASP pages. I use PL/SQL Developer to develop and test SQL queries before 'Special Copy VB' and paste into an ASP page. I've found that on pasting each single space is doubled. Generally this is just a minor nuisance where each single space between words becomes two...
Back
Top