Author Topic: how to add long line to the CB Edit  (Read 2752 times)

Offline Borr

  • Multiple posting newcomer
  • *
  • Posts: 29
how to add long line to the CB Edit
« on: November 14, 2009, 10:39:11 am »
I need to add long SQL QUERY to CB editor for wxString.
Code
Execute Block
 (FistDate Date = :FistDate, LastDate  Date = :LastDate)
returns(CurID integer, VPID integer, Name VarChar(500), val Numeric(15,2))
as
begin
   FOR SELECT VP.Parent, Water.VP, VP.Name, SUM(Water.Water) FROM Water
..................
TO
..................
"Execute Block"
" (FistDate Date = :FistDate, LastDate  Date = :LastDate)"
" returns(CurID integer, VPID integer, Name VarChar(500), val Numeric(15,2))"
" as"
" begin"
"   FOR SELECT VP.Parent, Water.VP, VP.Name, SUM(Water.Water) FROM Water"

   
How quickly can be stamped quotes? I even had to make a plugin to solve this problem.

[attachment deleted by admin]
« Last Edit: November 14, 2009, 11:09:52 am by Borr »