• Solutions
    • FERC XBRL Reporting
    • FDTA Financial Reporting
    • SEC Compliance
    • Windows Clipboard Management
    • Legato Scripting
  • Products
    • GoFiler Suite
    • XBRLworks
    • SEC Exhibit Explorer
    • SEC Extractor
    • Clipboard Scout
    • Legato
  • Education
    • Training
    • SEC and EDGAR Compliance
    • Legato Developers
  • Blog
  • Support
  • Skip to blog entries
  • Skip to archive page
  • Skip to right sidebar

Wednesday, August 09. 2017

Comment Period Opened for Proposed Update to the IFRS Taxonomy

The International Accounting Standards Board (IASB) has published their Proposed Update 1 to the IFRS taxonomy. These updates pertain to IFRS 17 Insurance Contracts. A public comment period has begun and will end on September 18th, 2017.

Continue reading "Comment Period Opened for Proposed Update to..." »
Posted by
The Novaworks Team
in IASB News, IFRS Taxonomy, SEC, XBRL at 11:54

Friday, August 04. 2017

LDC #46: Persistence... Do you have what it takes?

For the most part, scripts are used to make things easier for the user. Why search and replace in HTML code to fix a common problem when you can write a script that does it for you? This reduces the chances of human error as the script runs in a predictable fashion. These quick operations usually just take input and produce some output, but what do you do when you want a script to guide a user through a process? Do you let the user stop in the middle of the process? If so, does your script remember the user’s position so they can pick up where they left off? This week we are going to discuss state persistence.

Continue reading "LDC #46: Persistence... Do you have what it takes?" »
Posted by
David Theis
in Development at 11:19

Friday, July 28. 2017

LDC #45: Administrative Rights

One of the challenges of developing software in a Windows environment is dealing with user permissions. If a user can’t access a file, that can bring your script to a grinding (and sometimes unexpected) halt. Understanding what a user can and cannot do is crucial to avoiding this scenario and ensuring only files to which the user has access are available for reading, writing, and executing. Today we’re going to take a look at a look at how Legato can help you determine what permissions a user has and ensure those file permissions don’t inappropriately interfere with your script’s proper execution.

Continue reading "LDC #45: Administrative Rights" »
Posted by
Joshua Kwiatkowski
in Development at 12:18

Wednesday, July 26. 2017

XBRL US Data Quality Committee Presents Fifth Rule set for Public Review

The XBRL US Center for Data Quality has begun a public review period on July 19th, 2017, for the fifth set of proposed rules to provide guidance and aid for issuers in identifying errors in their XBRL SEC filings. The Data Quality Committee rules aim to help filers limit mistakes and avoid data inconsistencies that can adversely affect analysis of reported financial information.

Continue reading "XBRL US Data Quality Committee Presents Fifth..." »
Posted by
The Novaworks Team
in Data Quality Committee, SEC Filing Help, US GAAP Taxonomy, XBRL at 10:22

Friday, July 21. 2017

LDC #44: Mapped Text Objects: Power in Editing Text

Editing text is the foundation of many computer applications, and there are a lot of ways to access and manage textual data and the editing process. As a user changes text, characters and lines of data must be altered, deleted, or inserted, which in turn requires potentially large swaths of data be shifted to accommodate the changes. As you might imagine, actions like these can become extremely cumbersome and time consuming. In addition, there are times you might want to randomly access a data within a text file, say by a line. If we have a large chunk of text in memory or a file and we want to go to line 3017, the program would have to count line endings from the start of the data until it reached the 3017th link. Yuck! Let’s see what Legato can do to help managing text as it’s edited.

Continue reading "LDC #44: Mapped Text Objects: Power in Editing..." »
Posted by
Scott Theis
in Development at 17:41

Monday, July 17. 2017

SEC Releases EDGAR 17.2

On July 17, 2017, EDGAR 17.2 was released by the Securities and Exchange Commission. This release contained changes that added new fields to a number of forms that designate whether a registrant is an Emerging Growth Company and to inform the SEC as to whether the registrant has elected not to use the extended transition period for complying with any new or revised financial accounting standards. Other changes affect a number of forms, including Form D, Form CFPortal, Form 17HACON, and the exhibit document for Form ABS-EE.

Continue reading "SEC Releases EDGAR 17.2" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 12:48

Friday, July 14. 2017

LDC #43: Character Entity Spacing Issue When Printing

Last week, our support desk here at Novaworks received an interesting email regarding the spacing between ampersand characters (‘&’) and the rest of the line. This space was lost when the document was printed. Through some testing, we’ve discovered that when printing a document from Internet Explorer to PDF or a normal printer, if the first character on a line of code begins a character entity or is an ampersand then the return on the line above it will not be treated as whitespace for printing purposes but instead ignored. Take the following code for example:

Continue reading "LDC #43: Character Entity Spacing Issue When..." »
Posted by
Steven Horowitz
in Development at 11:50

Thursday, July 13. 2017

Forms N-1A, N-3, and N-CSR: New Changes Require Funds To Describe Securities Lending Activities

On August 1, 2017, new rules that require funds to describe their securities lending activities will go into effect.

Continue reading "Forms N-1A, N-3, and N-CSR: New Changes Require..." »
Posted by
The Novaworks Team
in EDGAR News, SEC, SEC Filing Help at 11:48

Friday, July 07. 2017

LDC #42: Unregistering and Changing Software Keys

There are times when it may be desirable or necessary to change GoFiler’s software key or unregister it from your system. There’s no easy way to do this through the application’s GUI. One can always uninstall the software or reinstall it to apply a different key than the one attached to the current installation, but that’s time-consuming and can destroy GoFiler preferences and settings you’d like to keep. With Legato and some batch scripting, changing the software key for a GoFiler installation or unregistering the application is simple. Note: whatever software key you apply to your installation must be valid, and a valid key can only be purchased through Novaworks. Contact the support or sales departments to inquire about the status of your software key(s) or to purchase new or additional keys.

Continue reading "LDC #42: Unregistering and Changing Software Keys" »
Posted by
Steven Horowitz
in Development at 13:40

Thursday, July 06. 2017

SEC Expands JOBS Act Benefit to All Companies

On June 29, 2017, the SEC’s Division of Corporation Finance announced that it will permit all companies to submit draft registration statements relating to initial public offerings for review on a non-public basis. In addition to IPOs, this process will be available to most other offerings made during a company’s first year after entering the public reporting system.

Continue reading "SEC Expands JOBS Act Benefit to All Companies" »
Posted by
The Novaworks Team
in SEC at 16:37

Friday, June 30. 2017

LDC #41: Align Outline Text

The script for this week is going to be another request by a customer. It is a good example of how to search for patterns in HTML and replace the content matching that pattern. A common task when converting an HTML document is trying to get indented paragraphs to indent at the same level. This is especially problematic when the document contains numbered paragraphs that are not hanging (such as a legal outline.) Dealing with this case isn’t exactly trivial in HTML, as it often imports with a set number of non-breaking spaces to create the indent. Unless you’re using a monospace font, the text will not perfectly align, and the outline will not look the same for every number. The best solution is to remove the non-breaking spaces, and wrap the lead-in text (the “(a)”, or “1.”, or “Section 1.”, etc) with a inline tag, using the display type “inline-block”. This, combined with a fixed width and “nowrap” properties, allows us to add a block of space that is a fixed width into a paragraph, so our lead-in text takes up exactly the right amount of space.

Continue reading "LDC #41: Align Outline Text" »
Posted by
Steven Horowitz
in Development at 16:31

Friday, June 23. 2017

LDC #40: Edit Objects

Today we’re going to be talking about the Edit Object. Every edit window in GoFiler that is based on text, as well as some that aren’t, interacts with an Edit Object. An Edit Object allows GoFiler to have a standardized way of communication with other windows, processes, and functions, as well as with the content of the edit window. Legato can work with an Edit Object in a couple of ways, allowing us as a developer to get data about what is showing on the screen as well as change some of that data.

Continue reading "LDC #40: Edit Objects" »
Posted by
Joshua Kwiatkowski
in Development at 12:00

Thursday, June 22. 2017

SEC Names Robert Evans III as Deputy Director in the Division of Corporation Finance

On June 20th, 2017, the Securities and Exchange Commission named Robert Evans III as the Deputy Director in the Division of Corporation Finance.

Continue reading "SEC Names Robert Evans III as Deputy Director..." »
Posted by
The Novaworks Team
in SEC at 10:43

Wednesday, June 21. 2017

How To Schedule an EDGAR Filing

Through Novaworks Submission Service (NSS), it’s possible to automatically schedule filings. This is an extremely handy tool to help streamline your submission process, as not only can you prepare your filing in advance, you can also have GoFiler send it to the SEC for you and notify you and your production team of the filing’s status.

Continue reading "How To Schedule an EDGAR Filing" »
Posted by
The Novaworks Team
in EDGAR News, Filing Technology, Novaworks News, SEC Filing Help at 13:07

Friday, June 16. 2017

LDC #39: Application Initialize Script

So far, every script we’ve explored has been a hook of some sort. They attach themselves to new or existing menu icons or are triggered by other functions being run. What if you want something to run on application start? Legato supports this through the Application Initialize script. On program start, GoFiler will always run the ApplicationStartup.ls script. This script file is the one that’s responsible for running every other script in the extensions folder. This allows users to create their own custom startup routines that are run before literally anything else.

Continue reading "LDC #39: Application Initialize Script" »
Posted by
Steven Horowitz
in Development at 17:19
« previous page   (Page 92 of 103, totaling 1532 entries) next page »

Quicksearch

Categories

  • XML Accounting
  • XML AICPA News
  • XML FASB News
  • XML GASB News
  • XML IASB News
  • XML Development
  • XML Events
  • XML FERC
  • XML eForms News
  • XML FERC Filing Help
  • XML Filing Technology
  • XML Information Technology
  • XML Investor Education
  • XML MSRB
  • XML EMMA News
  • XML FDTA
  • XML MSRB Filing Help
  • XML Novaworks News
  • XML GoFiler Online Updates
  • XML GoFiler Updates
  • XML XBRLworks Updates
  • XML SEC
  • XML Corporation Finance
  • XML DERA
  • XML EDGAR News
  • XML Investment Management
  • XML SEC Filing Help
  • XML XBRL
  • XML Data Quality Committee
  • XML GRIP Taxonomy
  • XML IFRS Taxonomy
  • XML US GAAP Taxonomy

Calendar

Back August '25 Forward
Mo Tu We Th Fr Sa Su
Tuesday, August 26. 2025
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Feeds

  • XML
Sign Up Now
Get SEC news articles and blog posts delivered monthly to your inbox!
Based on the s9y Bulletproof template framework

Compliance

  • FERC
  • EDGAR
  • EMMA

Software

  • GoFiler
  • SEC Exhibit Explorer
  • SEC Extractor
  • XBRLworks
  • Legato Scripting

Company

  • About Novaworks
  • News
  • Site Map
  • Support

Follow Us:

  • LinkedIn
  • YouTube
  • RSS
  • Newsletter
  • © 2025 Novaworks, LLC
  • Privacy
  • Terms of Use
  • Trademarks and Patents
  • Contact Us