As discussed in the previous section, you may utilize Action:Assignment to assign to a runtime or system variable. This can be used for assigning values to any of the following supported types:
At times you may desire the ability to place inline content into you action script. To do this, add an Action Comment and place your comments directly into this action. Additionally, whenever a section of code is to be ignored, placing it as a child
The ELSE Condition Action provides extended conditional branching within your Actions, and must be used in combination with the If Condition, and must appear as the last logical condition within a bra
The ELSE-IF Condition Action provides extended conditional branching within your Actions, and must be used in combination with the If Condition. The functionality and purpose are exactly the same as t
The IF Condition Action provides conditional branching within your Actions, and can be used in combination with the Else If Condition and Else Condition . The general concept is familiar to anyone who
To send emails, add an Email Action to the configuration and setup its properties. The email will be sent using the server settings provided within your instance. The Email attributes are simple to co
The ability to manipulate files, store files within the system, receive incoming files, and handle more advanced conceptual tasks of transforming a file like Images and CSV files within OWS makes its capability advance far beyond all other tools on the market. Within the OWS environment you can take an incoming file and store it directly within your system, either within the DNN context, or external to that, additionally you can take a file which resides outside the DNN environment and return
This example demonstrates use of the File Action to Upload, Download, Store and retrieve files from the database, Delete Files and Folders, Transform thumbnail images, detect whether a file is an image and Compress groups of files together.
To enable the developer to enhance the usability of the data the Open Web Studio display, we have provided a filtering mechanism for easily adapting a specific filter into the query.
Any number of f
Choose a format in which to download the results of the query. The Action: Input type provides the ability to pull information from External sources, via a standard URL driven web request. This can be
Throughout the process of working with your Configurations, and running testing and debugging you may find that you need to log specific information into the database. ListX provides a convenient logg
A loop is a way of repeating a statement a number of times until some way of ending the loop occurs. It might be run for a preset number of times.The loop simply executes a block of code as long as the condition you give it is true.
Since many wrappers provide the capability to communicate messages back and forth between other instances, OWS provides the ability to listen for these messages and react to them through a defined set
Choose a format in which to download the results of the query. This provides a means to export the entire rich user interface you created, or to export the underlying data via a CSV file format. There
Within your script logic, you may need to execute a query against the connection configured for OWS. With the Action: Executeaction you may specify the Query to execute, and provide a name for the query
Regions are a means of providing two different types of capabilites. First and foremost, an ability to group your actions together to make your code more readable. Grouping your actions together makes it easier to navigate through your code and find specific areas of the code that are providing specific capabilities. This logical grouping of actions also makes it easier to copy and paste groups of actions from one configuration to another.
Search Integration
Supporting search capabilities which integrate within the DNN standard search capacity, while providing the flexibility to control how the integration occurs, and more importantly,
Variables are used to provide a quick and protected solution to using dynamic parameters within your SQL Statements. Similar to the logical process of using parameters in stored procedures, the query variable provides a mechanism for passing values from nearly any source within your runtime directly into the query or queries. To add a Query Variable to your query, first add the Variable to your configuration by clicking the Varaible button in the Ribbon.
Javascript Validation Scripts
OWS supports comprehensive validation utilities in simple way. All it requires is a SPAN Tag having attributes as listed.
id - An unique identifier for SPAN
Open Web Studio provides the ability to use external connections from standard .Net ODBC supported databases via the Connection property of the Rendering, Action:Execute and Sub queries. The provided list below is a breakdown of example Connection Strings
Open Web Studio supports Custom Paging, which enables the developer to control how the system handles paging, over-riding the default paging handler. The benefit of this – on very large sets of data, or complex long running queries is that the SQL script selects only the information from the database that you require. For instance, if you want only the records that occur in order from rows 75 to 100, because you are paging 25 records per page and are on page 4 of 10,000 – requesting only page
This package provides a new action which can convert HTML to PDF on the fly. The library works similarly to that of the File Action in that it takes incoming Source and outgoing Target parameters to provide its runtime instructions. A third party library from DuoDimension.com is used to handle the conversion.