Topic: Management of large projects

My Visual Database is great,
but with big projects I'm starting to feel tight.
I have about 150 tables and 50 forms and they will become even more, it is becoming difficult to locate both the tables and the forms.
We would need a search tool or a way to sort them.
How can I solve it?
-

Thank you

Re: Management of large projects

I have no options on how to deal with the tables. But there is a solution regarding forms. I noticed that most of them have similar functionality and came up with a system in which similar forms are created when the program starts using a text file describing the forms.
https://k245.ru/en/mvdb-en/test-tube-forms.html


And in another project I use an edit form generator.
https://k245.ru/en/mvdb-en/dynamic-interface.html

Визуальное программирование: блог и телеграм-канал.

3 (edited by salvatorevicari85 2024-06-25 22:57:27)

Re: Management of large projects

Thanks k245.
I looked around the site a bit, you can see that there is a lot of work behind it.  I didn't quite understand what your first solution (first link) does, but I focused on the dynamic interface (second link).
_
It is a solution that I was looking for, especially because when working on different PCs, I find myself with rigid interfaces that do not adapt well to the different types of fencing both in terms of shape (4/3, 16/9 etc..) and resolution (Full HD , 2k, 4k etc...).
_
I think your dynamic interface, which works as a responsive theme for websites, is an excellent solution (perhaps the best).   
_
From the site, however, I didn't quite understand how to use your tool, or if perhaps there is a file to download to use it and adapt it to my application. 

Enlighten me. Thank you

Re: Management of large projects

Yes, at the end of the articles there are links to projects, you can download them and use the code in your projects:


ClassExplorer 1.8: (dynamic tabular forms)
https://drive.google.com/file/d/15pTJZW … drive_link


DataKeeper 1.9 (dynamic edit form)
https://drive.google.com/file/d/1iowR22 … drive_link

Визуальное программирование: блог и телеграм-канал.