kadoryz kolapi
Jan 16, 2023 02:55 PM
Just came
Rating:
1
Joined: Oct 10, 2022
Company: abc
Could you attach your CF-file? or any other example I could make changes to...
kadoryz kolapi
Jan 16, 2023 02:58 PM
Just came
Rating:
1
Joined: Oct 10, 2022
Company: abc
I'm talking about adding the "Amount" values of the income column and the values of the expense column separately.
Aleksandr Biryukov
Jan 17, 2023 03:27 PM
Administrator
Rating:
27
Joined: Oct 3, 2019
Company:
Hello Kadoryz Kolapi, of course it is possible to implement. You need to add two new columns to your table and change the code so that these columns are populated with the correct values.
kadoryz kolapi
Jan 17, 2023 05:35 PM
Just came
Rating:
1
Joined: Oct 10, 2022
Company: abc
can you give some more details
Aleksandr Biryukov
Jan 17, 2023 07:57 PM
Administrator
Rating:
27
Joined: Oct 3, 2019
Company:
Could you attach your CF-file?
Aleksandr Biryukov
Jan 17, 2023 07:59 PM
Administrator
Rating:
27
Joined: Oct 3, 2019
Company:
or any other example I could make changes to...
kadoryz kolapi
Jan 18, 2023 09:31 AM
Just came
Rating:
1
Joined: Oct 10, 2022
Company: abc
&AtClient Procedure OnOpen(Cancel) Items.List.CurrentData.Gelir = List.EvrakGenelToplamı.Sum(); Items.List.CurrentData.Gider = List.EvrakGenelToplamı.Sum(); EndProcedure When I write the above code, I get an "object is not type" error. if you can write a code example i would like to implement it. Thanks...https://i.hizliresim.com/1ftoki4.PNG
Aleksandr Biryukov
Jan 18, 2023 12:30 PM
Administrator
Rating:
27
Joined: Oct 3, 2019
Company:
Could you send a dump of your code? It will be easier for me to help you...
kadoryz kolapi
Jan 18, 2023 01:06 PM
Just came
Rating:
1
Joined: Oct 10, 2022
Company: abc
My code screen is blank, i created them without writing any code. Actually, I want to collect the "Gider(red)" places in the "Toplam" column and print them in a field at the top. I would appreciate it if you could send a sample code about this.
Aleksandr Biryukov
Jan 20, 2023 10:13 AM
Administrator
Rating:
27
Joined: Oct 3, 2019
Company:
Hi Kadoryz, sorry for misunderstanding Do you want to calculate the totals for the "Toplam" column?
kadoryz kolapi
Jan 20, 2023 10:36 AM
Just came
Rating:
1
Joined: Oct 10, 2022
Company: abc
yes, just collect separately by income and expense
Aleksandr Biryukov
Feb 21, 2023 09:35 AM
Administrator
Rating:
27
Joined: Oct 3, 2019
Company:
Hi Kadoryz, please look at this example. So, we have data processor with a tabular part (scr 1). The tabular part has an attribute with the Number type (screen 2). Then we create a form for our data processor and place the tabular part on the form (scr 3). Also, for the tabular part, enable the "Footer" checkbox (scr 4). Then we do the following steps (screenshots 5 and 6). After these settings, the totals will be calculated automatically (scr. 7)
Aleksandr Biryukov
Feb 21, 2023 09:36 AM
Administrator
Rating:
27
Joined: Oct 3, 2019
Company:
Not all screenshots fit in one post...
Subscribe