• 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

Friday, January 06. 2017

Legato Developers Corner #16: What Time Is It? Date and Time Functions

Legato has several functions to help manage displaying and tracking time. It might be very useful to know, for example, how long has it been since the last action was performed. Say you want to run a task every five minutes. Well, you need some way to check to see if five minutes has elapsed or not. Additionally, if you want to display time to a user, you need to make sure that the time is displayed in an intelligible format, not just a number of milliseconds seconds since 1970 or something equally useless to anyone except a machine. This article will discuss a few of the functions that simplify this.



Continue reading "Legato Developers Corner #16: What Time Is It?..." »
Posted by
Steven Horowitz
in Development at 17:07

Friday, December 30. 2016

Legato Developers Corner #15: String Testing and Translation

This week we will be covering scanning, testing, and some functions for manipulating textual string data.

Continue reading "Legato Developers Corner #15: String Testing..." »
Posted by
Scott Theis
in Development at 21:04

Friday, December 23. 2016

Legato Developers Corner #14: Processing Parameters with Strings and Arrays

This week we will be examining how to use SDK functions to read and write structured “parameter-value” pairs and how they can be used to access information from menu functions. Our main example will show how to open a file in the application desktop, perform EDGAR validation and get the results.

Continue reading "Legato Developers Corner #14: Processing..." »
Posted by
Scott Theis
in Development at 11:53

Friday, December 16. 2016

Legato Developers Corner #13: Exploding Strings and Files

No, they don’t actually go BOOM! Legato features both implode and explode functions that allow strings to be created from or turned into arrays of strings. There are actually a number of functions for different purposes, such as exploding formatted text or a parameter array. These functions bundle a lot of horsepower into just a few operations and when combined with other functions, they make it easy to load or write complex data.

Continue reading "Legato Developers Corner #13: Exploding Strings..." »
Posted by
Scott Theis
in Development at 16:47

2016: The Year in EDGAR

Looking back at 2016, a number of developments in SEC regulations and EDGAR compliance occurred that have a significant impact on financial record-keeping, financial reporting and capital formation. We recap some of the most significant changes that happened last year before we turn our attention forward to 2017.

Continue reading "2016: The Year in EDGAR" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 09:26

Monday, December 12. 2016

SEC Releases EDGAR 16.4

On December 12, 2016, EDGAR 16.4 was released by the Securities and Exchange Commission. This release primarily contained updates for Form MA and Form ABS-EE.

Continue reading "SEC Releases EDGAR 16.4" »
Posted by
The Novaworks Team
in EDGAR News, SEC, XBRL at 09:45

Friday, December 09. 2016

Legato Developers Corner #12: Understanding Strings

One of the design goals of Legato was to make it easy for programmers to process and manage textual information. To that end, there are hundreds of string functions in Legato that simplify parsing and manipulating text.

Continue reading "Legato Developers Corner #12: Understanding..." »
Posted by
Scott Theis
in Development at 11:12

Friday, December 02. 2016

Legato Developers Corner #11: Sending Email With Legato

While writing Legato scripts, a common task is to alert a user or list of users about an action taking place. One of the best ways to do this is through sending an email. Legato has a very handy built-in function EmailSendMessage, that can do this for you with very little effort. Below is a basic script that shows how you can send an email.


Continue reading "Legato Developers Corner #11: Sending Email..." »
Posted by
Steven Horowitz
in Development at 15:03

Wednesday, November 23. 2016

Controlling Windows Update in Windows 10

With the changing pace of technology, companies like Microsoft need to be vigilant about security issues. Every office has experienced it – that one user that gets a virus and the whole office becomes infected in a matter of minutes. To combat this problem Microsoft has started to force computers to update automatically. Gone are the days of Windows XP where users could continue to hit “Postpone” for weeks on end. Now we have the new Windows Update that installs and restarts your computer for you. Instead of coming into work to a virus attack, users are now unfortunately coming into work to find their documents and applications closed and their computers restarted.

Continue reading "Controlling Windows Update in Windows 10" »
Posted by
The Novaworks Team
in Information Technology, SEC Filing Help at 10:37

Friday, November 18. 2016

Legato Developers Corner #10: Hooking Functions to Application Startup

So far in this blog, we’ve mentioned a couple of ways that Legato can improve or replace existing functionality and add new features entirely to GoFiler through the use of hooks that can happen pre- or post-process on a GoFiler function or by hooking a script to custom menu items. Now we’ll talk about a third method of enhancing GoFiler’s functionality.

Continue reading "Legato Developers Corner #10: Hooking Functions..." »
Posted by
Steven Horowitz
in Development at 11:56

Thursday, November 17. 2016

How To Handle Heavy EDGAR Traffic

Monday, November 14, 2016 is a day that some will later remember as nerve-wracking and irritating. At about quarter after 4PM, e-mail messages started being exchanged among members of the EDGAR Filing Consortium, which is an informal group of industry members from financial printers, law firms, and EDGAR software developers. These e-mails were asking if anyone was experiencing problems transmitting filings to the SEC.

Continue reading "How To Handle Heavy EDGAR Traffic" »
Posted by
Scott Theis
in EDGAR News, SEC Filing Help at 13:18

Wednesday, November 16. 2016

Regulation AB II Asset-level Requirements Compliance Effective November 23

On November 23, 2016, new Regulation AB II Asset-level requirements will go into effect. The SEC has encouraged registrants to test file Form ABS-EE filings prior to their first live filing and to allow time to transmit the form to the EDGAR System due to the size of the data file.

Continue reading "Regulation AB II Asset-level Requirements..." »
Posted by
The Novaworks Team
in EDGAR News, SEC at 10:01

Friday, November 11. 2016

Legato Developers Corner #9: Using an ODBC Connector

Last week we went over ODBC connectors and how to set one up to interface between Legato and a database or data source. This week we’ll explore how to gather data from a data source and access it in Legato.

Continue reading "Legato Developers Corner #9: Using an ODBC..." »
Posted by
Margaret Gardner
in Development at 21:08

Thursday, November 10. 2016

SEC Adopts Rules to Facilitate Intrastate Offerings

The Securities and Exchange Commission has adopted final rules to facilitate intrastate and regional securities offerings. The rules amend Securities Act Rule 147 to modernize the safe harbor under Section 3(a)(11) and establish a new intrastate offering exemption under Securities Act Rule 147A. Regulation D is also being amended to increase the aggregate offering ceiling for Rule 504 and to repeal Rule 505.

Continue reading "SEC Adopts Rules to Facilitate Intrastate..." »
Posted by
The Novaworks Team
in SEC at 18:09

Monday, November 07. 2016

SEC Proposes New Rules for Universal Proxies for Contested Elections

The SEC is proposing amendments to the federal proxy rules that will require the use of universal proxies in all non-exempt solicitations in connection with contested elections of the directors. These universal proxies will include the names of both registrant and dissident nominees, which would allow shareholders to vote by proxy in a manner that more closely resembles how they would vote at a shareholder meeting. The proxy process is the way most shareholders engage in the election of directors, so these proposed changes would have a large impact on corporations with securities registered pursuant to Section 12 of the Exchange Act. The Commission has long been focused on protecting and enhancing the ability of shareholders to elect directors, and these rules concerning proxies would permit better shareholder control over director elections.

Continue reading "SEC Proposes New Rules for Universal Proxies..." »
Posted by
The Novaworks Team
in SEC at 17:11
« previous page   (Page 94 of 100, totaling 1498 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 May '25 Forward
Mo Tu We Th Fr Sa Su
Friday, May 23. 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 Suite
  • SEC Exhibit Explorer
  • SEC Extractor
  • XBRLworks
  • Legato Scripting

Company

  • About Novaworks
  • News
  • Site Map
  • Support

Follow Us:

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