Filip Brnic
Programmer
Hello, i need help, here is what im trying to achieve
I have a text7 in my form, when the form starts there is a table akcionari
in that table there is a field procenat.
i want the text7.value to be 100- the sum of all records in akcionari.procenat
so if i have a record 12 in procenat i want the text7.value to be 88,
furthermore i don't know where to put this code, because in the form itself you can save records and modify them so akcionari.procenat could change
so if i change it in the form from 12 to 11, i want it to be 89 then, so basically when i change something i want that to change as well, i hope i've been clear, if someone doesnt get something ill respond.
And yes im asking for a line of code, im kinda stuck on this one and didn't find much help online even though this seems so simple
I have a text7 in my form, when the form starts there is a table akcionari
in that table there is a field procenat.
i want the text7.value to be 100- the sum of all records in akcionari.procenat
so if i have a record 12 in procenat i want the text7.value to be 88,
furthermore i don't know where to put this code, because in the form itself you can save records and modify them so akcionari.procenat could change
so if i change it in the form from 12 to 11, i want it to be 89 then, so basically when i change something i want that to change as well, i hope i've been clear, if someone doesnt get something ill respond.
And yes im asking for a line of code, im kinda stuck on this one and didn't find much help online even though this seems so simple