• Microsoft Blocked Macros from Funning

    My PC system loaded the latest Windows 10 Pro Version 22H2, and latest Office 365 I have in my software Active-X calls to generate MS-Word documents. This routine has worked just fine for the past 15 years. Now, when I execute my program to generate…
  • Cobol support animation?

    Hello, Im new to cobol. I have some question, does Cobol support animation such as gauge meter? Is there any way to implement gauge meter into cobol other than using ActiveX Control?
  • ActiveX Handle Question

    We use the 32-bit Chilkat ActiveX controls (http://www.chilkatsoft.com ) for several functions in the 32-bit Windows runtime (currently on 9.2.2 ECN-4266). One is doing file transfers (FTP, FTPS, and SFTP). We have been using the FTP portion for a few…
  • PDFCREATOR 2.4.0 EXAMPLE

    I post here this link with an example using pdfcreator 2.4.0 com interface this example print 2 reports in one PDF file before run the example install pdfcreator 2.4.0 I suggest using command line pdfcreator-2_4_0-setup /Silent and restart your…
  • Touch Screen Signature Capture?

    Hi, I have a POS application that we are running on a Windows 10 Tablet and need to incorporate a signature capture feature. Does anyone have any suggestions on how to go about doing this without the need for a signature pad device? We want the user to…
  • Multi-Select List Box

    Many years ago AcuCobol provided a sample program using an Active-X control for a multi-select List Box. Since then, has this functionality been built in to the Extend product line? I am using Extend 10 and need to create a multi-select List Box. Is Active…
  • Shutdown of IE(11) and Active X/cobol program

    We are trying to certify our app with the 9.2.4 web thin client plug-in and IE11. When our app starts we start an IE session with the <OBJECT> tag as described in the Internet Programming documentation. For earlier versions of IE, we then shutdown the…
  • ACU and COM

    I'm trying to use COM in ACU with little success. Below is VB6 code (working): Dim rpt As New ActiveReport rpt.LoadLayout ("e:\1.rpx") ARViewer21.ReportSource = rpt ARViewer21.Refresh and COBOL code (not working): 77 rpt usage handle of ActiveReport…