Script Text Editor alignment

Hi Folks,
I have an allignment problem w.r.t the text editor in a Script.
C5   ,,&printtab-wt_qsshh(IC)&
<b>/:   IF &PRINTTAB-BUDAT(ICZ)& NE '..'
C5   ,,   &printtab-BUDAT(ICZ)&
/:   ELSE
C5
/:   ENDIF
=    ,,,,&printtab-wt_qbshh(IC)&,,&printtab-qsatz(IC)&</b>
The bold ones are getting printed in a new line.I want all the four to get printed in the same line but wt_qsshh is getting printed in one line and the rest all in a new line.I gave = and tried too but in vain.
K.Kiran.
Message was edited by:
        Kiran K

C5   ,,&printtab-wt_qsshh(IC)&,,
/:     IF &PRINTTAB-BUDAT(ICZ)& NE &SPACE&
=      &printtab-BUDAT(ICZ)&
/:     ELSE
=
/:     ENDIF
=     ,,,,&printtab-wt_qbshh(IC)&,,&printtab-qsatz(IC)&
this got to work.
Message was edited by:
        Florian Kemmer
Message was edited by:
        Florian Kemmer

Similar Messages

  • Script text editor

    In SAP script Graphical PC  editor i wrote some code and by pressing enter after line end
    new blank line is created. how to delete  blank line from  Griphical PC editor.

    Hi unidentified ERP_SAP__USER,
    rumours have been spread that DEL or BACK button on keyboard may help, too.
    Regards,
    Clemens

  • [SOLVED] How to open default text editor from bash script?

    as header states i would like my script to open the desktops default text editor. I use xfce.
    I currently have it set to open medit, however i want to be able to use script on other desktops
    Last edited by orphius (2013-07-12 07:24:34)

    Trilby wrote:
    EDITOR will often not be the default desktop environment editor - it is usually limited to being a systemwide (and usually console-ready) editor.
    xdg-open, or a related tool, can give you the desktop's text editor.
    Truth. VISUAL is typically used for the graphical text editor.
    So, to use VISUAL if it exists, but otherwise default to medit, do:
    editor="${VISUAL:-medit}"
    $editor foo.txt
    Last edited by jakobcreutzfeldt (2013-07-11 07:09:02)

  • Newbie help with sample Studio app. "Plain Text Editor"

    I'm trying to make the jump from AppleScript to AppleScript Studio, and because I want to eventually write a document producing application I thought I'd start with the textbook example "Plain Text Editor" included with Xcode. I think I see how menu items are connected to "Target/Actions," and I was able to build and run it without difficulty. It's remarkable how little AppleScript had to be written to produce a rudamentary text editor. But in playing with the built application, I noticed that the Revert menu item does not work exactly as expected.
    If you create a text document, and then make some change to it, and then click the Revert menu item, you get the expected little dialog asking if you want to revert to the most recently saved version, but if you then click the Revert button, the text displayed in the text view object does not revert to the original. However, something is happening, because whatever code is behind the Save, Close, and Quit menu items does seem to be "aware" that the Revert item has been invoked: because if you click one of these after Revert, the "do you want to save changes?" warning doesn't appear, just as one might expect.
    The Revert menu item seems to be connected to a "Target/Action" called "revertDocumentToSaved:" which sounds perfectly reasonable. But does the fact that Revert doesn't cause the displayed editing text to revert mean that (a) there is a bug in the code behind this Target/Action, or (b) that the writer of this textbook example just didn't bother to do everything needed for the Revert item to work in an intuitive manner?
    Whichever the answer, what would I do to make it work properely?
    It seems like there must be some sort of connection between the text view object in the editing window, and the Close, Save, Quit suite of menu items, because the behavior of these is dependant on whether or not there are unsaved changes in the text view object. But looking through the Inspector for this object, I don't see any, neither AppleScripts, nor Outlets, nor Target/Actions. Where and for what should I be looking?
    Dual 1.2 GHz   Mac OS X (10.4.8)  
    Dual 1.2 GHz   Mac OS X (10.4.8)  

    I think -- and I'm sure someone will correct me if I'm wrong -- that this is a place where AppleScript Studio's implementation just isn't done right. Either they intended to add a "revert" handler somewhere and forgot, or else they meant to have it send an existing message and didn't.
    I haven't done any document-based applications -- heck, I've only dabbled slightly in AppleScript Studio -- so there may be a "deeper" answer to this, but you might consider just hooking the menu item up to send its "choose menu item" handler to your document script, and have it react accordingly.

  • Where can I find a user-guide for the awfull Text-Editor used to enter/edit these forums entries?

    I am desesperate to understand how quite basic functions (just as one of many examples: how can I paste text, that I have formatted in MS Word and want to paste into a Forum Post-Entry?) can be done with the primitive and awful Text Editor used to enter/edit Forum Entries. Notice, that like many other Adobe users, I am not familiar at all with HTML and it is therefore a description of the badly named "Full Editor" that I am looking for.
    Where can I find a User-Guide for this Text Editor?
    My recommendation to Adobe: exercise enough  brute pressure on the developers of this primitive Text Editor to force them to provide something more reasonable, more powerful and more intuitive.

    Thank You Jochem
    I was trying to understand how I could do things as simple as inserting text that I had previously copied. Since there are neither command menüs nor buttons for the Insert of previously copied text, I was trying a mouse right click.....and was being offered in the context menu the choice between "Insert Link", "Insert Image", "Alignement", and "Insert Table"....... but no possibility of a plain insert of previously copied text.
    Now, I realize, that Clearstream supports at least the keyword shortcut of "Ctrl V" ........that I am not using in any other software (I never use any keyboard shortcuts).
    Since Clearstream does not support reasonable choices in the contextual menus, I will need to memorize the most important keyword shortcuts.
    By the way: I detected now, that the "Ctrl V" keyboard shortcut allows me to insert formatted text.
    Even, if I will now begin to be able to use reasonably Clearstream, I am quite surprised to see that such a software provides neither reasonable Contextual Menus, nor a User Guide, nor........
    Thank you again Jochem for your patience with me.

  • Using rich text editor (RTE) for custom applications

    Our users enter texts on two places:
    1) In Oracle Portal in text-items using the Rich Text Editor.
    2) In text-fields in a custom application using html-tags <textarea>blabla</textarea>. For formatting the users currently have to type in html-tags themselves. Now we want to provide them an html-editor.
    We would prefer to use the Rich Text Editor also for the custom application. However, that is integrated in Portal and the java-scripts are not easy to follow.
    Have you tried something similar? So, did you use the Rich Text Editor for your own application? If yes, how?
    If not, a very good alternative would be the qwebeditor (see http://www.qwebeditor.com). Did anybody replace the standard Portal rich text editor with the qwebeditor? In the Portal guides there are instructions about replacing the Portal rich text editor by another editor, but it is not clear if this will also work with the qwebeditor.
    Thanks for your respons !
    Best regards, Jan Willem Vermeer

    Hi Jan,
    I have configured FCKeditor in a few clients, and the process it's pretty straight forward, you can use the steps in the document (http://www.oracle.com/technology/products/ias/portal/pdf/cm_rte_1014_features.pdf) .
    Basically you download FCKeditor and put it in your apache server (you can put it unde rthe htdocs folder) after that, all you need to do is modify $ORACLE_HOME/portal/images/webword/buildUIHTML.html to reference the FCKeditor JS and CSS, and you can do the same type of reference for your custom apps.
    Regards,
    Juan

  • Rich Text Editor bug

    Hello,
    My flex website at
    http://www.theplaygrounds.co.uk/The_Playground.swf
    throws the below error when I click on Contact or B/I/U on the Rich
    Text Editor.
    ReferenceError: Error #1069: Property string not found on
    mx.controls.RichTextEditor and there is no default value.
    at
    mx.validators::Validator/mx.validators:Validator::getValueFromSource()
    at mx.validators::Validator/validate()
    at mx.validators::Validator/::triggerHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()
    at mx.controls::RichTextEditor/__textArea_valueCommit()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()
    at mx.controls::TextArea/set text()
    at
    mx.controls::RichTextEditor/mx.controls:RichTextEditor::commitProperties()
    at mx.core::UIComponent/validateProperties()
    at mx.managers::LayoutManager/::validateProperties()
    at mx.managers::LayoutManager/::doPhasedInstantiation()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/::callLaterDispatcher2()
    at mx.core::UIComponent/::callLaterDispatcher()
    What is actually the bug here?
    Also, on the contact page, I need to be able to scroll down
    for the submit button. How could I implement this? I've tried
    everything.
    Thanks

    Hi,
    I have this code for validation:
    <mx:StringValidator
    id="nameValidator"
    source="{userName}"
    property="string"
    minLength="2"
    />
    <mx:StringValidator
    id="nameValidator1"
    source="{userComment}"
    property="string"
    minLength="2"
    />
    <mx:StringValidator
    id="nameValidator2"
    source="{userEmail}"
    property="string"
    minLength="2"
    />
    This acts on the contact form's forms, as these are the only
    textboxes in the web app.♠
    The contact form code:
    </mx:Canvas>
    <mx:Canvas label="Contact" width="100%" height="100%"
    verticalScrollPolicy="off" backgroundAlpha="0.7">
    <mx:Panel
    title="Feedback"
    left="10" top="10" right="10" bottom="10"
    layout="absolute"
    verticalScrollPolicy="on">
    <mx:Script>
    <![CDATA[
    import flash.events.MouseEvent;
    import mx.controls.Alert;
    private const NL:String = "\r";
    private function submitButtonClickHandler
    (event:MouseEvent):void
    var userDetails:String = "You submitted the following
    details:" + NL + NL;
    userDetails += "Name: " + userName.text + NL;
    userDetails += "Email: " + userEmail.text + NL;
    userDetails += "Hide email? " + (hideEmail.selected ? "Yes"
    : "No") + NL + NL;
    userDetails += "Comment:" + NL + NL + userComment.text;
    Alert.show (userDetails);
    private function emailButtonClickHandler
    (event:MouseEvent):void
    var msg:String = "You can use the navigateToURL() method to
    open a URL"
    msg += " using a call similar to the following:\r\r";
    msg += "navigateToURL (new URLRequest
    ('mailto:[email protected]'));";
    Alert.show (msg);
    ]]>
    </mx:Script>
    <mx:Panel
    title="Leave a comment"
    layout="absolute"
    width="523" height="573" x="10" y="10"
    backgroundColor="#E9ECE7" verticalScrollPolicy="on">
    <mx:Label text="Name:" x="10" y="12"/>
    <mx:TextInput id="userName" y="10" right="10"
    left="90"/>
    <mx:Label text="Email:" x="10" y="43"/>
    <mx:TextInput id="userEmail" y="41" right="10"
    left="90"/>
    <mx:Label text="Comment:" x="10" y="99"/>
    <mx:CheckBox
    id="hideEmail"
    y="76" left="90"
    label="Hide my email address"
    selected="true"
    />
    <mx:RichTextEditor x="90" y="126" title="Leave a comment"
    id="userComment" text="Leave A Comment" enabled="true"
    verticalScrollPolicy="auto">
    </mx:RichTextEditor>
    <mx:ControlBar x="120" y="258"
    horizontalAlign="center">
    </mx:ControlBar>
    <mx:Button
    id="submitButton" label="Submit"
    click="submitButtonClickHandler(event);"
    x="355" y="79" fontSize="10" fontWeight="bold"
    mouseDownEffect="{shrink}" mouseUpEffect="{revert}"
    fillAlphas="[0.0, 0.0, 0.0, 0.0]">
    </mx:Button>
    </mx:Panel>
    <mx:Script>
    <![CDATA[
    import flash.events.MouseEvent;
    import mx.controls.Alert;
    private function submitButtonClickHandler1
    (event:MouseEvent):void
    var userDetails:String = "You submitted the following
    details:" + NL + NL;
    userDetails += "Name: " + userName.text + NL;
    userDetails += "Email: " + userEmail.text + NL;
    userDetails += "Hide email? " + (hideEmail.selected ? "Yes"
    : "No") + NL + NL;
    userDetails += "Comment:" + NL + NL + userComment.text;
    Alert.show (userDetails);
    ]]>
    </mx:Script>
    Apologies if this is a basic bug, as I am new to the Flex
    platform.
    Thanks for your help♠♠

  • Saving the text in text editor changes text line format

    In my program I have an output witha  text editor box where
    we type in text and save , and if we want to print it it prints it out
    on a smartform. When I type in a text on the text editor box for example :
    "This will include a policy and best practice for
    what files can be stored on the server and where
    they should reside. The policy will include
    required ownership of each folder and required
    authorizations for access to folders. Also
    included in the policy will be a section describing
    best practices on the file and folder naming
    conventions. Anew file struicture of the drive that
    better aligns with the business. An drive with only
    four folders at the root level also will be de"
    After I type in this text in teh text editor and try saving it
    , it save sthe text but shows up with lots of gaps like below.
    "This will include a policy and best practice for
    what files can be stored on the server and
    where
    they should reside. The policy will include
    required ownership of each folder and
    required
    authorizations for access to folders. Also
    included in the policy will be a section
    describing
    best practices on the file and folder naming
    conventions. Anew file struicture of the drive
    that
    better aligns with the business. An drive with
    only
    four folders at the root level also will be de"
    I am not preety sure why on saving teh typed text it chnages to this format.
    I would like to have my program save it as is typed. Is this possible to do so
    and how?
    Thanks.

    Hi Aarav,
    Check the internal table used to store the text is having line length 100. Change that to 200 or more . You can see the difference . If still the problem persists, enter each line in the text editor and conclude each line with a carriage return( ENTER ) 
    key press.
    Hope this will help you.
    Regards,
    Smart Varghese

  • Flex 3.5 Rich Text Editor Bold Button is Selected by default?

    Hi and thanks in advance,
    I'm creating dynamic forms via action script in flex builder with SDK 3.5.
    One part of this form is a rich text editor, it creates and works just fine, but I have one little annoying issue the bold button is defaulted to on (selected)
    The funny think is, if I lose focus on the text area of the RTE and de-select the bold button, as soon as I set focus to the text area again the bold button is toggled back on. This leads me to think that the text area which is empty is some how bold.
    if I show an alert Alert.show( String( _rte.boldButton.selected ) ) after the RTE as been added to the form is shows false.
    Even if I set  _rte.boldButton.selected = false just to be sure it still displays the bold button as selected.
    Its a basic RTE the only thing I'm doing is adding a validator if its required and removing the link bar
    _rte.toolbar.removeChild(_rte.linkTextInput);
    Any ideas are very much appreciated
    flash harry...

    Hi and thanks in advance,
    I'm creating dynamic forms via action script in flex builder with SDK 3.5.
    One part of this form is a rich text editor, it creates and works just fine, but I have one little annoying issue the bold button is defaulted to on (selected)
    The funny think is, if I lose focus on the text area of the RTE and de-select the bold button, as soon as I set focus to the text area again the bold button is toggled back on. This leads me to think that the text area which is empty is some how bold.
    if I show an alert Alert.show( String( _rte.boldButton.selected ) ) after the RTE as been added to the form is shows false.
    Even if I set  _rte.boldButton.selected = false just to be sure it still displays the bold button as selected.
    Its a basic RTE the only thing I'm doing is adding a validator if its required and removing the link bar
    _rte.toolbar.removeChild(_rte.linkTextInput);
    Any ideas are very much appreciated
    flash harry...

  • Long text  editor called  from report

    Hi All,
    I  have a requirement of displaying long text editor(like the one used for sap script) for maintaining the details for each PO in report column.A similar example is transaction SO10.I will be thankful  if anybody can help in this regard.
    Thanks,
    Sanjay.

    Hi,
    You will have to use the FM: READ_TEXT, EDIT_TEXT, SAVE_TEXT to achieve this functionality.
    This will basically open the text editor as a pop up box ( size will be as sap script editor) for entering some comments against a Purchase Order.
    For this FMs, you 'll require Text id, text name, text object and language as parameters to be passed.
    thead-tdname = 'Purchase Order No'. " Name
    thead-tdid = 'ZQH1'.               " Text ID - E.g. To be created in your system
    thead-tdobject = 'VBBK'.   " Texts: application object
    thead-tdspras = sy-langu.       " Language Key
    Hope this helps.
    Regards,
    JLN

  • Editing a long list of hyperlinks (200+) with a text editor

    I am running a number of Muse site for a non profit organization and  we export our finished HTML files to a LAMP stack where scripts are used to extract data from our SQL database.
    For example one possible hyperlink would be http://dev.myrewards.com/phone/rewards.cgi?category=electronics
    This will display a list of electronic rewards on the Users phone when they click on a button or menu item that is attached to the hyperlink inside Muse
    At the moment we have about 300 reward catergories that change ALL the time. As of now we have to edit the hyperlinks manually inside Muse, which often results in transcription errors and missing rewards.
    Is it possible to access the Muse hyperlink list as a text file, edit it in a standard text editor, then return the edited hyperlink list to Muse?

    Hi
    If you are using any document, image for hyperlink to page content then you can check the contents used in assets folder , but if those are urls then we need to do that manually.
    Or as a workaround, you can create a PDF with links and link that PDF on page for details where users can open the document and click on links. This way when you need to update/change the links you can make the changes in PDF document. But yes this would be will be manual.
    Thanks,
    San

  • Publisher 6.5 - unable to expand Rich Text Editor window

    Hello,
    We upgraded from publisher 6.2 to 6.5. Now when we go the Rich Text Editor - we cannot vertically expand the window. That option is gone. The problem is we have some content pages that are long, our content editors cannot view the whole screen to get a view, whereas they had the option is 6.2.
    Since this is a java app (i think) - is there something in the config that would allow that ability to come back?
    Thanks,
    <!--[if !mso]>
    <style>
    v\:* {behavior:url(#default#VML);}
    o\:* {behavior:url(#default#VML);}
    w\:* {behavior:url(#default#VML);}
    .shape {behavior:url(#default#VML);}
    </style>
    <![endif]--><!--[if gte mso 9]><xml>
    Normal
    0
    false
    false
    false
    MicrosoftInternetExplorer4
    </xml><![endif]--><!--[if gte mso 9]><xml>
    </xml><![endif]-->
    <!--[if gte mso 10]>
    <style>
    /* Style Definitions */
    table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}
    </style>
    <![endif]-->
    <!--[if gte vml 1]>
    <![endif]-->
    (guess you can paste in images from Word....)

    We had the same problem with the Dutch Locale.
    Switching to English, German or French got us the toolbar back.
    Looking in the generated html for the Publisher Explorer:
    <script type="text/javascript" src="http://<%your server%>/imageserver/plumtree/content/private/dojo/dojo/dojo.js"></script>
    <script type="text/javascript" src="http://<%your server%>/imageserver/plumtree/content/private/dojo/dojo/nls/dojo_nl.js"></script>
    Preliminary research finds a .js file missing, namely dojo_nl.js.
    I made a copy of dojo_en.js, replaced all .en by .nl and it works.
    Also the formatting needed changes for the Dutch Locale.
    I think other files needs to be present. But i can't determine which dojo version is used.
    It got us at least the toolbar back.
    A support call was opened.

  • Set default text editor (no type, creator or extension)

    I would like BBedit to be the default text editor not TextEdit.
    I work in Terminal a lot and often encounter files that were sent to me by someone using Linux and have no type, creator or extension. I want these to open in BBedit not TextEdit.
    The problem can be recreated like this:
    Create an empty file in the Terminal like this:
    %touch testfile
    Select testfile in the Finder and set BBedit as the application to open this file. Click the "Change all" button to make this global.
    I then get an error about there being not enough information. I'm given the option to update and I do.
    Then double clicking on testfile does, in fact, open the file in BBedit.
    Now the rub. If I then generate another file called testfile2 like this:
    %touch testfile2
    Testfile 2 opens in TextEdit when double clicked in the Finder.
    What am I doing wrong?

    I'm not sure how to set a default for files like that. What I do for files that aren't cooperative like that is just have BBEdit (well, actually, TextWrangler for me) on the Dock and then just drag and drop them.
    You could potentially use an AppleScript or shell script to set the creator code to 'R*ch' for a batch of files. Type and creator codes used to be the Mac's alternative to extensions, but they were unfortunately left behind in Mac OS X, since the rest of the computing world didn't understand them. There's still support for them hiding in the OS, though. Looks like there's a script that'll do the trick here:
    http://scriptbuilders.net/files/setcreatorcodeofselection1.0.html

  • Editing PS Actions in text editor

    Hi everyone,
    A while back I created an Action in PSCS6. One of the steps in the action resized the document using the Image Size command window. I wanted to change the value from 800 pixels (height with constrain proportions) to 400 pixels. I first saved the Action using the Save Actions command using a different name and then opened it in Notepad text editor. I located the entry and changed the '8' to a '4' and saved my work. Then  I relaunched PS and tried to import the new action using the Load Actions command.
    Instead of the action loading into the Actions panel, I got an error message:
    Could not load the actions because the file is not compatible with this version of Photoshop.
    anyone know why changing one character would render the file useless?

    The action palette is a full fledged action editor is a simple drag  and drop to dupe your action then all you need do is edit the step you want to change then rename the Action copy.
    Crafting Actions Package UPDATED Aug 10, 2014 Added Conditional Action steps to Action Palette Tips.
    Contains
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    More then a dozen Scripts for use in actions
    Example
    Download

  • Formatted Text Edit & SAP Script Text

    I'm working through a business requirement to input some long text, and then update an existing SAP script text object (attached to a sales order).
    I'm using a formatted text editor to allow the users to enter the text - however I can't find a utlity that allows me to convert this data into a format that can be saved into a sap script text.
    Thanks,
    Heather

    Hi Heather,
    Please check this...
    Re: From Web Dypro Text area to SAP Script  text object(Tline table)
    http:///Tutorials/Smartforms/PassingTableData/Script1.htm ... add saptecnical.com before tutorials.
    Cheers,
    Kris.

Maybe you are looking for

  • Problem with saving config on asa 5505

    I have asa 5505 with 512mb , i am trying to save ios on it but i failed many times , I have sandisk 2GB and i formatted with windows on fat but every time i see disk0 failed , any ideas what is the problem ? Thanks                  

  • Send attachments from finder via Outlook 2011 for Mac

    I am trying to right click attachments in finder and choose send by mail. Unfortunately only mac mail comes up and I need to use outlook 2011. Its installed and chosen as default in both outlook settings and mail settings. Can drag attachments to out

  • Iphoto organizing???

    In my photos section, my pictures are separated by the Month/Year, but all in one big mess of pictures. I can no longer visibly see the Month/Year?? How do I get that back on?!  I want to see "July 2013" then those pictures under it again.  

  • "Authentication Type" greyed out in Advanced Wireless Settings (WRT54G)

    I wish to change my Authentication Type from Auto to Shared Key in my Wireless -> Advanced Wireless Settings section of my web-based admin utility. However, it's been greyed out for some reason. I understand that the Shared Key mode is more secure th

  • Unable to download apps with creative cloud installer

    Trying to download an app, I get a window that reads Installer wants to make changes type password to allow, after carefully typing in the correct password the installer window does not work. Why isn't the installer working?