I haven't done that yet. I need to do some changes since I got inspired by your way to do it. Unfortunately, I'm a bit busy today, so I might need to wait until the weekend.
Thank you for your help. It's much appriciated :)
I got no error, but the result is the same. No data are shown in the field "TotalTime".
Could it be because the field "TotalTime" not are in the ReportFooter, but in "Personaledata.Navnfod"?
It seems to be working, but I get no result in the "Sum" field ("TotalTime").
The variable you'er using TempVars("TotalTime") is automatically changed to MidlertidigeVariabler("TotalTime").
Maybe this is causing some problems.
This is how the code looks like now:
Hi
I have a time report which contains a field formatted as Short Time.
In the report there is a field for each day in the month.
I need to make a Sum of the field, so I can se the total amount of time spend for the month.
But it seems like the format "Short Time" can't chow more than XX:XX not...
Hi
I have a table containing different kind of data including attachment.
When I generate a report I can’t display the attached pdf-file. If I change it to a J-peg it’s no problem.
Does anyone knows how to display the pdf-file in a report?
Well the point is not inventory. It's just one of the functions I need.
I can refrase it like this.
I need to update a specific field in a specific record in a specific Table from another Form.
Is that possible?
Hi
I have a table ("Vare") which contains products and stock.
When I make an order in my order module ("Lagersystem") i would like to update the field "Antalpålager" in the table "Vare".
The information comes from "Form_Lagersystem.Antal" which I want to use to subtract from "Vare.Antalpålager"...