杉宫竹苑工作室

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 2496|回复: 0

Longtion Software Application Builder v5.16.0.680

[复制链接]
发表于 2016-12-30 09:41:14 | 显示全部楼层 |阅读模式

正式会员享受无限制浏览网站功能和高速网盘下载,赶快加入本站吧!

您需要 登录 才可以下载或查看,没有账号?立即注册

x
Program Name: Longtion Software Application Builder v5.16.0.680
Program Type: Autorun CD/DVD Menu Builder
Developer: Indigo Rose Software Design Corporation
Homepage: http://www.longtion.com/autorunenterpriseii/autorunpro.htm
Release Date: 10/20/2016
Interface Language: English
Platform: Windows 2000/XP/2003/2008/Vista/7/8/10
File Size: 5.5 MB

Longtion Application Builder is a tool for designing and developing database applications and Web applications without writing any code. And you don't have to be a software programmer to do it. With its intuitive integrated development environment (IDE) and drag-and-drop objects, it's quick to learn and easy to use. It requires no programming knowledge whatsoever! You'll be amazed with the powerful functionality and stylish visual appeal that Longtion Application Builder puts at your mouse-clicking fingertip. Design and distribute your software with a few clicks of the mouse.

With Longtion Application Builder you can build standalone Web applications exactly the same way you would build normal database applications. It is a revolutionary new way to create web-based applications. The standalone Web application is a web server that run without dependencies from any other web server (IIS or Apache).


Features:

Create database applications and Web applications without writing any code. No programming experience is required.

Connect to database servers. Create application that can create, restructure, fetch data from, update, and otherwise manipulate local (Paradox, dBASE, FoxPro, and Access) and remote database servers (Oracle, Sybase, Informix, Microsoft SQL server, and DB2). You can access a wide variety of database servers, using ADO or ODBC to connect to different databases.

Connect directly to Microsoft Jet OLE Database (Access) database files.

Create Microsoft Jet OLE Database (Access) database and create database tables.

Provides a set of data-aware objects that represent data from fields in a database record, and, if the dataset allows it, enable users to edit that data and post changes back to the database. By placing data objects onto the forms in your database application, you can build your database application's user interface (UI) so that information is visible and accessible to users.

You can choose between objects that are designed to display and edit plain text, objects that work with formatted text, objects for graphics, multimedia elements, and so on.

You can display information from a single record on the screen, or list the information from multiple records using a grid (DBGrid).

You can let users navigate through the records of datasets and add or edit data. You may want to add your own objects or mechanisms to navigate and edit, or you may want to use a built-in object such as a DBNavigator.

Create master/detail relationships. DBTable datasets can be linked into master/detail relationships. When you set up a master/detail relationship, you link two datasets so that all the records of one (the detail) always correspond to the single current record in the other (the master).

Define lookup fields. You can define lookup fields for dataset object, DBQuery or DBTable. A lookup field is a read-only field that displays values based on search criteria you specify. In its simplest form, a lookup field is passed the name of an existing field to search on, a field value to search for, and a different field in a lookup dataset whose value it should display. For example, consider a mail-order application that enables an operator to use a lookup field to determine automatically the city and state that correspond to the zip code a customer provides. The column to search on might be called ZipTable.Zip, the value to search for is the customer's zip code as entered in Order.CustZip, and the values to return would be those for the ZipTable.City and ZipTable.State columns of the record where the value of ZipTable.Zip matches the current value in the Order.CustZip field.

Define calculated fields. You can define calculated fields for dataset object, DBQuery or DBTable. A calculated field displays values calculated at runtime. For example, you might create a float field that displays values calculated from other fields.

Analyze and summarize information from databases so that users can draw conclusions from the data. The DBChart object lets you present database information in a graphical format that enables users to quickly grasp the import of database information. DBChart includes chart series types: Line, Area, Point, Bar, Horizontal Bar and Pie.

Print database information. If you want to let your users print database information from the datasets in your application, you can use Report objects, visual report design objects. You can use Report objects to create a variety of reports, from simple banded reports to more complex, highly customized reports.

Export report to PDF (.pdf), RichText (.rtf), Excel (.xls) and Text (.txt) files.

With Longtion Application Builder you can build standalone Web applications exactly the same way you would build normal database applications.


Integrated development environment (IDE)



Database connections



Using parameters in queries


Web application - DBGrid and DBChart


Web application - Edit Data

70 + Visual Objects
Longtion Application Builder includes more than 70 built-in object types. You simply add them onto a form and then edit their ‘properties’ and ‘events’ to customize them however you want.

Parent objects:
Panel, TabNotebook (and TabSheet), GroupBox, ScrollBox

Normal objects:
Splitter, Button, ImageButton, Label, Image, Bevel, FadeButton, FadeLabel, Text, Shape, Balloon, Note, SlideShow, Edit, CheckBox, RadioButton, MaskEdit, SpinEdit, DateTimePicker, ListBox, ComboBox, Memo, RichText, ScrollBar, TrackBar, ProgressBar, MonthCalendar, ColorBox, TreeView, ListView, WebBrowser, MediaPlayer, FlashPlayer, PDFReader, ImageList, Timer

Database objects:
DBQuery, DBTable, DBNavigator, DBGrid, DBText, DBEdit, DBMemo, DBListBox, DBComboBox, DBRadioGroup, DBCheckBox, DBLookupListBox, DBLookupComboBox, DBRichText, DBImage, DBChart

Report objects:
Report, RepBand, RepSubDetail, RepLabel, RepDBText, RepDBRichText, RepDBImage, RepSUM, RepSysData, RepMemo, RepRichText, RepImage, RepShape, RepContainer


Objects

Actions
Add actions to handle application events, form events and object events, call global methods, object methods and define and call custom methods.

Script
For power users, a full scripting language is available to add and edit actions.


Actions


Script


What's New?
Longtion Applicaton Builder 5.16 (10/20/2016)
- Enhancements and bug fixes.

Longtion Applicaton Builder 5.15 (06/29/2016)
- Enhancements and bug fixes.

Longtion Applicaton Builder 5.14 (05/03/2016)
- Enhancements for Windows 10.
- Enhancements and bug fixes.

Longtion Applicaton Builder 5.13 (10/09/2014)
- Enhancements and bug fixes.

Longtion Applicaton Builder 5.12 (07/12/2014)
- Rebuilt Built-in CD/DVD Burner for Windows 8.
- Completely compatible with Windows 8.

Longtion Applicaton Builder 5.11 (11/15/2013)
- New event for dataset objects (DBQuery and DBTable) AfterPost: Occurs after an application writes the active record to the database or change log and returns to browse state.
- New event for dataset objects (DBQuery and DBTable) AfterDelete: Occurs after an application deletes a record.
- Enhancements and bug fixes.

Longtion Applicaton Builder 5.10 (10/10/2013)
- New options "Proportional" for ImageStyle property of Image object to resize the image without any distortion instead of Stretch style.
- Enhancements and bug fixes.

Longtion Applicaton Builder 5.9 (07/22/2013)
- Enhancements and bug fixes.

Longtion Applicaton Builder 5.8 (01/08/2013)
- Optimize: Image object and IDE.
- Fix bugs.

Longtion Applicaton Builder 5.7 (05/10/2011)
- New object: VariableList for array of variables, one-dimensional and multidimensional.
- New object properties and methods of ImageList object for system tray icon, still and animated.
- New global methods: [App].GetParamCount and [App].GetParamStr to handle params from command line.

Longtion Applicaton Builder 5.6 (04/22/2011)
- New objects: SlideShow, FlashPlayer and PDFReader.
- New global method: [Dialogs].SelectDir.
- Fix bugs.

Longtion Applicaton Builder 5.5 (04/05/2011)
- Create AutoRun CD Menu application and template forms for autorun cd menu.
- New events for most objects: OnMouseEnter, OnMouseLeave, OnMouseDown, OnMouseUp.
- New object methods of dataset objects for blob database fields: LoadBlobFromFile, SaveBlobToFile.
- New global methods for [App], [Shell] and [FileAndDir], new global method categories: [System], [Registry] to get system informations and read/wrtie system registry.
- Fix bugs.

Longtion Applicaton Builder 5.4 (03/15/2011)
- Script based on actions.
- New variable type: Object.
- Local variable for actions or methods.
- New objects: FadeButton, FadeLabel, Text, Shape, Balloon, Note, ImageList and RepContainer.
- More actions and properties for report style, table field format, dynamic data for treeview and listview.

Longtion Applicaton Builder 5.3 (02/02/2011)
- New objects: TreeView, ListView.
- New action: Loop.
- New global methods: [Dialogs]: ColorDialog, FontDialog. [Color]: SetRedGreenBlue, GetRedGreenBlue. [DateTime]: FormatDateTime, DecodeDateTime, EncodeDateTime. [String]: Part, Delete, Length, LowerCase, UpperCase, Pos, Replace, Trim. [FileAndDir]: ApplicationDir, IniFileWrite, IniFileRead. [Random]: RandomInteger, RandomFloat. [Shell]: ShellExecute.
- New object methods and events.

Longtion Applicaton Builder 5.2 (01/18/2011)
- Variable: Application variables and form variables and actions for operators and variable type conversions.
- Method, Object Method and CustomMethod.
- New objects: ScrollBar, TrackBar, ProgressBar, MonthCalendar, ColorBox, WebBrowser, MediaPlayer and Timer.
- New Events: OnChange, OnCalcFields... for Edit, DateSet objects...

Longtion Applicaton Builder 5.1 (12/06/2010)
- New properties: LockType (dataset object DBQuery and DBTable), Name (menu item), and Result Actions for ShowFormModal action.
- New actions: IfThenElse, SetObjectEnabled, SetObjectVisible, SetObjectFont, SetObjectColor, SetObjectText, SetObjectImage, SetObjectSelected, SetObjectUnselected, SetDataSetFieldValue, DataSetLocate, SetModalResult.
- IfThenElse If: ModalResultNone, ModalResultOK, ModalResultCancel, RecordExists, ObjectSelected, DataSetActive, DatabaseActive.

Longtion Applicaton Builder 5.0 (09/28/2010)
- Create Web applications. With Longtion Application Builder you can build standalone Web applications exactly the same way you would build normal database applications.
- Application user name and password.
- Calculated Fields for DBQuery and DBTable objects.

Longtion Applicaton Builder 4.0 (08/30/2010)
- New action: ExcuteSQL, Execute the SQL statement currently assigned to the SQL property of a DBQuery object. Use ExecuteSQL to execute queries that do not return a cursor to data (such as INSERT, UPDATE, DELETE, and CREATE TABLE).
- New action: ShellExecute, Opens a specified external file. The file can be an executable file, a document file or a folder.

Longtion Applicaton Builder 3.0 (06/11/2010)
- Export report to PDF (.pdf), RichText (.rtf), Excel (.xls) and Text (.txt) files.
- New options for PrintReport (PrintReport or ExportReport) action to export report to files.
- Fix bugs.

Longtion Applicaton Builder 2.0 (04/05/2010)
- New objects for dynamic SQL statement (parameters in queries) : Edit, CheckBox, RadioButton, MaskEdit, SpinEdit, DateTimePicker, ListBox and ComboBox.
- New property of DBQuery object for dynamic SQL statement: SQLParameter.
- New property of Memo: ReadOnly.
- New DataSource for DBChart object Series: SingleRecord and Calculated.

Longtion Applicaton Builder 1.0 (03/01/2010)
- The first version.
- Create database application without writing any code. No programming experience is required.
- Connect to databases, local and remote database servers.
- DataSet objects: DBQuery and DBTable.
- Data objects: DBNavigator, DBGrid, DBText, DBEdit, DBMemo, DBListBox, DBComboBox, DBRadioGroup, DBCheckBox, DBLookupListBox, DBLookupComboBox, DBRichText, DBImage, DBChart.
- Report objects: Report, RepBand, RepSubDetail, RepLabel, RepDBText, RepDBRichText, RepDBImage, RepSUM, RepSysData, RepMemo, RepRichText, RepImage, RepShape.
- Container objects: Panel, TabNotebook, GroupBox, ScrollBox.
- Other objects: Splitter, Button, ImageButton, Image, Bevel, Label, Memo, RichText.
- OnClick event, OnDoubleClick event and many actions.


Downlaod:
http://www.longtion.com/appbuilder/download/LABSetup5.exe

Longtion Software Application Builder v5.14.0.670.exe
Longtion Software Application Builder v5.15.0.675.exe
Longtion Software Application Builder v5.16.0.680.exe
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SgzyStudio

GMT+8, 2024-4-30 18:18 , Processed in 0.107548 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表