I like commas at beginning of line

How do I prevent Formatter from moving commas to the end?
How do I run a stored procedure. When i hit the green button for execute, the script opens in a window but I am unable to specify parameters and to actually execute.

For the formatter: Preferences - Database - SQL Formatter - Oracle Formatting - Edit - Line Breaks - check Before Comma, uncheck After Comma.
Upon running stored PL/SQL, you see an anonymous block is generated in the dialog. Just change the parameters' initialization from NULL to whatever you like.
Have fun,
K.

Similar Messages

  • Match beginning of line with Regular Expression

    I'm confused about dreamweaver's treatment of the characters
    ^ and $ (beginning of line, end of line) in regex searches. It
    seems that these characters match the beginning of the file, not
    the beginning of the various lines in the file. I would expect it
    to work the other way around. A search like:
    (^.)
    should match every line in the file, so that a find/replace
    could be performed at the beginning of each line, like this:
    HELLO$1
    which would add 'HELLO' at the start of each line in the
    file.
    Instead, this action only matches the first character of the
    file, sticks 'HELLO' in front of it, and then quits (or moves on to
    the next file). The endline character $ behaves in a similar
    fashion, matching only the end of the file, not the end of each
    line.
    I've searched, and all the literature about regular
    expressions in dreamweaver seems to indicate that I'm expecting the
    correct behavior:
    www.adobe.com/devnet/dreamweaver/articles/regular_expressions_03.html
    quote:
    ^ Beginning of input or line ^T matches "T" in "This good
    earth" but not in "Uncle Tom's Cabin"
    $ End of input or line h$ matches "h" in "teach" but not in
    "teacher"
    Thanks for any insight, folks.

    Hi Winston,
    I am still digesting the material from the regular expression book and will take sometime to become proficient with it.
    It seems that using groupCount() to eliminate the unwanted text does not work in this case, since all the lines returned the same value. Ie 3 posted earlier. This may be because the patterns are complex and only a few were grouped together. Otherwise, could you provide an example using the string posted as opposed to a hyperthetic one. In the meantime, at least one solution have been found by defining an additional special pattern “\\A[^%].*\\Z”, before combining / intersecting both existing and the new special pattern to get the best of both world. Another approach that should also work is to evaluate the size of String.split() and only accept those lines with a minimum number of tokens.
    Anyhow, I have come a crossed another minor stumbling block in the mean time with the following line, where some hidden characters is preventing the existing pattern from reading it:
    o;?Mervan Bay 40 Boyde St 7 br t $250,000 X West Park AE
    Below is the existing regular expression that works for other lines with the same pattern but not for special hidden characters such as “o;?”:
    \\A([A-Z][a-z]*){1,2} [0-9]{0,4}/?[0-9]{0,4}-?[0-9]{0,4} ([A-Z][a-z]*){1,2} St|Rd|Av|Sq|Cl|Pl|Cr|Gr|Dr|Hwy|Pde|Wy|La [0-9] br [h|u|t] \\$\\d+,\\d+|\\$\\d*\\,\\d+,\\d+ ([A-Z][a-z]*){1,}\\ZIs it possible to come up with a regular expression to ignore them so that this line could be picked up? Would also like to know whether I could combine both the special pattern “\\A[^%].*\\Z” with existing one as opposed to using 2 separate patterns altogether?
    Many thanks,
    Jack

  • [Request] Betty: Friendly English-like interface for your command line

    Anyone with the capacities and interest to maintain Betty?
    Betty is a friendly English-like interface for your command line.
    She translates English-like phrases into commands in case you every run into situations like this.
    This means you don't have to leave your command line to look up an obscure but useful command. Just ask Betty!
    Discussion on reddit: http://www.reddit.com/r/linux/comments/ … x_command/
    Source on Github: https://github.com/pickhardt/betty

    I liked a lot of the ideas you posted.  Though I have to disagree with the idea of having tablets being into the size range of over 12".  You start getting larger than that and you may as well start using a laptop. On the flip side of that, I have to agree that there are too many of the 7" available,  which are almost too small.  The 8-10" tablets give you the portability and smaller size people want for stuffing into their bags,  purses, etc. The larger tablets are getting into that bulky area and that defeats the purpose of the tablet to begin with. Unfortunately I find myself using e-books more than I intended,  but I don't need a full, or larger than a full, sized sheet of paper.   They get harder to handle,  even with Lenovo 's great form design.  
    The only reason to have more than one tablet is if the developers can't come to terms and allow their products to be used across the board (talking of Amazon and Google here). I personally don't want to be carrying around more than one tablet and a phone. I want to simplify and streamline not add more bulk. 
    I loved that you pointed out that our voices will never replace our fingers. I don't like speaking to inanimate objects; too many experiences with automated phone services that did not end up well. 
    I congratulate Lenovo for their innovative design with the Yoga tablets. 

  • [Selection-screen] Begin of line, Icons, Layout, ...

    Hi,
    Is WDA lacking some those very familiar features we have in ABAP Selection-screen? (WDR_TEST_SELECT_OPTIONS application certainly does not show the full scope, is it?)
    Is there a replacement for BEGIN OF LINE in WDA selection-screen?
    What about adding comments?
    Is this possible to add icon or images?
    Besides, I was wondering how it is possible to lay the selection-screen in multiple columns. In tried different layout (Grid, Matrix, ...) without success.
    Lastly, is this possible to put labels on top of input fields?
    Do not hesitate to share your most beautiful selection-screens! 
    Thanks in advance.
    Best regards,
    Guillaume

    Some of the designing things are missing in select options -
    IF_WD_SELECT_OPTIONS~ADD_HORIZONTAL_DIVIDER - > to add a line
    IF_WD_SELECT_OPTIONS`ADD_TEXT_LINE - Add a text based line...
    Regarding alignment we need to work on it..there are layout options using ADD_BLOCK..
    Adding Icon/Symbol - I don't see any option...in the interface

  • On the login screen on my mac says a property name, the laptop changed hands and I'd like to change the property line name to my own, how do I do that?

    On the login screen on my mac says a property name, the laptop changed hands and I'd like to change the property line name to my own, how do I do that?

    Open Accounts preferences. Create a new user account with the name and username of your choosing as well as your own password. Be sure to give the new account Admin status. Log out of the old account and log into your new account. Now, delete the old account.

  • SELECTION-SCREEN: BEGIN OF LINE.

    Hi Friends,
    I've tried for Begin of line comment for my required selection screen input, but I got some run-time errors. Can u help me to give a parameters with 3 text field in a straight line/row with your examples.
    Please adivse
    thanks & regards
    sankar.

    Hi Sankar,
    Try this way.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(10) text-001 FOR FIELD p1.
    SELECTION-SCREEN POSITION 11.
    PARAMETERS:p1  TYPE char5.
    SELECTION-SCREEN COMMENT 17(10) text-002 FOR FIELD p1.
    SELECTION-SCREEN POSITION 28.
    PARAMETERS:p2  TYPE char5.
    SELECTION-SCREEN COMMENT 34(10) text-003 FOR FIELD p1.
    PARAMETERS:p3  TYPE char5.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK b1.
    Thanks
    Venkat.O

  • I'd like to remove a thin line that is part of the page design in one of Aperture's photo books.  I can't seem to make it happen.  Any suggestions?

    I'd like to remove a thin line that is part of the page design in one of Aperture's photo books.  I can't seem to make it happen.  Any suggestions?

    The mouse that came with my Mac does not have a right click feature. When I try to highlight and click, it just opens the link I don't want anymore. What I want to do is remove unwanted links from the top bar. For example, I no longer use GoodSearch or myEarthLink, but I can't delete them. There are also some links that never should have found their way up there, and I don't know how they ended up there, and I can't remove them either. I've read through a ton of questions and answers, and I can't find one that addresses the problem. With my Safari browser, all I have to do to remove an unwanted link is to click and drag it to the trash. It doesn't appear to work that way with Firefox, to my chagrin. I hope this better explains my question. Maybe that will give you a better insight into a solution.

  • I would like to create a wavy line (the zig zag feature is not exactly what I need here) to outline

    I would like to create a wavy line (the zig zag feature is not exactly what I need here) to outline a shape and then fill it with a solid color. Any ideas?
    This is approx what I want; however the undulation needs to be more round and less peaked

    Barbara,
    If you wish to create a gap between the wavy line and the underlying object, you may:
    1) Select the wavy line and Object>Expand Appearance;
    2) In the Appearance palette flyout tick New Stroke, drag it beneath the original stroke and increase the Stroke Weight as desired and change the colour to white.
    If you wish to make the gap transparent, you may:
    3) Select the wavy line and Object>Expand Appearance and Ungroup;
    4) Select the white path and the underlying object and in the Transparency palette flyout tick Make Opacity Mask with Clip unticked and Invert Mask ticked.
    It may be done in other ways, too.

  • SELECT ION-SCREEN COMMENT & BEGIN OF LINE???

    Hi Experts,
    What wuld do the follwoing 2 syntax? I mean, just they print the text on Selection-screen! or any thing else?
    1 - SELECT ION-SCREEN COMMENT
    2-  SELECT ION-SCREEN BEGIN OF LINE
    thanq.
    Message was edited by:
            Sridhar

    See the example :
    SELECT ION-SCREEN COMMENT  - it is for text elements for selection-screen fields.
    When you radio button,text will come right side,if you want to use left side text,then use comment line.
    SELECT ION-SCREEN BEGIN OF LINE
    if you want to use selection-screen fields in same line ,then use this
    selection-screen begin of block b0  with frame title text-b00.
    Data Selection Fields
    selection-screen begin of block b1 with frame title text-001.
    select-options: s_werks     for marc-werks no intervals
                                             obligatory
                                             no-extension
                                             default '1000',
                    s_lgort     for mseg-lgort no intervals
                                             obligatory
                                             no-extension
                                             default '1000',
                    s_prod      for marc-zzproddept ,
                    s_zzdept    for marc-zzdept,
                    s_mtart     for mara-mtart,
                    s_matnr     for mara-matnr,
                    s_lifnr     for mseg-lifnr,
                    s_vmsta     for mvke-vmsta.
    selection-screen end of block b1.
    selection-screen skip.
    Report Type
    selection-screen begin of block b2 with frame title text-002.
    Shelf Life Expiry Report
    selection-screen begin of line.
    selection-screen comment 1(31) text-004.
    parameter:        r_1   radiobutton group rad1.
    selection-screen end of line.
    selection-screen begin of line.
    Aging  Report
    selection-screen comment 1(31) text-005.
    parameter:        r_2   radiobutton group rad1.
    selection-screen comment 40(30) text-003.
    parameter: p_expir as checkbox.
    selection-screen end of line.
    selection-screen begin of line.
    Materials with no Expiry Date
    selection-screen comment 1(31) text-006.
    parameter:        r_3   radiobutton group rad1.
    selection-screen comment 40(30) text-007.
    parameter : p_bin as checkbox ."default 'X'.
    selection-screen end of line.
    selection-screen end of block b2.
    selection-screen end of block b0.

  • Moving to beginning of line in editor

    Okay, this is killing me, and I'm sure it's something really stupid that I'm just missing.
    In the editor, how do you move to the beginning of the current line? <end> will take me to the end of line, but <home> doesn't take me back to the beginning.
    I've tried multiple combinations of ctrl-home, alt-home, etc. with/without smart-home and smart-end enabled.
    Thanks in advance.

    Also, Tools -> Preferences -> Code Editor, "Use Smart Home" checkbox will affect the behavior. On Windows with the above checked, hitting Home key once goes to the beginning of text on the line (after tabs/spaces), hitting Home key again jumps to beginning of line (column 1). With above unchecked, hitting Home key once goes to beginning of line (column 1).
    Hope that helps,
    dfg
    PS: I now see that you already discovered smart home, never mind...
    Message was edited by:
    Indy

  • HELP please! :) My ipod gets like lock, everything appear with lines, I already restore like three times the ipod and still happens the same, what can I do? and on some app store they just told me that restore, but well I do and is the same!

    My ipod gets like lock, everything appear with lines, I already restore like three times the ipod and still happens the same, what can I do? and on some app store they just told me that restore, but well I do and is the same! What can I do?? and is new, I buy it on march!
    This is a image of the ipod already restore, and everytime looks like that!

    If restoring the iPod to factory defaults/new iPod dow not solve the problem you likely have a hardware problem.  In that case either make an appointment at the Genius Bar of an Apple store or call AppleCare.  If defective, Apple will replace your iPod at no cost.

  • HT4168 epub: I'd like to create chapters for the TOC but don't want the new chapter to begin on a new page. I'd like it to begin on the same page as the prior chapter. How can I do that?

    How can I do this? I currently have my TOC chapters listed as Apples, Oranges, and so on.  But my text chapters begin something like this:
    1
    Apples
    2
    Oranges
    I have "Apples" with header 1, "Oranges" with header 1, etc., so that very nicely in the TOC it is listing my topics as the chapters. However, within the body of the document, 1 appears on one page and "Apples" begins at the top of a new page, separated from "1"; 2 appears one one page and "Oranges" appears at the top of the next page (separated from the "2), and so on.
    Because of the way the book is structured, I need to have the chapter numbers on a top line and the chapter topic beneath it. (The book is further subdivided, such as 1.3a, 1.3b, etc.)
    What I would like is for the TOC to indicate my chapters as Apples, Oranges, etc., but for the chapter text to begin as indicated above.
    How can I do this?  Thanks.

    Peter, I styled the wording of the chapter title (e.g. apples) with my heading1 styling and my sub-chapter titles were heading2. The text is a different font, different color, different size, different everything.  It seems that the epub program has an automatic format to start a new page with each new header. That's what I'm trying to work around. (Originally I styled both the numeral and the chapter title as "heading 1" and it gave each a different page!)
    I am in the process of removing all headers and styling everything manually (which is how it was originally) just to avoid this problem.
    I'm having my e-book done through a publisher (this will be self-published), so I'll be giving them a .docx and they'll convert it to .html (filtered) then .epub. so I need something that creates my Table of Contents as I'd like it, without messing up the text of the book.
    I can give them a list of what I want in the Table of Contents, and have them manually do it, but the TOC may or may not come out how I want it to come out. My preference is to have something automatic. I wanted the sub-units (heading 2) in the TOC but that will never work since I have over 200 of them and it's too much for them to do manually.  It's a very slow process.

  • Sqlplus, error with some chars at begining of line

    I have a file test.sql with:
    DECLARE
        x varchar(4000);
    BEGIN
        x := 'my test
    # line error 1
    @ line error 2
    end of test';
        dbms_output.put_line(x);
    END;at sqlplus i run it like this
    SQL>@test.sql
    SP2-0734: unknown command beginning "line error..." - rest of line ignored.
    SP2-0310: unable to open file "line.sql"
      8  How can I make sqlplus ignore # and @?
    Add --@ or --# does not solve my problem, because its part of a text.

    >
    How can I make sqlplus ignore # and @?
    >
    It is the @ that is the problem.
    Put an escape character (default \) before the @ or set a new escape char.
    See SET ESCCHAR in the SQL*PLUS doc
    http://docs.oracle.com/cd/E11882_01/server.112/e16604/ch_twelve040.htm#sthref2081
    >
    SET ESCCHAR {@ | ? | % | $ | OFF}
    Specifies a character to be escaped and not interpreted when used in a file name for
    the SPOOL, START, @, RUN and EDIT commands. These special characters are
    translated to the following:
    ■ @ in a filename will be translated to Oracle SID
    ■ ? is translated to Oracle Home in Unix
    ■ % is translated to Oracle Home in Windows
    ■ $ is translated to Oracle Home in certain platforms
    While it is not recommended that these characters are used in filenames, if you have
    legacy files that do use them, it might be useful to include a SET ESCCHAR command
    in your GLogin file to implement it across your site.
    If not escaped, the characters @, ?, % and $ have significance when interpreted and
    cause errors for the SPOOL, START, @, RUN and EDIT commands.
    SET ESCCHAR is set OFF by default.
    Example
    If you include the character ’$’ in your filename, then
    SET ESCCHAR $
    RUN MYFILE$
    behaves normally.

  • [Solved] How do I delete from cursor to beginning of line in Vi?

    I'm wondering if there's a way to delete from the the cursor to the beginning of the current line in Vi, basically doing D backwards.  I would find this very useful, as manually doing this is getting annoying.
    Edit: Of course after days of searching I figure it out right after asking.  It's d0 that I need to type in.
    Last edited by zenten (2012-06-13 17:42:45)

    I saw your thread title and that it was already solved, so I gave myself a little quiz to see if I knew the answer before reading what you wrote.
    Since I use 'd$' to delete to the end of the line, I guessed that it was 'd0' to delete to the beginning of the line. Looks like I was right! Who says Vim isn't intutitive?
    I didn't even know about the 'D' command...

  • Table borders in Dreamweaver cs4 design view too big, I would like to have a single line for tables

    Hi All,
    I design email templates using only tables but the design view options in cs4 only provide a huge 3px border in order to display the tables. In older versions of macromedia etc the table view is only 1px wide which makes designing a whole lot easier.
    When I add tables within tables it adds more spacing and looks way off and it also looks off in browsers, causing me to have to increase and decrease padding sure this is no way to create table even if they have no borders and the table width is already fixed?
    I have tried turning borders off in visual aids but there is no option to have just a single line to demonstrate a border!!
    I can't work like this, can anybody help me or is this just the way borders are displayed in cs4 for the pc???

    Hi Guys, thanks for getting back to me.
    the problem is purely about design view display and not about coding.
    Below is how CS4 displays borders with two lines which I find difficult to decipher:
    Then below is Macromedia DM 8 and this how I want the borders to look, with single lines to display the tables.
    This may just be the way Abobe have decided to display tables in design view and there may not be any option to change it but if you know any way to change it I would be most greatful.
    Thanks again.
    G

Maybe you are looking for

  • Problem with ...FILE_GET_NAME ??

    hi, I am using function FILE_GET_NAME to return me the physical path for the supplied Logical Path. CALL FUNCTION 'FILE_GET_NAME' EXPORTING LOGICAL_FILENAME = 'MONTHLY_SALES_FILE' IMPORTING FILE_NAME = FILE Now the function returns a path /tmp/XXXXXX

  • Help Required Setting up a Network with 2 Wireless Routers

    My network is based on 2 hubs: Room 1 - Main Hub Phone socket (where line enters my house) Modem WRT610N router Homeplug connected by ethernet cable to router Room 2 - Media Centre Homeplug Netgear DG834G v1 Room 2 includes a NAS and media streamer w

  • Multiple additional SIP domains - certificate and DNS requirements

    We've setup Lync 2010 Enterprise in our organisation and have successfully enabled a couple of thousand users. This is working successfully internally, externally and through Lync Mobile. However, we've only enabled users who are using the main compa

  • LiveCycle Data Services without Flex UI

    Is it possible to use LiveCycle Data Services as a backend without Flex/Flash as front end ( any other tech as front end Struts, JSP, JSF etc). Idea is to get advantage of features provided by Data Services with something other than Flash player as f

  • Multiple onboard inp

    My son-in-law wants an inexpensi've card that will allow him to connect the audio out from both internal DVD and CD. His current mobo only has one input. Which SB card would be right for him? Thanks, Rocco