If you need open a text file delimited by char with excel and create excel file:
****
REPOSITORY
class COM AS "*COM"
CLASS OLE AS "*OLE".
*********
WORKING-STORAGE SECTION.
****
01 CONTROLLI.
03 EXC_APPLICATION PIC X(50) VALUE "EXCEL.APPLICATION"...
If you need to create a new e-mail message with attachment file using outlook and PowerCOBOL V.6.1:
*******
REPOSITORY
CLASS COM AS "*COM".
*******
powercobol v.6.1 button click
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 CONTROLLI...
I need use forms with scrolls bars as Microsoft forms 2.0 for office (for a very higth form data). Is possible create it on powerCOBOL V.6.1? or use the controls for Microsoft 2.0? I tried to do that but the controls don't works correctly (powercobol not recognizes scroll bar both,vertical,hor...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.