-
Dec 23rd, 2016, 12:50 PM
#1
Thread Starter
Addicted Member
Easier way to handle database apps creation with vb6 (simple and error free)
Hello guys,
History
Years ago we had the challenge while building and maintaining dozens of applications with hundreds of CRUD (create, read, update and delete) Mater-Detail database forms and nonbound forms for creating parameters for reports or getting parameters for some kind of processing.
It’s not a problem when you have few forms, but when the app grows and the number of forms increases, men, then it gets messy.
This is how the Virtual Forms project was born.
So we decided to create a ActiveX control which will handle the 95% of all our database operations and for other 5% we would use the standard manual process.
The main challenges are:
* create forms without repetitive writing (copy/pasting) the same code over and over again
* forms must be reusable
* form creation must be quick
* the forms must have the options to be also used as LookUp Forms
* Master-Detail or relationships must be simple to implement (without coding) (eg.Order->OrderDetail, Order->OrderPayments,....)
* must have the ability to add new buttons with custom functions
* every control on the form must be accessible through code
* CRUD (create, read, update and delete) must be automatic
* forms can be database bound and nonbound (for creating parameters for reports or getting parameters for some kind of processing)
* must contain Events like: BeforeFormOpen, BeforeSave, AfterSave, EditChange, TextBoxValidation, TexBoxChange,.....
* Intelligent GridControl: automaticly handle sorting, filtering, formatting, summing, multi selecting
* Intelligent EditControl: some sort of responsive design, auto handling of fields types (Strings, Dates, Numeric, LookUp Form Fields)
* in the first quarter of 2017 the plan is to incorporate in the GridControl the algorithm for automatical handling of millions or even billions of rows by implementing pagination
With the experience and knowledge gathered over the years and the use of this control in a number of companies that specialize in creating applications for financial and accounting sector in the Croatian market we decided to allow others to also have the opportunity to use this control in their work.
And so the WinPIS j.d.o.o. company was born on 12. December 2012. (12.12.2012. :-).
In winter of 2016. the Beta version of Virtual Forms 32-bit edition is launched.
Why the name Virtual Forms
The forms that are created at run time doesn’t exist at design time.
There is only 1 physical form at design time that is hidden in control. When we create a Virtual form the control creates a virtual copy of this physical form. That way we can have many instances of the same form loaded.
You can download and play with it on http://www.virtual-forms.com
Here are the code and the database used in the video:
vb6 How Do I 1.zip
Here is a video to show you some of many features of the Virtual Forms:
Video How to create a simple Database Desktop App in vb6:
Last edited by Davor Geci; Dec 29th, 2016 at 04:25 AM.
-
Dec 23rd, 2016, 01:02 PM
#2
Thread Starter
Addicted Member
-
Dec 24th, 2016, 01:48 AM
#3
Re: Easier way to handle database apps creation with vb6 (simple and error free)
Just tested it within a VMware windows 7, with Excel 2010.
And I have "Runtime Error 3709"
Then "VFile (Virtual Form File) does not exist"
D:\UFO\Active\OCX\VirtualFormDesigner.vf
And of course Error 440
It seems that one of you r OCX is not registered
-
Dec 24th, 2016, 03:20 AM
#4
Thread Starter
Addicted Member
Re: Easier way to handle database apps creation with vb6 (simple and error free)
Thierry69 thank you very much for taking the time to test it.
I need to create a new test environment and test it there. I will post here when I solve the problem.
:-) Once again, thank you!!
Davor
My projects:
Virtual Forms
VBA Telemetry
-
Dec 24th, 2016, 07:24 AM
#5
Thread Starter
Addicted Member
Re: Easier way to handle database apps creation with vb6 (simple and error free)
 Originally Posted by Thierry69
Just tested it within a VMware windows 7, with Excel 2010.
And I have "Runtime Error 3709"
Then "VFile (Virtual Form File) does not exist"
D:\UFO\Active\OCX\VirtualFormDesigner.vf
And of course Error 440
It seems that one of you r OCX is not registered
The problem is solved and the new version 1.2.0.705 is available for download on http://www.virtual-forms.com/
My projects:
Virtual Forms
VBA Telemetry
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|