Topic: Best Way To Update Your Own Projects?

Hello Everyone,

What is the best way to update a project?

For example: Let's say I made a contact form and in this form I have labeled three "Textbox" with the following
Last Name
First Name
Address

I execute the program and use it for a week.. Then realize that I need to add additional texbox to my forms.
For example:
City
State
Zip Code
Phone Number etc...

Any suggestions?

Re: Best Way To Update Your Own Projects?

Hello,


There is no special requirements to add some new fields to exists project.


You need just add new fields to database table and additional textboxes to your form.
Also don't forget add this textboxes to settings of button with action "SaveRecord".

Dmitry.

Re: Best Way To Update Your Own Projects?

Hello Dmitry,

I see, as long as I keep .vdb file in place.

Assuming that I deleted the .vdb file from the folder...
and I only have the .exe file
is there another way to update the database?


-Heriberto

Re: Best Way To Update Your Own Projects?

.vdb don't store important data for project, just copy .vdb file from another project.

Dmitry.

Re: Best Way To Update Your Own Projects?

Got it.

Thank you.

-Heriberto