1

(1 replies, posted in General)

please help
Method of subtracting two fields

Можно ли подключить проект к серверу Microsoft sql?

Can the project be connect with Microsoft sql server?

4

(6 replies, posted in General)

This is my project


https://drive.google.com/file/d/1EPIUTH … sp=sharing


I don't want to repeat the employee number

5

(6 replies, posted in General)

Please Help  Data redundancy problem

6

(5 replies, posted in General)

Can I find a solution to not repeat the data

7

(5 replies, posted in General)

derek wrote:

Hi Abu7akm,
You need to be clear that calculated fields are not 'real' fields - they do not get stored in any tables;  they only exist while your program is running.
Calculated fields can be used to avoid data redundancy - for example, you know the price and quantity of something, you could use a calculated field to display it's value (price * quantity);  holding the value in a table is redundant.
Calculated fields can be used to display data that is variable - for example, if you know someone's birthday, you could use a calculated field to display their age;  holding their age in a table is both redundant and inaccurate (it will only be correct as at the time of saving).
Calculated fields can be used to concatenate data fields - for example, if you know someone's salutation, first name and last name, you could use a calculated field to join them together (for example, in a mail-shot);  again, holding the concatenated salution and names in a table is redundant.
Calculated fields can be used to display summary information - how many invoices per customer, the most recent invoice per customer etc etc 
Please look at the attachment that contains various examples of calculated fields.
Having said that, if you are relatively new to MVD, there is a danger that this could hinder as much as help.  It might be better if you just said what exactly it is that you need to use a calculated field for and then build up your knowledge from that point.
Derek.


Thank you

I want to solve the redundancy problem in the database

sibprogsistem wrote:

http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=7213&download=0





Thank you very much

Please Help I don't want to save when textbox is empty

11

(4 replies, posted in General)

DriveSoft wrote:

I can't see in your database table, fields for sum.


You can write in calculated field: field1+field2
Also you can send me your project to support@drive-software.com
I'll try to help you.



Thank you, I have benefited from you a lot

12

(5 replies, posted in General)

Unfortunately, I could not find the appropriate response

13

(5 replies, posted in General)

How to use Calculated field
Please give examples

Can the project be converted into a web application?

15

(6 replies, posted in General)

brian.zaballa wrote:
abu7akm wrote:

Can I create a program for each user name and password that enters into a specific form?

Programmatically with MVD, Yes. You can use the Role Feature of MVD that can be see in the Object Inspector. You only need to enable the Role Function. You can check on this documentation http://myvisualdatabase.com/help_en/roles/roles.html. I attached a simple program for it.
Username/Password:
admin / admin
user1 / 123
user2 / 123
If you want for dynamic user access (Can be updated by user when program is deployed), you can check on this post http://myvisualdatabase.com/forum/viewtopic.php?id=6928




Thank you
I have two notes
1- I cannot enter a new username and password
2- There is a problem when I link the program with the MySQL database

16

(6 replies, posted in General)

thank you

17

(6 replies, posted in General)

Icon not found




Role-based acces control"

18

(6 replies, posted in General)

Can I create a program for each user name and password that enters into a specific form?

Can I create a program for each user name and password that enters form a specific form?

What is the programming language used in script?

What is the programming language used in script?