`
jgtang82
  • 浏览: 402114 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Popup text editor control

    博客分类:
  • ABAP
阅读更多

DATA: BEGIN OF IT_TEXT OCCURS 0,
      LINE LIKE TLINE-TDLINE,
  END OF IT_TEXT.

 

CALL FUNCTION 'TERM_CONTROL_EDIT'
  TABLES
    TEXTLINES      = IT_TEXT
  EXCEPTIONS
    USER_CANCELLED = 1
    OTHERS         = 2.
LOOP AT IT_TEXT.
  WRITE :/ IT_TEXT-LINE.
ENDLOOP.

分享到:
评论

相关推荐

    DevExpress控件的使用总结

    在 DevExpress 中,TextEditor 是一种常用的控件,用于输入和编辑文本。在使用 TextEditor 时,我们需要注意以下几点: * 取文本:使用 `string editValue = ((DevExpress.XtraEditors.TextEdit)barEditItem)....

    DevExpress的10个使用技巧

    TextEditor在DevExpress中用于处理文本输入场景,如单行或多行文本编辑等。获取TextEditor的值可以通过以下方式实现: ```csharp string editValue = barEditItem1.EditValue.ToString(); ``` 需要注意的是,当...

    VB编程资源大全(英文源码 控制)

    1 , TaskBar_v0.5.zip "Form_Taskbar is a control for ... status.zip This example demonstrates how to display text about each control the mouse is currently above.<END><br>5 , dm10e.zip This ...

    VB编程资源大全(英文源码 控件)

    <END><br>24 , ArielColorBox.zip A popup color selector active-x control, similar to a combobox, featuring 12 different palettes, and 2 color selection events - click() and change().<END><br>25 , ...

    plsqldev14.0.0.1961x32多语言版+sn.rar

    Marked editor text is automatically copied to the search field of the Find function. SQL Window enhancements You can now display multiple result sets simultaneously and can compare them: CLOBs and ...

    plsqldev14.0.0.1961x64多语言版+sn.rar

    Marked editor text is automatically copied to the search field of the Find function. SQL Window enhancements You can now display multiple result sets simultaneously and can compare them: CLOBs and ...

    PLSQL.Developer v11.0.0.1762 主程序+ v10中文包+keygen

    New option "editor=plain/sql/xml" adds a button that invokes a text editor with the given syntax highlighting New option "lowercase=yes" converts input to lowercase Template enhancements Templates ...

    Visual C++ 编程资源大全(英文源码 控件)

    ListEditor.zip This article shows you how you can navigate through a multi-column, editable list view(42KB)<END><br>85,LogControl_src.zip Learn how to use printf-like functionality to debug your...

    DevExpress VCL 12.2.6(v2012vol2.6) 源码-例子-帮助-part1

    B233675 - With certain Tile control's OptionsView.IndentVert settings, a detail page control overlaps the Tile control's title if the title glyph and text are not specified Common Libraries ...

    DevExpress VCL 12.2.6(v2012vol2.6) 源码-例子-帮助-part2

    B233675 - With certain Tile control's OptionsView.IndentVert settings, a detail page control overlaps the Tile control's title if the title glyph and text are not specified Common Libraries ...

    plsqldev12.0.6.1832x32主程序+ v12中文包+keygen

    Double-click on an item to paste the text in the cursor location of the current editor or drag & drop it to a specific location in an editor. You can use the editor preferences to configure when and...

    PLSQL.Developer(X32) v12.0.1.1814主程序+ v11中文包+keygen

    Double-click on an item to paste the text in the cursor location of the current editor or drag & drop it to a specific location in an editor. You can use the editor preferences to configure when and ...

    plsqldev12.0.6.1832x64主程序+ v12中文包+keygen

    Double-click on an item to paste the text in the cursor location of the current editor or drag & drop it to a specific location in an editor. You can use the editor preferences to configure when and...

    plsqldev12.0.4.1826x32主程序+ v12中文包+keygen

    Double-click on an item to paste the text in the cursor location of the current editor or drag & drop it to a specific location in an editor. You can use the editor preferences to configure when and...

    PLSQL.Developer(X64) v12.0.1.1814 主程序+ v11中文包+keygen

    Double-click on an item to paste the text in the cursor location of the current editor or drag & drop it to a specific location in an editor. You can use the editor preferences to configure when and ...

    plsqldev12.0.4.1826x64主程序+ v12中文包+keygen

    Double-click on an item to paste the text in the cursor location of the current editor or drag & drop it to a specific location in an editor. You can use the editor preferences to configure when and...

    rx第三方控件

    TRxRichEdit is a wrapper for a Windows rich text 2.0 & 3.0 edit control with OLE objects support (Delphi 2.0 or higher). TRxDBRichEdit - permits the user to display and enter Rich Text Format (RTF) ...

    cuteEditor6.0

    Apply security to control user access to resources <br/>Cute Editor allows developers to assign a pre-defined set of permissions by group or individual. This prevents a normal user ...

    VB编程资源大全(英文源码 网络)

    Allows multiple connections, uses Access DB to store Access Control Lists/Users<END><br>35 , CasperEdit.zip Almost complete HTML editor with many functions. This is only a pre-released version so ...

    BCGControlBarPro.v12.00

    Setting it to TRUE forces exporting editor's text in ANSI format. CBCGPRibbonStatusBarPane constructor and SetAnimationList method have a new optional parameter 'BOOL bDontScaleInHighDPIMode'. Set ...

Global site tag (gtag.js) - Google Analytics