News
|
2013-04-09 Preview versio of Scot library released
- Run .Net applications on Browers
2012-01-16 First preview version of DBEXform
Data Presentation Personal 2012 is now released.
-Windows 7 Tool Ribbon
-Integrated database designer
-Instant data preview
2011-09-26 Development for DBEXform 4.x has been started. Version 3.7.5 has been published and will be continues development process for better usability and stabilility.
2011-08-23 DBEXform 3.6.4 Quick fix, Use of unsupported call on some platforms
2011-08-19 DBEXform 3.6.3 Bug fixes, Grid, Filter autocreation fixes
2011-08-14 DBEXform 3.6.1 released, Toolbar editor, test version of Database collection
2011-03-25 DBEXform now contains file based SQLite database.
2011-03-04 New DBEXform Developer published
2010-08-25 DBEXform has now support for Oracle in version 2.3.1
2010-08-17 DBEXform update version 2.2.4 has been released.
2010-06-18 New DBEXform update version 2.2.1 batch 2
2010-06-16 MySql connection module in a new Beta package for testing.
2010-05-29 DBEXform has a new release, version 2.1.1. New Outlook style treeview for browsing forms.
2010-04-26 Likebasic and Dbexform have new upgrade.
2010-04-05 DBEXii 1st beta has been released with new architecture. Download DBEXsetup
2010-03-13 Likebasic 1.6 will be released in end of the march.
2010-03-03 New update DBEXform 1.6.4 released to correct font scaling problem debending on regional settings.
2010-01-31 New DBEXform 1.6.1 released!
2010-01-21 Beta version available. Register to download the preview version.
2010-01-12 New DBEXform 1.6 release at end of the January. *NEW Codename: DBEXii plan release.
|
|
|
|
|
|
|
|
Scot
|
What's future?
DBEXform has found the way to HTML5 browsers with full .Net libraries!
Introdusing new Scot library that implements interface between .Net and internet browsers.
Make Html scripting with C# and VB.Net. Full programming libraries for your web application
No plugins needed and it's compatible with existing webservers.
Now Willmansoft deploys first playable demo with new library. Demos are simple, but they gives
new ideas, what could be future with HTML5. I was amazed, when running first PC application on Ipad.
here you can download small demo with integrated web server and couple sample applications.
Load Scot Demo - Try it your self
This is a prerelease of Scot library and it's only for evaluation and test purposes.
|
|
DBEXform
Tested
with:
ver. 2.0, 3.5
Microsoft SQL 2000 2005 2008
Access Datafile
*)Trademarks
of Microsoft
MySQL
**)
Trademarks of Oracle
SQLite
|
|
DBEXform
is the form
and report designer
software for
Windows with an
dynamic
Sql builder. Create a full
functional
user interface in minutes without writing any
code.
Wizard in
DBEXform helps to build small or large applications by creating forms, grids,
reports, search, sorts and etc. features with couple clicks.
More sophisticated solutions can be made with free hand designer
powered with
full
programming capabilities in .NET Framework
environment.
When starting DBEXform,
there are Video
Lessons from begining to more advanced solutions. Sample applications
delivered with DBEXform installation package are for stand alone
databases and ready to use.
Read
more about DBEXform>>
  |


DBEXform

|
|
|
| |
|
|
|
|
|

LikeBasic
ver.
2.0
|
Basic
script Component for .NET Framework
Easy LikeBasic
script language with .NET
component for different kind of
applications. Automatic typing system, no definitions needed.
Compatible with .NET
standard class libraries and user libraries written with VB.NET and C#
source code. LikeBasic could be easily integrated
with any application by just adding component to form.
Includes LikeBasicConsole demo application for using and
testing
engine
without any programming. C# source
code
for this application is
included. Standard libraries are included as source
code.
If programmer knows basic languge before, it's easy
to
learn
Like Basic. In the manual there is couple samples of using
LikeBasic with host application.
LikeBasic is very close to traditional Basic.
Flexible typing system is adopted to language from other scripting
languages like PHP VBS etc. Only GOTO
command missing. Programmer could use functional programming with
option for
local variable. This also allows for using recursive function calls
Read more
about LikeBasic>> .
|
|
LikeBasic

LikeBasic
Sample: |
'Average
of total field
for
row=1 to DATASET.rows
sum1=sum1+DATASET(row,"Total")
next
row
if DATASET.rows=0 THEN
RETURN 0:'Division by zero
else
RETURN
sum1/DATASET.rows
end if |
|
|
|
|
|
|
|