Willmansoft


Login:
Password:

Bookmark and Share Translate

News



codename DBEXii
What next?


Willmansoft products


DBEXForm DBEXform
Roadmap

.NET   ver. 2.0
Mssql   MSSQL
img   Access
*)Trademarks of Microsoft

 





DBEXform  is the development tool for designing forms and database applications for Microsoft SQL Server or Access database files. Design full functional user interfaces without any coding, not even SQL.  

 

Searching,  displaying and editing data are default options in form built by DBEXform designer. Relational wizard helps to easily create multi table application. All visible datafields could be used for searching and sorting data. Use DBEXform to Print selected records. 
 

Structures of tables and fields are retrieved from database. With designer it is easy to drag and drop these fields or tables to the form and application will be ready in minute.

 
.NET framework can be used to extend applications by using  any standard or third party components. It gives unlimited options to use database form designer in new purposes.

Read more about DBEXform>>..

GearDownload editor choice Editor
Download
*)Includes free single license

Database form designer



clock
Watch live video

 




LikeBasic

LikeBasic


.NET   ver. 2.0



Simple LikeBasic script language with component to include to different kind of applications.Automatic typing system, no definitions required. Extendable by using .NET class libraties.Could be easily to integrated with host application by adding component to form.  

Includes LikeBasicConsole application  for using 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 is very 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 VB 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 in dedicated page...



Download






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 sum/DATASET.rows
end if

Award from Discoveres.comDownload3k