NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

TABLES SSCRFIELDS.

DATA: EXCEL TYPE OLE2_OBJECT,
WORD TYPE OLE2_OBJECT,
BOOK TYPE OLE2_OBJECT,
RC TYPE C LENGTH 8.

SELECTION-SCREEN:
BEGIN OF SCREEN 100 AS WINDOW TITLE TITLE,
BEGIN OF LINE,
PUSHBUTTON 2(12) BUTTON_1
USER-COMMAND WORD_START,
PUSHBUTTON 20(12) BUTTON_2
USER-COMMAND EXCEL_START,
END OF LINE,
BEGIN OF LINE,
PUSHBUTTON 2(12) BUTTON_3
USER-COMMAND WORD_STOP,
PUSHBUTTON 20(12) BUTTON_4
USER-COMMAND EXCEL_STOP,
END OF LINE,
END OF SCREEN 100.

START-OF-SELECTION.
BUTTON_1 = 'Start Word'.
BUTTON_2 = 'Start Excel'.
BUTTON_3 = 'Stop Word'.
BUTTON_4 = 'Stop Excel'.
CALL SELECTION-SCREEN 100 STARTING AT 10 10.

AT SELECTION-SCREEN.
CASE SSCRFIELDS-UCOMM.
WHEN 'WORD_START'.
CHECK WORD-HANDLE <> -1.
CHECK WORD-HEADER = SPACE.
CREATE OBJECT WORD 'Word.Basic'.
CALL METHOD OF
WORD
'AppShow'.
WHEN 'EXCEL_START'.
CHECK EXCEL-HANDLE = 0.
CHECK EXCEL-HEADER = SPACE.
CREATE OBJECT EXCEL 'Excel.Application'.
SET PROPERTY OF EXCEL 'Visible' = 1.
GET PROPERTY OF EXCEL 'Workbooks' = BOOK.
CALL METHOD OF
BOOK
'Open' = RC
EXPORTING
#1 = 'C:tempTable.xls'.
WHEN 'WORD_STOP'.
CALL METHOD OF
WORD
'AppClose'.
FREE OBJECT WORD.
CLEAR: WORD-HANDLE, WORD-HEADER.
WHEN 'EXCEL_STOP'.
CALL METHOD OF
EXCEL
'Quit'.
FREE OBJECT EXCEL.
CLEAR: EXCEL-HANDLE, EXCEL-HEADER.
WHEN OTHERS.
LEAVE PROGRAM.
ENDCASE.
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.