Willmansoft
HomeDBEXformLikeBASICDownloadShopSupportLinks
News



Willmansoft products

DBEXForm
DBEXform




DBEXform 5 Stars Award

DBEXform  is an tool for designing forms and database applications.  Just by dragging and streching component  it is possible to create useful database application.

Searching,  displaying and editing data are default options for database. Any visible datafield could be used for filtering and sorting data.
 

Tables and field structures are retrieved from database. Using designer it is easy to drag and drop these fields to the form. Simple workable form could be build in couple minutes.


With couple minutes more, it could build form with multiple records having relations.  Adding relation connetions into the application, and related field could be added to form.


                .


Read more in 
DBEXform page....
Download


39$ Royalty free, 1 year free upgrade


MssqlMSSQL
imgAccess
todoOracle
                  (plan v 1.5)
clock
Watch live video

LikeBasic
LikeBasic

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 testinig 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











© Willmansoft Finland 2009