Progress / Vantage Labor Entry

agriffin02

New Member
I am integrating an application with Vantage ERP 6.10 software. I am running on Progress 9.1D.

I am trying to add records for Labor tracking entered from other systems. I can get the LaborDtl and LaborHed records populated and things show up in the Labor Entry, however, nothing is showing up in the Labor Edit Report.

Can anybody help me with this? Is there another table that needs populating that this report works off of?

What are progress *.r files? How do I read them? Can these help me determine queries that are run?
 
As you may be aware Progress 9.1D is ancient, obsolete and unsupported...

I don't know anything specific about Vantage's table relationships.

Even though you are running 9.1D ProTop can tell you which tables and indexes are being accessed as your application runs. In ancient, obsolete and unsupported releases like 9.1D it is not possible to distinguish one user's activity from anothers nor to tie that activity to a specific program but those deficiencies can be mitigated by running test cases in a controlled development environment.

.r files are progress "r-code". That is to say that it is the pseudo-compiled code from a .p or .w source file. It is executed by the Progress run-time interpreter. It is not human readable.
 
I found it... it is the PayrollDate that is the important column. This column is used for the date range in the Labor Edit Report.
 
Back
Top